@cleantechhub/origo-mcp
v0.1.0
Published
MCP Server for Origo EUDR compliance platform — 12 tools for Claude Desktop
Downloads
22
Readme
@cleantechhub/origo-mcp
MCP Server for the Origo EUDR compliance platform. Exposes 12 tools for Claude Desktop.
Setup
npm install
npm run buildClaude Desktop config
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"origo": {
"command": "npx",
"args": ["-y", "@cleantechhub/origo-mcp"],
"env": {
"ORIGO_API_KEY": "your_api_key",
"ORIGO_BASE_URL": "https://origo.data.cleantechhub.net"
}
}
}
}Tools
| # | Tool | Description |
|---|------|-------------|
| 1 | origo_run_compliance_check | 50-point EUDR compliance check |
| 2 | origo_acquire_token | JWT + W3C VC token acquisition |
| 3 | origo_check_token_status | Token lifecycle status |
| 4 | origo_create_dds | Due Diligence Statement PDF |
| 5 | origo_deforestation_check | GFW + MapBiomas deforestation check |
| 6 | origo_search_catalog | Data asset catalog search |
| 7 | origo_check_consent | Producer consent status |
| 8 | origo_get_taxonomy | Origo Taxonomy browser |
| 9 | origo_get_supplier_profile | Supplier profile |
| 10 | origo_get_supplier_location | GPS + plot boundaries |
| 11 | origo_get_audit_log | WORM audit entries |
| 12 | origo_traces_file | TRACES NT filing (preview) |
