Serverscom.neurarelay/relay-mcp
M

Neura Relay MCP

com.neurarelay/relay-mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://www.neurarelay.com/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.neurarelay/relay-mcp",
  "description": "Govern proposed Action Cards with Decision Receipts before developer-owned execution.",
  "title": "Neura Relay MCP",
  "version": "0.1.0",
  "websiteUrl": "https://www.neurarelay.com/developers/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.neurarelay.com/mcp",
      "headers": [
        {
          "description": "Bearer token from Relay Workspace sandbox or controlled production/private access.",
          "isRequired": true,
          "value": "Bearer {NEURA_RELAY_MCP_TOKEN}",
          "isSecret": true,
          "variables": {
            "NEURA_RELAY_MCP_TOKEN": {
              "description": "Relay sandbox bearer token, or controlled production/private bearer token after trust review.",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "core_path": "Action Card -> Relay -> Decision Receipt -> trace/ledger/Registry context",
      "documentation": "https://www.neurarelay.com/developers/mcp",
      "mcp_role": "optional_protected_compatibility_not_core_architecture",
      "privacy": "https://www.neurarelay.com/privacy",
      "support": "https://github.com/neurarelay/relay-action-card/issues",
      "tags": [
        "mcp",
        "ai-agents",
        "agent-governance",
        "tool-calling",
        "action-card",
        "decision-receipt",
        "audit-trail",
        "agent-identity"
      ]
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}