SAM.gov contract opportunities and entity lookup (BYOK) plus USASpending federal award data.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://www.mactechsolutionsllc.com/api/mcp/market7 Tools · 446 mssearch_opportunitiesSearch active federal contract opportunities on SAM.gov: solicitations, presolicitations, sources sought, RFIs, and award notices - filterable by keywords, NAICS, set-aside (SDVOSB, 8(a), HUBZone, WOSB, small business), notice type, agency, and posted-date range (max 1 year). Call this when the use…Search active federal contract opportunities on SAM.gov: solicitations, presolicitations, sources sought, RFIs, and award notices - filterable by keywords, NAICS, set-aside (SDVOSB, 8(a), HUBZone, WOSB, small business), notice type, agency, and posted-date range (max 1 year). Call this when the use…
| Parameter | Typ | Beschreibung |
|---|---|---|
| keywords | string | Free-text keywords, e.g. "CMMC compliance" |
| naics_codes | array | NAICS codes, e.g. ["541512"] |
| set_aside | array | Set-aside codes: SDVOSBC/SDVOSBS (SDVOSB), VSA/VSS (VOSB), SBA/SBP (small business), 8A/8AN, HZC/HZS (HUBZone), WOSB/EDWOSB |
| notice_type | array | o=solicitation, p=presolicitation, r=sources sought, k=combined synopsis, g=surplus, s=special notice, a=award notice, i=intent to bundle, u=J&A |
| agency | string | Department/agency name filter |
| posted_from | string | YYYY-MM-DD (default: 90 days ago; SAM allows at most a 1-year window) |
| posted_to | string | YYYY-MM-DD (default: today) |
| limit | integer | Max results (default 10) |
| sam_api_key | string | Optional: your own free SAM.gov API key (from sam.gov → Account Details). With it you spend your own 1,000/day quota and skip the shared budget. Can also be se… |
lookup_entityLook up a federal contractor registration in SAM.gov by Unique Entity ID (UEI) or legal business name: registration status, CAGE code, physical address, business types (SDVOSB, 8(a), HUBZone, etc.), and NAICS codes. Call this to vet a teaming partner, check a competitor, or confirm an entity is awa…Look up a federal contractor registration in SAM.gov by Unique Entity ID (UEI) or legal business name: registration status, CAGE code, physical address, business types (SDVOSB, 8(a), HUBZone, etc.), and NAICS codes. Call this to vet a teaming partner, check a competitor, or confirm an entity is awa…
| Parameter | Typ | Beschreibung |
|---|---|---|
| uei | string | 12-character Unique Entity ID |
| name | string | Legal business name (partial match allowed) - used when no UEI given |
| sam_api_key | string | Optional: your own free SAM.gov API key (from sam.gov → Account Details). With it you spend your own 1,000/day quota and skip the shared budget. Can also be se… |
search_awardsSearch actual federal contract awards on USAspending.gov - who won what, from which agency, for how much. Filter by keywords, NAICS, PSC, recipient name, agency, date range, and award amount. Keyless and unlimited. Call this for competitive intelligence ("who holds contracts in this space"), incumb…Search actual federal contract awards on USAspending.gov - who won what, from which agency, for how much. Filter by keywords, NAICS, PSC, recipient name, agency, date range, and award amount. Keyless and unlimited. Call this for competitive intelligence ("who holds contracts in this space"), incumb…
| Parameter | Typ | Beschreibung |
|---|---|---|
| keywords | array | Keyword filters |
| naics_codes | array | — |
| psc_codes | array | — |
| recipient | string | Recipient (contractor) name search |
| agency_name | string | Awarding toptier agency name, e.g. "Department of Defense" |
| start_date | string | YYYY-MM-DD (default: 1 year ago) |
| end_date | string | YYYY-MM-DD (default: today) |
| min_amount | number | — |
| max_amount | number | — |
| limit | integer | Max results (default 10) |
get_awardGet full detail for one federal award from USAspending.gov by its generated award id (from search_awards results, e.g. "CONT_AWD_...") - description, obligations, period of performance, awarding/funding agencies, recipient, and place of performance. Keyless.Get full detail for one federal award from USAspending.gov by its generated award id (from search_awards results, e.g. "CONT_AWD_...") - description, obligations, period of performance, awarding/funding agencies, recipient, and place of performance. Keyless.
| Parameter | Typ | Beschreibung |
|---|---|---|
| award_id* | string | generated_internal_id / generated_unique_award_id from search_awards |
find_agencyResolve a federal agency name fragment to its official awarding-agency names (toptier and subtier) as USAspending knows them - use before search_awards or spending_by_category when unsure of the exact agency name. Keyless.Resolve a federal agency name fragment to its official awarding-agency names (toptier and subtier) as USAspending knows them - use before search_awards or spending_by_category when unsure of the exact agency name. Keyless.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Agency name fragment, e.g. "navy" or "DISA" |
find_naicsResolve an industry description to NAICS codes (or look up what a NAICS code means). Use before search_opportunities/search_awards to get the right code. Keyless.Resolve an industry description to NAICS codes (or look up what a NAICS code means). Use before search_opportunities/search_awards to get the right code. Keyless.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Industry description ("cybersecurity services") or a NAICS code ("541512") |
spending_by_categoryAggregate federal contract spending by NAICS, PSC, recipient, or awarding agency over a date range, optionally filtered by keywords/NAICS/agency - market sizing in one call ("top contractors in NAICS 541512 last year", "which agencies buy the most cybersecurity"). Keyless.Aggregate federal contract spending by NAICS, PSC, recipient, or awarding agency over a date range, optionally filtered by keywords/NAICS/agency - market sizing in one call ("top contractors in NAICS 541512 last year", "which agencies buy the most cybersecurity"). Keyless.
| Parameter | Typ | Beschreibung |
|---|---|---|
| category* | string | — |
| keywords | array | — |
| naics_codes | array | — |
| agency_name | string | — |
| start_date | string | YYYY-MM-DD (default: 1 year ago) |
| end_date | string | YYYY-MM-DD (default: today) |
| limit | integer | Top N (default 10) |
7 von 7 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
SAM.gov contract opportunities and entity lookup (BYOK) plus USASpending federal award data.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.