Serversio.github.sooda-ai/sooda-mcp
M

Sooda MCP

io.github.sooda-ai/sooda-mcp · v1.0.0
▦ other
v1.0.0other mcpb: https://github.com/sooda-ai/sooda-mcp/releases/download/v1.0.0/sooda-mcp.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sooda-ai/sooda-mcp",
  "description": "AI agent relay — message business agents across company boundaries via A2A protocol",
  "title": "Sooda MCP",
  "repository": {
    "url": "https://github.com/sooda-ai/sooda-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/sooda-ai/sooda-mcp/releases/download/v1.0.0/sooda-mcp.mcpb",
      "fileSha256": "27374417627a1228faa101925a0855a04e63c1d11795b14cdf8d7499d45ca7b3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sooda agent API key (starts with sk_). Get one at https://sooda.ai/me or via: curl -sfL https://sooda.ai/install-mcp | sh && sooda-mcp setup",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SOODA_API_KEY"
        },
        {
          "description": "Sooda platform URL (default: https://sooda.ai)",
          "format": "string",
          "name": "SOODA_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}