← archtools.dev
INDIVIDUAL MCP TOOL
crypto-price
Real-time price, 24h change, market cap, and volume for any cryptocurrency
LIVE ENDPOINT
https://archtools.dev/mcp
Connect to this endpoint to inspect the live schema for crypto-price and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arch-tools]
url = "https://archtools.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arch-tools": {
"type": "http",
"url": "https://archtools.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arch-tools
Remote MCP URL: https://archtools.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arch-tools": {
"url": "https://archtools.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arch-tools": {
"type": "http",
"url": "https://archtools.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arch-tools",
"transport": "streamable-http",
"url": "https://archtools.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ai-generate— AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)ai-oracle— AI reasoning engine with standard and deep analysis modesbarcode-generate— Generate Code128 barcodes as SVGbrowser-task— Headless browser automation (click/type/extract) via Playwright — SSRF hardenedcheck-domain— Check if a domain is available or registered via RDAP.convert-format— Convert data between JSON, YAML, CSV, and XML formatscrypto-fear-greed— Crypto Fear & Greed Index with historical datacrypto-market-cap— Top N cryptocurrencies by market cap with price, volume, and 24h change