AI-native Model Context Protocol (MCP) server that integrates SAM.gov, USASpending.gov, and Tango APIs to capture and analyze federal procurement and spending data through natural language queries. Responses include both human-readable text and structured JSON so MCP-compatible clients can consume the data programmatically.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"capture-mcp-server": {
"args": [
"/ABSOLUTE/PATH/TO/capture-mcp-server/dist/server.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MIT-licensed, AI-native Model Context Protocol (MCP) server that integrates SAM.gov, USASpending.gov, and Tango APIs to capture and analyze federal procurement and spending data through natural language queries. Responses include both human-readable text and structured JSON so MCP-compatible clients can consume the data programmatically.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'aws-cdk' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
AWS CDK CLI prints AWS credentials retrieved by custom credential plugins
## Summary The AWS Cloud Development Kit (AWS CDK) [1] is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. The AWS CDK CLI [2] is a command line tool for interacting with CDK applications. Customers can use the CDK CLI to create, manage, and deploy their AWS CDK projects. An issue exists in the AWS CDK CLI where, under certain conditions, AWS credentials may be returned in the console output. Plugins that r
AWS CDK RestApi not generating authorizationScope correctly in resultant CFN template
### Summary The AWS Cloud Development Kit (CDK) is an open-source framework for defining cloud infrastructure using code. Customers use it to create their own applications which are converted to AWS CloudFormation templates during deployment to a customer’s AWS account. CDK contains pre-built components called "constructs" that are higher-level abstractions providing defaults and best practices. This approach enables developers to use familiar programming languages to define complex cloud infras
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / data
Manage Supabase projects — databases, auth, storage, and edge functions
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
An official Qdrant Model Context Protocol (MCP) server implementation
MCP Security Weekly
Get CVE alerts and security updates for Capture Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MIT-licensed, AI-native Model Context Protocol (MCP) server that integrates SAM.gov, USASpending.gov, and Tango APIs to capture and analyze federal procurement and spending data through natural language queries. Responses include both human-readable text and structured JSON so MCP-compatible clients can consume the data programmatically.
Capture MCP empowers users to capture and query federal entity, opportunity, and spending data through LLM applications like Claude Desktop. It provides 15 specialized tools that can search, analyze, and join data from multiple government APIs.
Compatible with: Claude Desktop, ChatGPT Desktop (Pro+), and any MCP-compatible client
get_usaspending_awards - Agency award summariesget_usaspending_spending_by_category - Spending breakdownsget_usaspending_budgetary_resources - Budget informationsearch_usaspending_awards_by_recipient - Find awards by companysearch_sam_entities - Find federal contractors and businessesget_sam_opportunities - Discover contract opportunitiesget_sam_entity_details - Get comprehensive company profilescheck_sam_exclusions - Verify contractor eligibilityget_entity_and_awards - Combine SAM entity data with spending historyget_opportunity_spending_context - Link opportunities with market contextsearch_tango_contracts - Search federal contracts through unified APIsearch_tango_grants - Search federal grants and financial assistanceget_tango_vendor_profile - Get comprehensive vendor profiles with historysearch_tango_opportunities - Search contract opportunities with forecastsget_tango_spending_summary - Get spending summaries and analyticsThe server automatically enables tools based on which API keys you provide:
| API Keys Provided | Tool Sets Enabled | Total Tools |
|---|---|---|
| None (works out of the box) | USASpending.gov | 4 tools |
SAM_GOV_API_KEY only | SAM.gov + USASpending.gov + Join tools | 10 tools |
TANGO_API_KEY only | Tango API + USASpending.gov | 9 tools |
| Both keys | All tool sets | 15 tools |