Skip to main content
ClaudeWave

Arbitron public API and MCP server: OpenAPI document, MCP registry manifest, client configs and examples

MCP ServersRegistry oficial0 estrellas0 forksShellMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/arbitron-team/arbitron-api
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/arbitron-team/arbitron-api and follow its README for install instructions.
Detected environment variables
ARBITRON_KEY
Casos de uso

Resumen de MCP Servers

# Arbitron API and MCP server

Read-only market data for crypto perpetual futures across the venues [Arbitron](https://arbitron.app) tracks: current funding rates, funding history, the spread between two venues right now, the scanner's backtested spreads, and the listings calendar. Two doors to the same data: a REST API for programs and an MCP server for AI assistants.

This repository holds the public artefacts of that product so they can be pinned, diffed and cited. The service itself is closed source.

| What | Where |
|---|---|
| Developer guide | https://arbitron.app/developers (Markdown twin: https://arbitron.app/developers/index.md) |
| API reference (Scalar) | https://arbitron.app/developers/reference |
| OpenAPI 3.1 document | https://arbitron.app/api/v1/openapi.json (a copy: [`openapi/openapi.json`](openapi/openapi.json)) |
| MCP server | `https://arbitron.app/mcp` (Streamable HTTP; registry entry `app.arbitron/mcp`: [`mcp/server.json`](mcp/server.json)) |
| Server card | https://arbitron.app/.well-known/mcp/server-card.json |
| Plans and keys | https://arbitron.app/developers#plans, keys at https://arbitron.app/settings/api |
| llms.txt | https://arbitron.app/llms.txt |

## REST in one minute

```bash
export ARBITRON_KEY=arb_live_...   # https://arbitron.app/settings/api

# The most negative funding on liquid contracts
curl -s "https://arbitron.app/api/v1/funding?max_rate_pct=-0.01&min_volume_usdt=1000000&sort=rate_asc&limit=5" \
  -H "Authorization: Bearer $ARBITRON_KEY"

# The spread between venues right now, tradeable pairs only
curl -s "https://arbitron.app/api/v1/spreads?min_volume_usdt=500000&max_spread_pct=3&min_strength=2&fields=symbol,exchange_a,exchange_b,spread_pct,direction" \
  -H "Authorization: Bearer $ARBITRON_KEY"
```

Every response is `{ "data": ..., "meta": { "as_of", "delayed_seconds", "source", "url", "count", "total", "next_cursor" } }`. Errors are RFC 9457 problem details. Rates are percent per settlement. More in [`examples/`](examples/).

## MCP in one minute

Claude Desktop, Cursor and ChatGPT connect with OAuth 2.1 (sign in with your Arbitron account); a program connects with the same API key as a bearer token. Client configurations are in [`mcp/clients/`](mcp/clients/). Nine read-only tools: `arbitron_search_coins`, `arbitron_get_funding_rates`, `arbitron_get_coin_funding`, `arbitron_get_funding_history`, `arbitron_get_spreads`, `arbitron_get_spread_backtest`, `arbitron_get_listings`, `arbitron_get_exchanges`, `arbitron_get_usage`.

## Plans

The Demo plan is free: 15-minute delayed data, 50 rows per page, no history. Paid plans (Developer, Pro, Business) are live, reach further back, and include commercial use. Details at https://arbitron.app/developers#plans.

## Citing

Attribute republished figures as "Data: Arbitron" with a link to `meta.url`, and keep `meta.as_of` with the number. Name the exchange and the settlement interval beside any funding rate.

## Contents of this repository

- `openapi/openapi.json`: the OpenAPI document as served, refreshed by [`scripts/refresh.sh`](scripts/refresh.sh).
- `mcp/server.json`: the manifest published to the official MCP registry.
- `mcp/clients/`: configuration snippets for Claude Desktop, Cursor and ChatGPT.
- `examples/`: curl, Python and Node examples.
- `.cursor-plugin/`: the plugin manifest for the Cursor marketplace.

Files here are licensed under the [MIT License](LICENSE). The data the API returns is subject to the [terms](https://arbitron.app/terms).
arbitragecryptofunding-ratesmarket-datamcpmcp-serveropenapiperpetual-futures

Lo que la gente pregunta sobre arbitron-api

¿Qué es arbitron-team/arbitron-api?

+

arbitron-team/arbitron-api es mcp servers para el ecosistema de Claude AI. Arbitron public API and MCP server: OpenAPI document, MCP registry manifest, client configs and examples Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala arbitron-api?

+

Puedes instalar arbitron-api clonando el repositorio (https://github.com/arbitron-team/arbitron-api) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar arbitron-team/arbitron-api?

+

Nuestro agente de seguridad ha analizado arbitron-team/arbitron-api y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene arbitron-team/arbitron-api?

+

arbitron-team/arbitron-api es mantenido por arbitron-team. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a arbitron-api?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega arbitron-api en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: arbitron-team/arbitron-api
[![Featured on ClaudeWave](https://claudewave.com/api/badge/arbitron-team-arbitron-api)](https://claudewave.com/repo/arbitron-team-arbitron-api)
<a href="https://claudewave.com/repo/arbitron-team-arbitron-api"><img src="https://claudewave.com/api/badge/arbitron-team-arbitron-api" alt="Featured on ClaudeWave: arbitron-team/arbitron-api" width="320" height="64" /></a>

Más MCP Servers

Alternativas a arbitron-api