mcp_census_server

About MCP Census Server

The MCP Census Server implements the Model Context Protocol (MCP) for accessing US Census Bureau data via JSON-RPC over HTTP.

Key Features

Repository Layout

├── app.py                   # FastAPI JSON-RPC server
├── start.sh                 # Setup script for server + client
├── docs/                    # Documentation site (MDX + Mintlify)
│   ├── index.md             # Intro page
│   ├── about.md             # This about page
│   ├── howto.md             # How to run and setup
│   ├── authentication.md    # API key instructions
│   ├── usage.md             # Usage examples
│   └── architecture.md      # System architecture
├── client/                  # Next.js MCP client app
└── tests/                   # Pytest suite for server