Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
claude mcp add crypto-prices --transport http https://api.agishub.com/mcp/crypto
~/.cursor/mcp.json
{
"mcpServers": {
"crypto-prices": {
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crypto-prices": {
"serverUrl": "https://api.agishub.com/mcp/crypto"
}
}
}
.vscode/mcp.json
{
"servers": {
"crypto-prices": {
"type": "http",
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crypto-prices": {
"url": "https://api.agishub.com/mcp/crypto"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"crypto-prices": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agishub.com/mcp/crypto"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.agishub.com/mcp/crypto | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.agishub--crypto-prices/reviews or the review_server meta-tool.
POST /mcp