GovOmniAI Machine Services
Discover GovOmniAI machine services and the live autonomous MPP payment path.
Should I use this
Quality & Safety
Findings (2)
- LOWin govomniai_transaction_assurance_shadow
- LOWin cropper_federal_opportunity_qualifier_shadow
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"govomniai-machine-services": {
"url": "https://ucljocpnvirclrhhiicr.supabase.co/functions/v1/govomniai-mcp"
}
}
}Remote endpoints
https://ucljocpnvirclrhhiicr.supabase.co/functions/v1/govomniai-mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟡list_machine_services
List GovOmniAI machine services and legal sellers. This is discovery only and does not create an order or payment.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}⚪govomniai_transaction_assurance_shadow(buyer_reference, transaction, evidence)
Run the free GovOmniAI Transaction Assurance shadow preview. It evaluates caller-declared transaction risk and evidence sufficiency. It creates no order, requests no payment, and authorizes no transaction.
Input Schema
{
"type": "object",
"properties": {
"buyer_reference": {
"type": "string",
"maxLength": 200
},
"transaction": {
"type": "object",
"required": [
"amount_cents",
"currency",
"reversibility",
"data_sensitivity",
"operational_impact",
"autonomy"
],
"properties": {
"amount_cents": {
"type": "integer",
"minimum": 0
},
"currency": {
"type": "string",
"minLength": 3,
"maxLength": 3
},
"reversibility": {
"enum": [
"reversible",
"partially_reversible",
"irreversible"
]
},
"data_sensitivity": {
"enum": [
"public",
"internal",
"confidential",
"regulated"
]
},
"operational_impact": {
"enum": [
"low",
"moderate",
"high",
"critical"
]
},
"autonomy": {
"enum": [
"human_present",
"delegated",
"fully_autonomous"
]
},
"external_side_effects": {
"type": "boolean"
},
"intent": {
"type": "string",
"maxLength": 2000
}
},
"additionalProperties": false
},
"evidence": {
"type": "object",
"description": "Caller-declared evidence status map. Values should be verified, present, absent, unknown, stale, or conflicting.",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
"transaction"
],
"additionalProperties": false
}🟡cropper_federal_opportunity_qualifier_shadow(buyer_reference, pursuit_role, opportunity, company_profile)
Run the free Cropper Industries Federal Opportunity Qualifier shadow preview using public and buyer-authorized non-sensitive information only. It does not submit bids, contact the Government, make certifications, or create payment.
Input Schema
{
"type": "object",
"properties": {
"buyer_reference": {
"type": "string",
"maxLength": 200
},
"pursuit_role": {
"enum": [
"prime",
"subcontractor",
"either"
]
},
"opportunity": {
"type": "object",
"required": [
"title",
"public_source_url"
],
"properties": {
"title": {
"type": "string"
},
"public_source_url": {
"type": "string",
"format": "uri"
},
"agency": {
"type": "string"
},
"naics_codes": {
"type": "array",
"items": {
"type": "string"
}
},
"set_aside": {
"type": "string"
},
"required_vehicle": {
"type": "string"
},
"required_clearance": {
"type": "string"
},
"required_certifications": {
"type": "array",
"items": {
"type": "string"
}
},
"capability_tags": {
"type": "array",
"items": {
"type": "string"
}
},
"response_due_at": {
"type": "string"
}
},
"additionalProperties": false
},
"company_profile": {
"type": "object",
"properties": {
"legal_name": {
"type": "string"
},
"naics_codes": {
"type": "array",
"items": {
"type": "string"
}
},
"socioeconomic_statuses": {
"type": "array",
"items": {
"type": "string"
}
},
"vehicles": {
"type": "array",
"items": {
"type": "string"
}
},
"clearances": {
"type": "array",
"items": {
"type": "string"
}
},
"certifications": {
"type": "array",
"items": {
"type": "string"
}
},
"capability_tags": {
"type": "array",
"items": {
"type": "string"
}
},
"willing_to_team": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"required": [
"opportunity",
"company_profile"
],
"additionalProperties": false
}Community
Evidence