Server Name
PubFi MCP
Upstream Repository or Homepage
https://github.com/helixbox/pubfi-docs
What would you use it for?
Use PubFi MCP to let agents route crypto data needs through hosted capability and gateway tools. Example workflows include searching available crypto data capabilities, planning a route, executing an authenticated route, explaining the selected provider/endpoint path, looking up schemas, and quoting pricing before a live call.
Transport (if known)
http (remote URL)
Categories (pick any that fit)
Additional Context
Hosted MCP endpoint: https://mcp.pubfi.ai
Official MCP Registry identifier: ai.pubfi/pubfi-mcp
Registry entry: https://registry.modelcontextprotocol.io/v0.1/servers/ai.pubfi%2Fpubfi-mcp/versions/latest
Public docs and metadata:
Auth: PubFi API key via Authorization: Bearer <PUBFI_API_KEY>.
Example HTTP config:
{
"mcpServers": {
"pubfi": {
"type": "streamable-http",
"url": "https://mcp.pubfi.ai",
"headers": {
"Authorization": "Bearer <PUBFI_API_KEY>"
}
}
}
}
PubFi MCP exposes one generic route/capability server, not provider-specific public MCP variants.
Server Name
PubFi MCP
Upstream Repository or Homepage
https://github.com/helixbox/pubfi-docs
What would you use it for?
Use PubFi MCP to let agents route crypto data needs through hosted capability and gateway tools. Example workflows include searching available crypto data capabilities, planning a route, executing an authenticated route, explaining the selected provider/endpoint path, looking up schemas, and quoting pricing before a live call.
Transport (if known)
http (remote URL)
Categories (pick any that fit)
Additional Context
Hosted MCP endpoint:
https://mcp.pubfi.aiOfficial MCP Registry identifier:
ai.pubfi/pubfi-mcpRegistry entry: https://registry.modelcontextprotocol.io/v0.1/servers/ai.pubfi%2Fpubfi-mcp/versions/latest
Public docs and metadata:
Auth: PubFi API key via
Authorization: Bearer <PUBFI_API_KEY>.Example HTTP config:
{ "mcpServers": { "pubfi": { "type": "streamable-http", "url": "https://mcp.pubfi.ai", "headers": { "Authorization": "Bearer <PUBFI_API_KEY>" } } } }PubFi MCP exposes one generic route/capability server, not provider-specific public MCP variants.