fpds-mcp
MCP server for querying U.S. Federal Procurement Data System (FPDS-NG) to search federal contract actions by keyword, agency, NAICS, or vendor, with USDC micropayments via x402.
README
fpds-mcp
x402-paid MCP server for the U.S. Federal Procurement Data System (FPDS-NG) — every federal contract action since 2001, no signup, no API key.
Live: https://fpds-mcp.mtree.workers.dev
Endpoints
| Endpoint | Description | Price |
|---|---|---|
POST /v1/contracts/search |
FPDS contract actions by keyword / agency code / NAICS / signed-date window | $0.04 |
POST /v1/contracts/by_vendor |
Recent FPDS contract actions for a vendor + aggregate (total obligated $, distinct agencies, distinct NAICS) | $0.05 |
All paid endpoints settle USDC on Base via x402. First call returns HTTP 402 with the EXACT-scheme envelope; sign X-PAYMENT and retry.
Discovery surfaces (unpaid)
/.well-known/agent-card.json— Google A2A AgentCard/.well-known/mcp.json— MCP server manifest/.well-known/ai-plugin.json— OpenAI plugin manifest/openapi.yaml— OpenAPI 3.1 spec/agent-discovery— human-friendly landing/mcp— MCP Streamable HTTP transport (JSON-RPC 2.0)
Quick start
# 1) Probe the 402 envelope:
curl -i -X POST https://fpds-mcp.mtree.workers.dev/v1/contracts/by_vendor \
-H 'content-type: application/json' \
-d '{"vendor":"Lockheed Martin","limit":10}'
# 2) Settle X-PAYMENT (USDC on Base, payTo as advertised) and retry.
Sibling service
For live SAM.gov opportunities + USASpending.gov awards see procure-mcp.
Run locally
npm install
npx wrangler dev
Set PAY_TO_ADDRESS (and optional CDP/facilitator credentials) via wrangler secret put before wrangler deploy.
License
MIT — Money Tree.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.