Capture MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TANGO_API_KEY | No | API key for Tango API. Enables Tango tools (5 additional tools). Optional. | |
| SAM_GOV_API_KEY | No | API key for SAM.gov. Enables SAM.gov and Join tools (6 additional tools). Optional. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_reference_codeA | Look up the official FPDS description for a procurement reference code, or list a whole domain. Domains: set_aside, extent_competed, award_type, solicitation_procedure, competition. Use this BEFORE filtering or reporting on any code — e.g. set_aside 8A is '8(a) Competed' while 8AN is '8(a) Sole Source'. Static lookup: no API key, no network. |
| get_usaspending_awardsB | Get federal awards data for a specific agency and fiscal year. Returns award counts, obligations, and top awards. |
| get_usaspending_spending_by_categoryB | Get spending breakdown by award category (contracts, grants, loans, etc.) for an agency and fiscal year. |
| get_usaspending_budgetary_resourcesA | Get budgetary resources and obligations for an agency in a fiscal year. |
| search_usaspending_awards_by_recipientA | Search for federal awards by recipient name, with optional filters for time period and amount ranges. Great for investigating specific companies or organizations. |
| get_award_detailA | Get the full FPDS record for a single award from USASpending — the verification primitive: type_set_aside with description, extent_competed, number_of_offers_received, and other_than_full_and_open competition authority. Use it to confirm that a filtered search actually returned what it claimed before a number goes in a memo. Accepts a USASpending generated award ID (CONT_AWD_..., the contract_id Tango returns) or a bare PIID (resolved via award search first). |
| aggregate_contractsA | Aggregate federal contract awards from USASpending without pulling rows: group by awarding_agency, awarding_subagency, recipient, naics, psc, month, or set_aside, with metric 'obligations' (dollars) or 'count' (prime awards). This is the tool for questions like 'how many 8(a) sole source awards per agency in Aug-Sep 2025'. Counts state their unit and the date filter states its date_type. group_by=set_aside issues one upstream query per code (~4s each due to rate pacing); metric 'count' is supported for group_by set_aside only (USASpending exposes counts per filter, not per category). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blencorp/capture-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server