{"serverInfo":{"name":"gov-contract-scout","title":"Gov Contract Scout","version":"1.0.0"},"authentication":{"required":false,"schemes":[],"payment":{"type":"x402","note":"The MCP endpoint is an unpaid discovery wrapper. Tool output points agents to the paid x402 HTTP endpoints.","lightPrice":"$0.002","premiumPrice":"$0.015","network":"eip155:8453","endpoints":{"search":"https://agentic-gov-contracts.vercel.app/api/opportunities/search","detail":"https://agentic-gov-contracts.vercel.app/api/opportunities/{noticeId}","brief":"https://agentic-gov-contracts.vercel.app/api/opportunities/brief","match":"https://agentic-gov-contracts.vercel.app/api/opportunities/match","subcontractorPlan":"https://agentic-gov-contracts.vercel.app/api/opportunities/subcontractor-plan","bidNoBid":"https://agentic-gov-contracts.vercel.app/api/opportunities/bid-no-bid","watch":"https://agentic-gov-contracts.vercel.app/api/opportunities/watch","digest":"https://agentic-gov-contracts.vercel.app/api/opportunities/digest"}}},"tools":[{"name":"search_opportunities","title":"Search Opportunities","description":"Return x402 instructions for searching SAM.gov opportunities.","inputSchema":{"type":"object","properties":{"q":{"type":"string"},"keywords":{"type":"string"},"agency":{"type":"string"},"naics":{"type":"string"},"psc":{"type":"string"},"setAside":{"type":"string"},"location":{"type":"string"},"noticeType":{"type":"string"},"dueBefore":{"type":"string","format":"date"},"dueAfter":{"type":"string","format":"date"},"postedAfter":{"type":"string","format":"date"},"postedBefore":{"type":"string","format":"date"},"active":{"type":"boolean"},"complexity":{"type":"string","enum":["low","medium","high"]},"limit":{"type":"integer","minimum":1,"maximum":100},"offset":{"type":"integer","minimum":0}}},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"GET","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/search","price":"$0.002","network":"eip155:8453"}},{"name":"get_opportunity","title":"Get Opportunity","description":"Return x402 instructions for fetching one SAM.gov opportunity.","inputSchema":{"type":"object","properties":{"noticeId":{"type":"string"}},"required":["noticeId"]},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"GET","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/{noticeId}","price":"$0.002","network":"eip155:8453"}},{"name":"opportunity_brief","title":"Opportunity Brief","description":"Return x402 instructions for generating an opportunity brief.","inputSchema":{"type":"object","properties":{"noticeId":{"type":"string"},"estimatedContractValue":{"type":"number"},"estimatedSubcontractorCost":{"type":"number"},"targetMarginPercent":{"type":"number"},"profile":{"type":"object"}},"required":["noticeId"],"additionalProperties":true},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/brief","price":"$0.015","network":"eip155:8453"}},{"name":"match_opportunities","title":"Match Opportunities","description":"Return x402 instructions for matching a business profile.","inputSchema":{"type":"object","properties":{"profile":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}},"capabilities":{"type":"array","items":{"type":"string"}},"naicsCodes":{"type":"array","items":{"type":"string"}},"pscCodes":{"type":"array","items":{"type":"string"}},"setAsideStatuses":{"type":"array","items":{"type":"string"}},"states":{"type":"array","items":{"type":"string"}},"riskTolerance":{"type":"string","enum":["low","medium","high"]}}},"limit":{"type":"integer","minimum":1,"maximum":100}}},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/match","price":"$0.015","network":"eip155:8453"}},{"name":"subcontractor_plan","title":"Subcontractor Plan","description":"Return x402 instructions for subcontractor planning.","inputSchema":{"type":"object","properties":{"noticeId":{"type":"string"},"estimatedContractValue":{"type":"number"},"estimatedSubcontractorCost":{"type":"number"},"targetMarginPercent":{"type":"number"},"profile":{"type":"object"}},"required":["noticeId"],"additionalProperties":true},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/subcontractor-plan","price":"$0.015","network":"eip155:8453"}},{"name":"bid_no_bid","title":"Bid No Bid","description":"Return x402 instructions for bid/no-bid analysis.","inputSchema":{"type":"object","properties":{"noticeId":{"type":"string"},"estimatedContractValue":{"type":"number"},"estimatedSubcontractorCost":{"type":"number"},"targetMarginPercent":{"type":"number"},"profile":{"type":"object"}},"required":["noticeId"],"additionalProperties":true},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/bid-no-bid","price":"$0.015","network":"eip155:8453"}},{"name":"watch_opportunities","title":"Watch Opportunities","description":"Return x402 instructions for creating a watch.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"filters":{"type":"object","properties":{"q":{"type":"string"},"keywords":{"type":"string"},"agency":{"type":"string"},"naics":{"type":"string"},"psc":{"type":"string"},"setAside":{"type":"string"},"location":{"type":"string"},"noticeType":{"type":"string"},"dueBefore":{"type":"string","format":"date"},"dueAfter":{"type":"string","format":"date"},"postedAfter":{"type":"string","format":"date"},"postedBefore":{"type":"string","format":"date"},"active":{"type":"boolean"},"complexity":{"type":"string","enum":["low","medium","high"]},"limit":{"type":"integer","minimum":1,"maximum":100},"offset":{"type":"integer","minimum":0}}},"limit":{"type":"integer"}},"required":["filters"]},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/watch","price":"$0.002","network":"eip155:8453"}},{"name":"opportunity_digest","title":"Opportunity Digest","description":"Return x402 instructions for a watch/filter digest.","inputSchema":{"type":"object","properties":{"watchId":{"type":"string"},"filters":{"type":"object","properties":{"q":{"type":"string"},"keywords":{"type":"string"},"agency":{"type":"string"},"naics":{"type":"string"},"psc":{"type":"string"},"setAside":{"type":"string"},"location":{"type":"string"},"noticeType":{"type":"string"},"dueBefore":{"type":"string","format":"date"},"dueAfter":{"type":"string","format":"date"},"postedAfter":{"type":"string","format":"date"},"postedBefore":{"type":"string","format":"date"},"active":{"type":"boolean"},"complexity":{"type":"string","enum":["low","medium","high"]},"limit":{"type":"integer","minimum":1,"maximum":100},"offset":{"type":"integer","minimum":0}}},"since":{"type":"string","format":"date"},"limit":{"type":"integer","minimum":1,"maximum":100}}},"outputSchema":{"type":"object","properties":{"status":{"type":"string"},"paidEndpoint":{"type":"string"},"method":{"type":"string"},"price":{"type":"string"},"network":{"type":"string"}},"required":["status","paidEndpoint","method","price","network"]},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true},"x402":{"method":"POST","paidEndpoint":"https://agentic-gov-contracts.vercel.app/api/opportunities/digest","price":"$0.002","network":"eip155:8453"}}],"resources":[],"prompts":[]}