OpenClaw Integration
Connect OpenClaw to OMA-AI
Access OMA-AI MCPs directly in OpenClaw. Get local MCP code, enable x402 autonomous payments.
How It Works
Step 1
Copy Config
Get OpenClaw config
Step 2
Add to OpenClaw
Paste in openclaw.json
Step 3
Enable x402
Configure payments
Step 4
Use MCPs
Access OMA-AI tools
OpenClaw Configuration
{
"mcp": {
"servers": {
"oma-ai-search": {
"transport": "streamable-http",
"url": "https://oma-ai.com/mcp/search",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}Add to ~/.openclaw/openclaw.json