GunSpec
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 URLhttps://mcp.gunspec.io
UnknownChecking…Health checks
Server
Checking…
SDK
Checking…
Tools
30
Workflows
5
Uptime, 30 days
Checking…

The information a client needs to connect.

PropertyValue
Endpointhttps://mcp.gunspec.io
TransportStreamable HTTP. Every message is a POST to the endpoint.
ProtocolMCP 2026-07-28. Earlier 2025 revisions are supported through a stateless fallback.
AuthenticationYour GunSpec API key in the X-API-Key header, or as Authorization: Bearer.
Tools35 read-only tools, including 5 workflows.
SessionsNone. Each request is independent, so reconnecting does not lose any state.
LimitsThe API quota and rate limit of your plan. See Usage and limits.

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.