Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

PubFi MCP

ai.pubfi/pubfi-mcp

Route crypto data needs through PubFi capability and gateway tools.

Uptime
7.4%
27 probes
Response
70ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://mcp.pubfi.ai

Tools · 6

pubfi.capabilities.search

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…

pubfi.route.plan

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…

pubfi.route.execute

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…

pubfi.route.explain

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…

pubfi.schema.get

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.

pubfi.pricing.quote

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pubfi_mcp": {
      "url": "https://mcp.pubfi.ai",
      "transport": "streamable-http"
    }
  }
}