What is MCP?
Model Context Protocol (MCP) is an open standard that lets AI assistants (like Claude) call external tools and APIs in a structured, auditable way. The 9squid MCP server implements this protocol, bridging Claude to the Platform API Gateway.What you can do
53 tools are available across 11 domains. Access depends on your role.Originator tools
Investor tools
Available to both roles
How it works
- You (or Claude) call an MCP tool.
- The MCP server forwards the request to the Platform API Gateway with your bearer token.
- The Platform API validates your Clerk API key and returns data.
- Results come back to Claude as structured JSON for reasoning and display.
Role-based access
Two roles are available. You choose a role when registering the MCP server:
You can register both roles simultaneously under separate server names (e.g.
9squid-originator and 9squid-investor).
Prerequisites
- A valid Clerk API key for the 9squid platform
- Access to the hosted 9squid MCP server at
https://mcp-stg.9squid.com - Claude Code CLI or Claude Desktop
Next steps
- Connect to Claude — register with Claude Code or Claude Desktop
- Tools reference — full listing of all 53 tools