{
  "schemaVersion": "linkality.mcp.server-card/1",
  "name": "Linkality",
  "serverInfo": {
    "name": "Linkality",
    "version": "0.1.0",
    "canonicalCategory": "Agent Action Governance",
    "description": "Agent Action Governance for MCP and AI-agent actions."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://apex-flow-terminal-production.up.railway.app/mcp",
    "auth": "Authorization: Bearer <Linkality API key or supported token>"
  },
  "capabilities": [
    "policy_decision",
    "action_simulation",
    "human_approval",
    "audit_ledger",
    "signed_receipts",
    "receipt_verification",
    "workspace_status",
    "gated_github_broker",
    "read_only_database_broker"
  ],
  "tools": [
    {
      "name": "linkality_check_action"
    },
    {
      "name": "linkality_get_decision"
    },
    {
      "name": "linkality_ledger_query"
    },
    {
      "name": "linkality_simulate_action"
    },
    {
      "name": "linkality_get_policies"
    },
    {
      "name": "linkality_workspace_status"
    },
    {
      "name": "linkality_get_receipt"
    },
    {
      "name": "linkality_github_broker_action"
    },
    {
      "name": "linkality_database_broker_action"
    }
  ],
  "auth": {
    "documentation": "https://linkality.com/auth.md",
    "publicOauthIssuerAdvertised": false,
    "authorizationServers": [
      "https://linkality.com"
    ],
    "notes": "Scoped Linkality bearer credentials are required. Linkality is the manual public beta registration/metadata authority (see /auth.md and well-known OAuth endpoints). No public dynamic client registration or OIDC. Do not put keys into prompts."
  },
  "safety": {
    "routedActionsOnly": true,
    "defaultExecutionPosture": "executed:false unless a separately certified execution path is configured",
    "githubBroker": "narrow and certification-gated",
    "databaseBroker": "bounded read-only mode in public posture",
    "secretsInDiscovery": false
  },
  "receipts": {
    "verifier": "https://linkality.com/verify",
    "publicKey": "https://linkality.com/.well-known/linkality-receipt-key",
    "canonicalization": "linkality-canonical-json/v1",
    "hashAlgorithm": "sha256"
  },
  "docs": "https://linkality.com/docs",
  "contact": "hello@linkality.com"
}
