MMetadataONE /docs
Docs / Quickstart

Quickstart

Five minutes. One command. First tool call.

1. Get an API key

Sign in at app.metadataone.com and open Settings → API Keys → Create Key. Copy the key — it's shown once.

Shell
export METADATA_API_KEY="md1_live_7f3a…"

2. Install the server

Claude Code
claude mcp add metadataone npx -y @metadataone/mcp-server \
  --env METADATA_API_KEY=$METADATA_API_KEY

For Claude Desktop, Hermes, Paperclip, OpenClaw, or custom agents see the full install guide.

3. Make your first call

Restart your client, then ask your agent:

Use metadataone. Call get_account_details and tell me my connected channels.

You should see something like:

Response
{
  "name": "Acme Inc.",
  "id": "acc_9f3k…",
  "plan": "operator",
  "channels_connected": ["linkedin", "meta", "google"],
  "credits_remaining": 2000
}

You're live. Your agent can now reach 92 tools across audiences, campaigns, creatives, and analytics.

Next