MCP Server
17 tools for Claude, OpenAI, OpenClaw, Cursor, and any MCP-compatible agent. Covers payments, identity (DID + EAS), marketplace, fiat bridge, cross-chain routing, and BYOK provider configuration.
Terminal
$ pip install oris-mcp-server
$ npm install -g @useoris/skill-openclaw # for OpenClaw
$ npm install -g @useoris/skill-openclaw # for OpenClaw
Claude Desktop Config
JSON
"mcpServers": {
"oris": {
"command": "npx",
"args": ["@oris/mcp-server"],
"env": {
"ORIS_API_KEY": "oris_sk_live_...",
"ORIS_PRIVATE_KEY": "oris_pk_live_..."
}
}
}
Tools
| Tool | Description |
|---|---|
oris_register_agent | Register agent |
oris_verify_agent | Verify (L0-L1) |
oris_create_wallet | Create wallet |
oris_get_balance | Check balance |
oris_set_policy | Set limits |
oris_simulate_payment | Simulate |
oris_send_payment | Execute payment |
oris_get_payment | Payment status |
oris_open_channel | Open channel |
oris_meter | Micropayment |
oris_list_service | List service |
oris_find_services | Search |
oris_place_order | Place order |