Skip to main content
Register the hosted 9squid MCP server with your AI client. Each registration is scoped to a role (originator or investor) — you can register both at the same time under different names.

Authentication

You supply your Clerk API key when registering. It is sent as a bearer token on every request and forwarded by the MCP server to the Platform API for validation. The key is never stored on the MCP server.

Claude Code

Register via CLI

Run these commands from your terminal. Replace <your-api-key> with your 9squid API key. Originator
Investor
The add-json command stores the bearer token in your Claude Code MCP configuration. Do not commit generated MCP config files that contain real tokens.

Register via project config file

Create or edit .mcp.json in your project root. Use an environment variable so the key is not committed to source control.

Verify the connection

List configured servers:
Inside a Claude Code session, check tool availability:
You should see 9squid-originator and/or 9squid-investor listed as connected, with tool counts matching the Tools Reference.

Remove a registration


Claude Desktop

Open your Claude Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the 9squid MCP servers under mcpServers:
Save the file and restart Claude Desktop. The 9squid tools will appear in the tools panel.

What tools you get per role

See the Tools Reference for a complete listing with parameters.

Troubleshooting

No tools visible after connecting The role is missing or invalid. Verify the URL includes ?role=originator or ?role=investor exactly, and the x-9squid-role header matches. Missing or unrecognized roles intentionally expose zero tools. Authentication error Confirm the Authorization: Bearer <your-api-key> header is present. The MCP server only checks that a token exists — the Platform API validates whether the key is authorized. Server not responding Check the health endpoint: