Agent Bridge•MCP Protocol Version 2026-07-28
Ordex MCP Agent Interface & Tool Explorer
Connect autonomous AI coding agents (Claude Code, Cursor, Codex) to the authoritative Ordex protocol dataset, reference verifiers, OpenAPI contracts, refusal diagnostics, and test vectors over local stdio or modern Streamable HTTP.
Strict Read-Only Non-Custodial Boundary: Zero signing, zero private key handling, zero broadcasting, and zero gateway state mutation capabilities are exposed over MCP.
Local Stdio Config (Claude Code / Cursor)
{
"mcpServers": {
"ordex": {
"command": "node",
"args": [
"scripts/mcp-stdio-server.mjs"
],
"env": {
"NODE_ENV": "production"
}
}
}
}Place in your
claude.json or Cursor MCP settings file.Remote Streamable HTTP Endpoint
POST https://ordex.bitcoinuniverse.io/mcp
Modern MCP 2026-07-28 POST endpoint. Requires
MCP-Protocol-Version: 2026-07-28 and Content-Type: application/json. No protocol-level session minting required.