Government Procurement Feeds
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Government Procurement FeedsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



