← mcpscores.com

INDIVIDUAL MCP TOOL

defi_token_prices

Price arbitrary on-chain tokens with DefiLlama's coins API, addressed as chain:address (or coingecko:id), returning price in USD, symbol, decimals, a confidence score and the pricing timestamp for each.

mcpscores.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcpfax-markets.bowling-anthony.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for defi_token_prices 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

mcpscores.com

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.com-mcpscores-macro-market-data]
url = "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-mcpscores-macro-market-data": {
      "type": "http",
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-mcpscores-macro-market-data
Remote MCP URL: https://mcpfax-markets.bowling-anthony.workers.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": {
    "com-mcpscores-macro-market-data": {
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-mcpscores-macro-market-data": {
      "type": "http",
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-mcpscores-macro-market-data",
  "transport": "streamable-http",
  "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • us_macro_indicators — US macroeconomic indicators from the St.
  • us_treasury_yields — US Treasury constant-maturity yields for the 2, 10 and 30 year tenors in percent, the computed 10s2s curve spread with an explicit inverted flag, and the 30-year fixed mortgage rate.
  • fx_reference_rates — European Central Bank reference foreign-exchange rates for a chosen base currency, with the ECB observation date.
  • crypto_spot_prices — Coinbase spot price in USD for up to ten crypto assets.
  • stablecoin_peg_deviation — USDC, USDT and DAI spot price against USD plus each one's peg deviation in basis points.
  • base_gas_price — Current Base mainnet gas price read live from JSON-RPC, in both wei and gwei.
  • defi_protocols — Rank DeFi protocols by total value locked from DefiLlama, filtered by chain, category or name substring, with each protocol's slug, category, chain list, TVL in USD, 1d/7d TVL change and market cap.
  • defi_protocol — Full DefiLlama detail for one protocol by slug: current TVL in USD with its observation time, per-chain TVL breakdown, category, token symbol, chain list, description and links.