Government Procurement Feeds

by tobyrichmond12-max

178 downloads
Not rated
GitHub

About

A Model Context Protocol server exposing US and UK government procurement data through one server (switch feeds with SLED_SOURCE). Tools: search_opportunities, get_opportunity, and list_recent_changes (the differentiator — deadline changes, new awards, added documents over time).

Details

Author
tobyrichmond12-max
Downloads
178
Categories
Other

- Exposes US and UK government procurement data through one server
- Switch between feeds with the SLED_SOURCE environment variable
- Provides search_opportunities, get_opportunity, and list_recent_changes tools
- list_recent_changes tracks deadline changes, new awards, and added documents over time
- Outputs clean JSON without personally identifiable information

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Government Procurement Feeds
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the SLED_SOURCE environment variable to select between US and UK procurement feeds. Use the provided tools—search_opportunities, get_opportunity, and list_recent_changes—to query and retrieve data in clean JSON format.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "government procurement feeds": {
            "sled-feed-mississippi": {
                "command": "python3",
                "args": [
                    "/path/to/sled-feed/mcp_server.py"
                ],
                "env": {
                    "APIFY_TOKEN": "YOUR_APIFY_TOKEN",
                    "SLED_SOURCE": "mississippi"
                }
            }
        }
    }
}

McpServers

{
    "sled-feed-mississippi": {
        "command": "python3",
        "args": [
            "/path/to/sled-feed/mcp_server.py"
        ],
        "env": {
            "APIFY_TOKEN": "YOUR_APIFY_TOKEN",
            "SLED_SOURCE": "mississippi"
        }
    }
}

A Model Context Protocol server exposing US and UK government procurement data through one server (switch feeds with SLED_SOURCE). Tools: search_opportunities, get_opportunity, and list_recent_changes (the differentiator — deadline changes, new awards, added documents over time). Clean JSON, no PII (buying organisation only). UK data under the Open Government Licence v3.0.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.