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:
Выполни в терминале:
claude mcp add squadco-mcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai