PubFi MCP
ai.pubfi/pubfi-mcpRoute crypto data needs through PubFi capability and gateway tools.
Tools · 6
Search PubFi's capability catalog for routeable crypto data needs. Provide a natural-language query or capability filters; the result is read-only catalog metadata and does not call upstream providers…
Create a dry-run PubFi route plan from an intent, objective, chains, categories, or required capabilities. This planning step is read-only and does not call upstream providers, execute routes, or spen…
Execute a selected PubFi capability route using route-planning evidence from pubfi.route.plan. This call requires a PubFi API key, may consume account credits, may call server-side provider connectors…
Explain the routing decision PubFi would make for an intent. This is a read-only dry-run diagnostic that returns reason codes, filters, and selected route metadata without executing providers or spend…
Return PubFi MCP input and output schema details for a named tool, especially pubfi.route.execute. This read-only helper is intended for agent setup and validation before planning or execution.
Estimate PubFi credits and readiness for a capability route. This read-only quote does not create payment payloads, does not procure supplier access, and does not execute the route.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pubfi_mcp": {
"url": "https://mcp.pubfi.ai",
"transport": "streamable-http"
}
}
}