Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Analytics.Usa.Gov Server

БесплатноНе проверен

Enables LLMs to query and analyze government website analytics from analytics.usa.gov via the Model Context Protocol, supporting single report, multiple reports

GitHubEmbed

Описание

Enables LLMs to query and analyze government website analytics from analytics.usa.gov via the Model Context Protocol, supporting single report, multiple reports, and aggregation tools.

README

⚠️ 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.

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-demo

Simple way to connect to Claude

  1. Get the installed tool path:

    which usdc-arc-mcp-demo
    
  2. Copy 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

  1. Install Hatch:
    pip install hatch
    
  2. Create a virtual environment and install dependencies:
    hatch env create
    
  3. Run the server:
    hatch run usdc-arc-mcp-demo
    
    Or:
    hatch shell
      usdc-arc-mcp-demo
    

Using uv

  1. Install uv:
    pip install uv
    
  2. Install dependencies:
    uv pip install -r requirements.txt
    
    Or, for PEP 621 projects:
    uv pip install -e .
    
  3. Run the server:
    usdc-arc-mcp-demo
    

Configuration

Set your Regulations.gov API key in a .env file:

DAP_API_KEY=your_api_key_here

Project Structure

  • src/usdc_arc_mcp_demo/ – Main package code
  • test/ – 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

from github.com/GSA-TTS/usdc-arc-mcp-demo

Установка Analytics.Usa.Gov Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/GSA-TTS/usdc-arc-mcp-demo

FAQ

Analytics.Usa.Gov Server MCP бесплатный?

Да, Analytics.Usa.Gov Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Analytics.Usa.Gov Server?

Нет, Analytics.Usa.Gov Server работает без API-ключей и переменных окружения.

Analytics.Usa.Gov Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Analytics.Usa.Gov Server в Claude Desktop, Claude Code или Cursor?

Открой Analytics.Usa.Gov Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Analytics.Usa.Gov Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development