PubFi MCP MCP Server
CommunityContributed by PubFi
Route crypto data needs through PubFi capability and gateway tools.
About the PubFi MCP MCP Server
The PubFi MCP MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Route crypto data needs through PubFi capability and gateway tools. This is a community-contributed MCP server by PubFi.
Install the PubFi MCP MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "http",
"url": "https://mcp.pubfi.ai",
"headers": {
"Authorization": "Bearer ${input:PUBFI_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "PUBFI_API_KEY",
"label": "PubFi API Key",
"description": "PubFi API key used to authenticate hosted MCP tool calls.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "PUBFI_API_KEY",
"obtain": {
"url": "https://pubfi.ai/#plans",
"instructions": "1. Open the PubFi plans or contact section\n2. Request API access for your workspace\n3. Copy the PubFi API key after access is provisioned",
"button_label": "Request Access"
}
}
]
}
}Categories
Tags
Supported AI Clients
The PubFi MCP MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
ElevenLabs (uvx)
Generate speech, clone voices, create sound effects, and manage audio with the ElevenLabs API. Text-to-speech, voice design, and audio isolation.
Pinecone (npx)
Manage Pinecone vector database indexes and records. Create indexes, upsert vectors, query by semantic similarity, and manage namespaces.
Qdrant (uvx)
Store and retrieve information from Qdrant vector database using semantic search. Supports local and cloud Qdrant instances.
Install PubFi MCP with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.