PluginBench
MCP Server
Active
MIT

com.agishub/crypto-prices MCP Server

com.agishub/crypto-prices

What is the com.agishub/crypto-prices MCP server?

Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.

How to install com.agishub/crypto-prices

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "crypto-prices": {
      "url": "https://api.agishub.com/mcp/crypto"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "crypto-prices": {
      "serverUrl": "https://api.agishub.com/mcp/crypto"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "crypto-prices": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/crypto"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "crypto-prices": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agishub.com/mcp/crypto"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http crypto-prices https://api.agishub.com/mcp/crypto

Related MCP servers

Persistent semantic memory for AI agents: store and recall text by meaning (RAG). x402

1
TypeScript
MIT
View repository →

AI tools for agents: chat, summarize, classify, entity extraction, embeddings, transcription. x402

1
TypeScript
MIT
View repository →

AgisHub — pay-per-call tools for AI agents over x402 (USDC on Base). No API key.

1
TypeScript
MIT
View repository →

Timezone tools for agents: convert, world clock, offset, lookup, date math, holidays, slots. x402

1
TypeScript
MIT
View repository →

Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.

1
TypeScript
MIT
View repository →

Fire-and-forget webhooks for agents with guaranteed, retried delivery and status polling. x402

1
TypeScript
MIT
View repository →