{
  "protocolVersion": "1.0",
  "implementer": "Nextbridge",
  "implementerUrl": "https://nextbridge.exchange",
  "mcpEndpoint": "https://nextbridge.exchange/api/mcp",
  "coverage": {
    "spotTrading": "full",
    "wallet": "full",
    "marketData": "full",
    "account": "full",
    "resources": "full",
    "prompts": "full",
    "derivatives": "not-applicable",
    "margin": "not-applicable",
    "p2p": "extension"
  },
  "scopes": ["read", "trade", "withdraw", "admin"],
  "rateLimits": {
    "read": { "perMinute": 120, "perDay": 5000 },
    "write": { "perMinute": 30, "perDay": 500 },
    "admin": { "perMinute": 60, "perDay": 1000 }
  },
  "extensions": [
    "nextbridge.list_p2p_offers",
    "nextbridge.initiate_p2p_trade",
    "nextbridge.mark_p2p_paid",
    "nextbridge.raise_p2p_dispute",
    "nextbridge.get_p2p_chat",
    "nextbridge.send_p2p_message",
    "nextbridge.portfolio_history",
    "nextbridge.export_transactions_csv",
    "nextbridge.subscribe_strategy",
    "nextbridge.unsubscribe_strategy"
  ],
  "specRepository": "https://github.com/zack40x/exchange-mcp-protocol",
  "complianceManifestPath": "/compliance/nextbridge.md",
  "auditLog": "https://nextbridge.exchange/glasshouse",
  "ratingsContact": "devs@nextbridge.exchange",
  "selfCertifiedAt": "2026-05-22"
}
