Use agent-data from your agent, terminal, or app

Every API in the catalog is reachable the same three ways. Your agent discovers APIs at runtime; your app calls the same endpoints over HTTP.

MCP

One server for every client: Claude Code, Cursor, Codex CLI, Gemini CLI, Windsurf, VS Code, and ChatGPT. Claude Code setup:

claude mcp add --transport http agent-data https://agent-data.motie.dev/mcp

Then run /mcp, choose agent-data, and sign in through the browser window that opens.

Setup guides for every client

CLI

One command installs the CLI, opens the browser for your key, and adds an agent-data skill to detected agents such as OpenClaw, Hermes Agent, and Claude Code:

npx -y agent-data init

Then agent-data search, agent-data docs, and agent-data call.

CLI docs

HTTP

Send your key as a bearer token to any endpoint. Every API page shows the exact request with the endpoint’s example inputs.

Authorization: Bearer $AGENT_DATA_API_KEY
Get an API key

Agents discover APIs at runtime

Your agent searches the catalog and reads an API’s docs as it works. It doesn’t need every API’s schema in context, and a new API is available to it the moment it goes live.

Explore the catalog