← capitol.guide

INDIVIDUAL MCP TOOL

prohibited_items

What you cannot bring into an area of the Capitol complex (security screening).

capitol.guidenone authenticationAvailability not checked

LIVE ENDPOINT

https://capitol.guide/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prohibited_items and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

capitol.guide

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.capitolguide]
url = "https://capitol.guide/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "capitolguide": {
      "type": "http",
      "url": "https://capitol.guide/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: capitolguide
Remote MCP URL: https://capitol.guide/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "capitolguide": {
      "url": "https://capitol.guide/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "capitolguide": {
      "type": "http",
      "url": "https://capitol.guide/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "capitolguide",
  "transport": "streamable-http",
  "url": "https://capitol.guide/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • capitolguide_prep — Pre-flight readiness check.
  • overview — Operational snapshot for the caller's tenant: KB version + freshness, queue depths (itineraries / draft meetings / active nudges), and the recent tool-invocation tail.
  • find_room — Find a Capitol office by ROOM CODE (e.
  • route_between — Turn-by-turn directions between two points in the Capitol complex.
  • accessible_route — Step-free / accessible directions between two points in the Capitol complex by mobility profile (wheelchair, limited_mobility, stroller, low_vision).
  • check_access — What access a visitor needs for a zone of the Capitol complex: (visitor_type × zone) → allowed?
  • nearby — Nearest restroom, exit, and food for a specific point — a room code (floor-specific, e.
  • plan_day — Optimize a multi-meeting Hill day.