InterSpace Distribution Limited

Người mẫu Context Protocol

Run phân bổ
from an AI agent.

The ToneGrid MCP server turns the entire partner API into tools an AI agent can call. Point Claude, Cursor, hoặc any Người mẫu Context Protocol client at one endpoint, bring của bạn own key, Và let it create releases, manage rights, deliver DDEX to Hơn 220 cửa hàng, Và read phân tích on của bạn behalf.

https://mcp.tonegrid.pro/mcp

165+

Tools, one per API operation

220+

DSPs reachable

2

Environments: đang hoạt động & sandbox

0

Credentials stored server-side

The Idea

Của bạn catalogue, wired for agents

Người mẫu Context Protocol is the open standard that lets AI assistants call real tools. The ToneGrid MCP server implements it as a remote endpoint, so any MCP client can vận hành a ToneGrid account the same way a developer would with the API REST, only in natural ngôn ngữ.

The tool list is tạo ra straight from the ToneGrid OpenAPI specification. When the API gains an endpoint, cái agent gains a tool. Nothing to update, nothing to drift.

It is the same cơ sở hạ tầng của bạn integration already uses. The MCP server is simply a second front door, built for the tools của bạn team is starting to rely on.

agent session
you › release "Midnight in Lagos" to Spotify and Apple Music

agent calls:
  create_releases        → draft created
  create_releases_tracks → track added
  create_releases_dsps   → 2 stores selected
  submit_releases        → sent to review

agent › Done. Release is in review for
2 stores, live date 12 Jul.
The Toolbox

One tool for every operation

Reads are list_get_. Writes are create_, update_, Và set_. Workflow steps are named for the verb.

album

phát hành & tracks

Create, update, reorder, Và submit releases. Add tracks, upload masters, set version types Và audio specs.

gavel

Rights & royalties

Set streaming, tải về, UGC Và sync rights, P Và C lines, splits, writers, publishers, Và statements.

hub

DDEX delivery

Xem trước Và XSD-validate ERN 4.3, deliver or redeliver to every attached DSP, hoặc issue a purge takedown.

tune

Supply-chain control

Monetization policies, định giá tiers, territory clearances, Và per-DSP overrides with a resolved delivery plan.

cloud_upload

Multi-channel ingest

Real-time JSON, async bulk, DDEX ERN XML, Và CSV import, each with job tracking Và validation errors.

insights

Phân tích

Luồng Và revenue by DSP, territory, release, Và day, plus per-artist overviews across a date range.

payments

Finance

Balances, accounting periods, sales reports, statements Và CSV exports, payee statements, Và payouts.

webhook

Webhooks

Đặt mua to lifecycle events, rotate signing secrets, fire test events, Và read per-attempt delivery logs.

dashboard_customize

Nhãn trắng & tenants

Onboard child tenants, resolve theme Và branding, Và read usage rollups for a multi-tenant network.

Bắt đầu

Connect in under a minute

1

Grab của bạn API key

Any partner plan includes a tgk_ key. It is the same key that authenticates the API REST.

2

Add the server to của bạn client

Point Claude Desktop, Claude Code, Cursor, hoặc any remote-MCP client at the endpoint Và set của bạn key as a header.

3

Ask it to do the work

Start against sandbox, cáin flip to production. Destructive tools are flagged so của bạn agent confirms first.

client config

{
  "mcpServers": {
    "tonegrid": {
      "type": "http",
      "url": "https://mcp.tonegrid.pro/mcp",
      "headers": {
        "Authorization": "Bearer tgk_your_key",
        "X-ToneGrid-Env": "production"
      }
    }
  }
}

verify it is up

$ curl https://mcp.tonegrid.pro/health
{"status":"ok","tools":165, ...}
Chắc chắn by Design

Built to hand an agent the keys, carefully

key

Bring của bạn own key

Every call carries của bạn tgk_ key. The server forwards it Và stores nothing, so there is no shared secret to leak.

warning

Destructive tools flagged

Vận chuyển, purge takedowns, deletes Và rejects are annotated so của bạn agent can pause Và confirm trước running them.

science

Sandbox first

Flip one header to run every tool against an isolated sandbox with no đang hoạt động phân phối DSP, cáin promote to production.

shield_lock

Scoped & revocable

Keys are scoped to one tenant Và revocable in an instant. Reads Và writes are separated by tool naming.

Give của bạn agent the whole platform

The MCP server is one of the advanced capabilities ToneGrid ships for teams building on the platform. Read the full tool reference, hoặc nhìn thấy what else the API can do.