ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use HTTP Status Reference Lookup with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Retrieve official names, RFC references, and semantic properties for HTTP status codes.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete HTTP Status Reference Lookup capability set.

These are the exact actions your AI can choose when you ask it to work with HTTP Status Reference Lookup.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through HTTP Status Reference Lookup.

  1. 01

    Lookup status

    Look up details for a specific HTTP status and its semantics

  2. 02

    Validate status scenario

    Validate if an HTTP status code is appropriate for a given response scenario

  3. 03

    List all statuses

    List all registered HTTP status codes

Observed, not estimated

632ms average. Fast in production.

HTTP Status Reference Lookup is checked daily against the live service.

Daily averagePeak 745ms
Aug 20Today
Fastest day
501ms
Slowest day
745ms
14-day trend
Improving-5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of HTTP Status Reference Lookup, so you can see the experience inside your AI.

It does not authenticate your account with HTTP Status Reference Lookup. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

HTTP Status Reference Lookup Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_joD9LlrCMpw75Ndc1WoshsgU9KcaliwWIfWL3ljK/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — HTTP Status Reference Lookup capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "http-status-reference-lookup-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_joD9LlrCMpw75Ndc1WoshsgU9KcaliwWIfWL3ljK/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions HTTP Status Reference Lookup owners ask.

  • 01

    What can I do with this MCP server?

    You can use it to look up technical details for any HTTP status code, list all known codes, or validate if a specific response scenario is semantically correct using check_scenario_consistency. Capabilities available: lookup_status, list_all_statuses, validate_status_scenario.

  • 02

    How do I check if a 200 OK response with an error body is valid?

    You can use the check_scenario_consistency capability by providing the status code 200 and setting isErrorBody to true. It will flag this as an inconsistency.

  • 03

    Does it support all HTTP status codes?

    It supports the standard registry of HTTP status codes, including 1xx, 2xx, 3xx, 4xx, and 5xx ranges.