loading…
Search for a command to run...
loading…
Provides your AI coding assistant with direct, structured access to the full SquadCo API documentation for payments, transfers, virtual accounts, VAS, and webho
Provides your AI coding assistant with direct, structured access to the full SquadCo API documentation for payments, transfers, virtual accounts, VAS, and webhooks.
Disclaimer: This is a community-driven project and is not affiliated with or endorsed by SquadCo. It is built by developers, for developers, using the official public SquadCo documentation.
The SquadCo MCP Server provides your AI coding assistant (Claude, Cursor, Windsurf, etc.) with direct, structured access to the full SquadCo API documentation.
Stop switching between your editor and the browser. Get precise API specs, validation logic, and code samples for SquadCo integrations directly in your chat.
uvx or pipx.The MCP server covers the entire SquadCo ecosystem:
sandbox-api.squadco.com endpoints.| Tool | Purpose |
|---|---|
search_docs |
The main entry point. Search for any SquadCo feature (e.g., "AES encryption"). |
list_docs |
Browse all available API documentation files. |
get_doc_structure |
View the structural map of a specific document to find precise sections. |
resolve_section |
Fetch the full technical content, URLs, and code samples for a section. |
Before configuring your client, ensure you have the following installed on your host machine:
uv on Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"uv on macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | shAdd one of the following to your MCP settings in Claude, Cursor, or Windsurf.
Using uvx (Fastest):
{
"mcpServers": {
"squadco-docs": {
"command": "uvx",
"args": ["squadco-mcp"]
}
}
}
Using pipx:
{
"mcpServers": {
"squadco-docs": {
"command": "pipx",
"args": ["run", "squadco-mcp"]
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonsquadco-docs entry provided above.squadco-docscommanduvx squadco-mcp (If not found, use the absolute path to uvx).mcpServers object in settings.json.%APPDATA%\Windsurf\User\settings.json| Client | MCP Integration Method | squadco-mcp Configuration |
|---|---|---|
| Claude Desktop | JSON-RPC over stdio | Add to mcpServers in claude_desktop_config.json |
| Cursor | Native MCP UI | Use uvx squadco-mcp as the command |
| Windsurf | Cascade MCP | Add to mcpServers in settings.json |
| VS Code | Workspace MCP | Add to .vscode/mcp.json |
| Claude Code | CLI MCP Manager | Run claude mcp add squadco-mcp -- uvx squadco-mcp |
uvx or pipx is not found, it is likely because the installation directory is not in your system's PATH. C:\Users\YourName\.local\bin\uvx.exe).python --version in your terminal.The SquadCo MCP Server uses CiteKit (by @abdushakurob) to provide high-fidelity documentation access to AI agents.
Unlike standard RAG (Retrieval-Augmented Generation) which uses vector-based similarity, this server employs a structural mapping approach:
Stack:
Run in your terminal:
claude mcp add squadco-mcp -- npx Yes, Squadco MCP is free — one-click install via Unyly at no cost.
No, Squadco runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Squadco on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.