guide.capitol/capitolguide
Official9 toolsNavigate the U.S. Capitol complex: decode room codes, route buildings, check access, amenities.
Decode U.S. Capitol room codes and provide navigation, access, and facility information.
Captured live from the server via tools/list.
capitolguide_prep
Pre-flight readiness check. Run before any other tool. Verifies secrets, KV, DB connectivity, and KB version + freshness. Returns a structured readiness report.
No parameters.
overview
Operational snapshot for the caller's tenant: KB version + freshness, queue depths (itineraries / draft meetings / active nudges), and the recent tool-invocation tail. Read-only.
No parameters.
find_room
Find a Capitol office by ROOM CODE (e.g. 'SH-217', '2310 Rayburn', '167 Russell', 'H-232'), by MEMBER NAME (e.g. 'Cornyn', 'Ted Cruz', 'Womack'), or by COMMITTEE ('Senate Judiciary', 'Ways and Means', 'House Armed Services'). A room code returns the decoded location plus who currently holds it; a name returns that member's current office; a committee returns its office / principal hearing room. Member & committee assignments are the 119th Congress (volatile, live-source-stamped).
Parameters (1)
- querystringrequired
A room code/address, or a member's name
route_between
Turn-by-turn directions between two points in the Capitol complex. Each point can be a room code, a building name, OR a Metro station / landmark (e.g. 'Capitol South Metro' → '2412 Rayburn', 'Union Station' → '517 Hart', or to the 'Supreme Court' / 'Library of Congress'). Returns an ordered step list with mode (walk/tunnel/subway), minutes, and a flag wherever you re-clear security. Set accessible=true for a step-free route (or use accessible_route).
Parameters (3)
- fromstringrequired
Origin: room code, building name, or Metro station / landmark (e.g. 'Capitol South Metro')
- tostringrequired
Destination: room code, building name, or Metro station / landmark
- accessibleboolean
Prefer a step-free / accessible route
accessible_route
Step-free / accessible directions between two points in the Capitol complex by mobility profile (wheelchair, limited_mobility, stroller, low_vision). Routes over elevators/ramps only, avoids stairs, and surfaces OCAS accommodation contacts. Use this instead of route_between when step-free matters.
Parameters (3)
- fromstringrequired
Origin: room code, building name, or Metro station / landmark (e.g. 'Union Station')
- tostringrequired
Destination: room code, building name, or Metro station / landmark
- mobility_profilestring
Mobility profile (default: any step-free)
check_access
What access a visitor needs for a zone of the Capitol complex: (visitor_type × zone) → allowed?, credential, escort, lead time, required docs, security entrance, and the granting authority. INFORMS, never grants — final authority is the member office / Capitol Police / Secret Service. Rules are volatile and live-source-stamped.
Parameters (2)
- visitor_typestringrequired
Who is visiting
- zonestringrequired
Which area of the complex
nearby
Nearest restroom, exit, and food for a specific point — a room code (floor-specific, e.g. the exact nearest bathroom to SH-217), a building name, or GPS coordinates {lat, lon}. Returns specific named venues ranked by distance.
Parameters (3)
- locationstring
Room code or building name
- latnumber
Latitude (e.g. from device GPS) — pair with lon
- lonnumber
Longitude — pair with lat
prohibited_items
What you cannot bring into an area of the Capitol complex (security screening). zone: 'capitol_cvc' (the Capitol + Visitor Center — strictest, no food/water), 'gallery' (House/Senate galleries — no phones/cameras), or 'office_building' (the 6 office buildings — food & drink allowed). Always returns the universal weapon/hazard bans too. Volatile — live-source-stamped; confirm at visitthecapitol.gov before you travel.
Parameters (1)
- zonestringrequired
Which area you're entering
plan_day
Optimize a multi-meeting Hill day. Give a list of meetings (each a member name or room code, with an optional time like '10:30a'). Returns a sequenced itinerary: batched by chamber side to minimize cross-campus crossings, the route + minutes between each stop, the cross-campus window flagged, 'leave-by' times when meetings are timed, and warnings for connections too tight to make.
Parameters (2)
- meetingsarrayrequired
- accessibleboolean
Plan step-free routes
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"capitolguide": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://capitol.guide/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.