Skip to main content
The 9squid Platform MCP server exposes the Platform API as a set of structured tools that AI agents can call directly. Instead of writing curl commands or SDK calls, you describe what you want — “list my loans”, “check the pool summary for deal X”, “submit an IOI” — and the AI handles the API calls on your behalf.

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

  1. You (or Claude) call an MCP tool.
  2. The MCP server forwards the request to the Platform API Gateway with your bearer token.
  3. The Platform API validates your Clerk API key and returns data.
  4. Results come back to Claude as structured JSON for reasoning and display.
Your API key is never stored on the MCP server — it is forwarded per-request and validated by the Platform API.

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