{
  "schemaVersion": "2025-06-18",
  "name": "govera",
  "displayName": "Govera",
  "description": "Model Context Protocol server for Govera, the governance platform for public agencies. Exposes read-only, public product information (status, product metadata, capabilities, and guides) as AI-callable tools. Contains no agency, tenant, or user data.",
  "version": "1.0.0",
  "vendor": {
    "name": "Govera",
    "url": "https://www.govera.co"
  },
  "homepage": "https://www.govera.co",
  "documentation": "https://www.govera.co/developers",
  "openapi": "https://www.govera.co/openapi.json",
  "contact": "mike@govera.co",
  "transports": [
    {
      "type": "stdio",
      "description": "Run locally via the published npm package.",
      "package": {
        "registry": "npm",
        "name": "govera-mcp-server"
      },
      "command": "npx",
      "args": ["-y", "govera-mcp-server"]
    }
  ],
  "tools": [
    {
      "name": "get_status",
      "description": "Get the operational status, version, and current timestamp of the Govera Public API.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "get_product",
      "description": "Get public metadata about Govera: name, description, the categories of public agency it serves, and its home URL.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_capabilities",
      "description": "List Govera's product capabilities, each with a stable id, name, and description.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_guides",
      "description": "List the public Govera platform guides, each with a title and URL.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
