GovOmniAI Machine Services

Discover GovOmniAI machine services and the live autonomous MPP payment path.

Should I use this

Quality & Safety

B
Description quality
100%
Schema completeness
64%
Naming quality
73%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (2)

  • LOWTool 'govomniai_transaction_assurance_shadow' name length outside 3-30 rangein govomniai_transaction_assurance_shadow
  • LOWTool 'cropper_federal_opportunity_qualifier_shadow' name length outside 3-30 rangein cropper_federal_opportunity_qualifier_shadow

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~682Tokens (tool definitions)
~2.3 KBTypical response size
Moderate attention impact (0.53% of 128k context)

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-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟡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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools