analytics.usa.gov MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@analytics.usa.gov MCP Serverwhat are the top 10 pages today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
analytics.usa.gov MCP Server
⚠️ DISCLAIMER: This is a proof of concept and is not intended for production use.
Demo MCP Server for AI Community Of Practice
Overview
This project is a demonstration Model Context Protocol (MCP) server for analytics.usa.gov data, designed to showcase how LLMs can interact with government analytics APIs using the MCP standard. The codebase is structured to start simple and build up in capability:
single_report_tool: Provides basic access to a single analytics report at a time, ideal for simple queries and initial integration.
multiple_reports_tools: Adds support for fetching and handling multiple reports, allowing more complex queries and comparisons.
aggregation_tools: Enables aggregation of analytics data over time periods (week, month, year) and by various dimensions (such as source or agency), supporting more advanced analytics and summarization.
Each tool is registered with the MCP server and can be called by an LLM or other MCP-compatible client. The project is intended as a learning and experimentation platform for building and extending MCP-based analytics APIs.
Related MCP server: MCP Server for Google Analytics 4
Quick Start (Recommended)
Option 1: Install via uv
uv tool install git+https://github.com/GSA-TTS/usdc-arc-mcp-demo/This will install the MCP server as a CLI tool. You can then run:
usdc-arc-mcp-demoSimple way to connect to Claude
Get the installed tool path:
which usdc-arc-mcp-demoCopy the path into Claude MCP config:
{ "mcpServers": { "usdc-arc-mcp-demo": { "command": "/path/to/usdc-arc-mcp-demo", "args": [], "env": { "DAP_API_KEY": "your-api-key" } } } }
Development Setup
Option 2: Using Hatch or uv
Using Hatch
Install Hatch:
pip install hatchCreate a virtual environment and install dependencies:
hatch env createRun the server:
hatch run usdc-arc-mcp-demoOr:
hatch shell usdc-arc-mcp-demo
Using uv
Install uv:
pip install uvInstall dependencies:
uv pip install -r requirements.txtOr, for PEP 621 projects:
uv pip install -e .Run the server:
usdc-arc-mcp-demo
Configuration
Set your Regulations.gov API key in a .env file:
DAP_API_KEY=your_api_key_hereProject Structure
src/usdc_arc_mcp_demo/– Main package codetest/– Tests
Linting
This project uses ruff for linting and code style checks.
To lint your code, run:
hatch run ruff check src/Or:
hatch shell
ruff check src/Resources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables LLMs to interact with Google Analytics Admin and Data APIs to retrieve account summaries, property details, and custom metrics. It allows users to run core and real-time reports to analyze website performance and configuration via natural language.Last updated71Apache 2.0
- Alicense-qualityFmaintenanceEnables LLMs to interact with Google Analytics 4 data through the Google Analytics Data API, supporting standard reports, real-time data, and metadata retrieval.Last updated19MIT
- AlicenseAqualityDmaintenanceEnables LLMs to interact with Google Analytics via Admin and Data APIs, allowing users to retrieve account summaries, run reports, and analyze realtime data.Last updated6Apache 2.0

cfabric-mcpofficial
Alicense-qualityFmaintenanceEnables AI agents to perform corpus analysis tasks such as discovery, search, and data access via the Model Context Protocol.Last updated9MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GSA-TTS/usdc-arc-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server