MCP server
GunSpec MCP server
Connect Claude, Cursor, VS Code or any other Model Context Protocol client to the catalog. The hosted server provides 35 read-only tools and uses your existing API key and plan.
Server URL
https://mcp.gunspec.io- Server
- Checking…
- SDK
- Checking…
- Tools
- 30
- Workflows
- 5
- Uptime, 30 days
- Checking…
At a glance
The information a client needs to connect.
| Property | Value |
|---|---|
| Endpoint | https://mcp.gunspec.io |
| Transport | Streamable HTTP. Every message is a POST to the endpoint. |
| Protocol | MCP 2026-07-28. Earlier 2025 revisions are supported through a stateless fallback. |
| Authentication | Your GunSpec API key in the X-API-Key header, or as Authorization: Bearer. |
| Tools | 35 read-only tools, including 5 workflows. |
| Sessions | None. Each request is independent, so reconnecting does not lose any state. |
| Limits | The API quota and rate limit of your plan. See Usage and limits. |
How it works
The server is a thin layer over the public API. It is not a separate API.
- Your client sends a tool call with your key. The server converts it into a GunSpec API request authenticated with that key.
- The API processes the request exactly as it processes a direct request, with the same plan gates and rate limit. MCP calls also have their own daily allowance, which is lower than the plan allowance.
- The tools are the same tools the official TypeScript SDK provides, so each tool always matches the SDK method it calls.
- When the API refuses a call, the refusal is returned as a tool result that the model can read and explain. The connection remains open.