MPPtempoquality 0.30

Get latest token prices across 150+ chains via Allium's onchain data infrastructure.

Price
$0.02 / call
Protocol
mpp
Verified
no

What it does

This MPP endpoint from Allium provides real-time token price data sourced from their enterprise-grade blockchain indexing infrastructure. Allium indexes over 150 chains (EVM, Solana, Bitcoin, and more) and serves data to teams like Phantom, Uniswap, and Coinbase. The endpoint is part of Allium's AgentHub, which packages blockchain data for AI agents.

The endpoint supports payment via x402 (USDC on Base) or traditional API key authentication. It is designed for machine-to-machine access, allowing agents to query token prices without creating accounts. However, during probing the endpoint returned HTTP 405 (Method Not Allowed) on both HEAD and GET requests, suggesting it may require a POST method or specific request parameters not captured in the probe.

Pricing details and exact request/response schemas are not documented in the available crawl material. The endpoint is part of a broader skills package installable via `npx skills add https://github.com/allium-labs/skills --yes` for use in Claude Code, OpenClaw, or other skills-compatible agents.

Capabilities

token-pricesreal-time-pricingmulti-chainevm-supportsolana-supportbitcoin-supportx402-paymentapi-key-authagent-compatible

Use cases

  • Fetching current token prices for portfolio valuation
  • Powering trading agents with real-time price feeds
  • Monitoring token price movements across multiple chains
  • Building dashboards that display cross-chain asset prices
  • Calculating PnL for wallet positions

Fit

Best for

  • AI agents needing real-time crypto price data
  • Multi-chain applications requiring unified price feeds
  • Developers using skills-compatible agent frameworks

Not for

  • Historical OHLCV candlestick charting (unclear if supported)
  • Non-crypto asset pricing (stocks, forex, commodities)

Quick start

npx skills add https://github.com/allium-labs/skills --yes
# Then in your agent, call the token prices endpoint.
# Supports x402 payment (USDC on Base) or API key auth.

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.30/ 1.00

The endpoint returned 405 on HEAD and GET, so it could not be confirmed live via the standard MPP probe. No OpenAPI schema, no request/response examples, and no pricing details are available from the crawl. The listing is effectively a stub based on the landing page description.

Warnings

  • Endpoint returned 405 on HEAD and GET — may require POST or specific parameters not captured
  • No MPP 402 challenge was returned; endpoint liveness unconfirmed via standard probe
  • No schema or example request/response available
  • Pricing details (per-request cost) not documented in crawl material
  • Docs page at agents.allium.so/docs returns 404

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:38:18Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access