Serversio.github.BbrainFrance/midas-protocol
P

MIDAS Protocol

io.github.BbrainFrance/midas-protocol · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.midasprotocol.org/mcp↗ 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.BbrainFrance/midas-protocol",
  "description": "Complete financial infrastructure for AI agents — payments, lending, escrow & more.",
  "title": "MIDAS Protocol",
  "repository": {
    "url": "https://github.com/BbrainFrance/Agent_payment_protocol",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.midasprotocol.org/mcp",
      "headers": [
        {
          "description": "Your MIDAS API key in Bearer format (e.g. Bearer pp_your_key). Get one by calling POST https://api.midasprotocol.org/agents/register",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}