Skip to content
Language

Documentation

Documentation

Mockd puts one observed endpoint between your agent and the tools it calls. These pages explain what happens behind it, in seven topics, each readable on its own.

The fastest path to a first trace

No account, no API key. Open the demo, paste the config into the MCP client you already use, and run your agent. The trace fills in as it calls tools.

claude_desktop_config.json
{
  "mcpServers": {
    "mockd-hubspot": {
      "url": "https://mock.mock-d.com/s/<session-token>/mcp"
    }
  }
}

The URL carries your session token. It's the only credential involved. There's no header and no key alongside it.

Topics

7

Read on elsewhere