Agishub MCP Server
Rank #60,355com.agishub/crypto-prices
Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
Agishub MCP Server is a Model Context Protocol (MCP) server published by agishub. It ranks #60,355 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agishub MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 55,105 of 115,460 servers on MCP Toplist.
Use Agishub MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http crypto-prices https://api.agishub.com/mcp/crypto[mcp_servers.crypto-prices]
url = "https://api.agishub.com/mcp/crypto"Add to ~/.codex/config.toml.
https://api.agishub.com/mcp/cryptoSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"crypto-prices": {
"url": "https://api.agishub.com/mcp/crypto"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crypto-prices": {
"type": "http",
"url": "https://api.agishub.com/mcp/crypto"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crypto-prices": {
"serverUrl": "https://api.agishub.com/mcp/crypto"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crypto-prices": {
"url": "https://api.agishub.com/mcp/crypto"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.agishub%2Fcrypto-prices)<a href="https://mcptoplist.com/server/com.agishub%2Fcrypto-prices"><img src="https://mcptoplist.com/badge/com.agishub%2Fcrypto-prices.svg" alt="MCP Toplist: #60,355 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
agishub
Available versions (1)
| Version | Published |
|---|---|
| 2.1.1 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Agishub MCP Server?
- Agishub MCP Server is maintained by agishub, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Agishub MCP Server listed on the Official MCP Registry?
- Yes — Agishub MCP Server is listed on the Official MCP Registry.
- How many versions does Agishub MCP Server have?
- MCP Toplist tracks 1 version of Agishub MCP Server, most recently published on Jul 28, 2026.
- Where can I find the source code for Agishub MCP Server?
- The source code for Agishub MCP Server is hosted at github.com/agishub/agishub-mcp.