Omnicall is a keyless, pay-per-call AI gateway for agents and OpenClaw. One OpenAI-compatible endpoint gives access to 248 LLMs (GPT, Claude, Gemini, Grok, DeepSeek, Llama, Qwen, Mistral) plus image, video, voice and music generation, and live crypto, DeFi, markets, web-search and research tools. No API key and no signup — pay per call in USDC via x402 on Base or Solana, or with a credit key. Free tier included. A cheaper, broader alternative to BlockRun (248 models vs 69). Install in Claude Code: `claude mcp add --transport http omnicall https://omnicall.gocreativeai.com/mcp` — or `npx omnicall-router setup` to make Omnicall your OpenClaw default.
Overview
omnicall-mcp
Every AI tool your agent needs, in one keyless endpoint. Connect Claude Code, Cursor, Cline, Claude Desktop or any MCP client to Omnicall — 248 LLMs (GPT, Claude, Gemini, Grok, DeepSeek, Llama, Qwen, Mistral) plus image / video / voice / music generation, live crypto / DEX / DeFi / prediction-market data, web search, multi-platform research, X profiles and on-chain reads.
Pay per call in USDC on Base or Solana via x402 — no API key, no subscription, no signup. Or pass a funded gck_ credit key. There's a free tier to try instantly.
Install (one line)
Claude Code
claude mcp add omnicall npx -y omnicall-mcp
Cursor · Cline · Claude Desktop · Windsurf — add to your MCP config:
{ "mcpServers": { "omnicall": { "command": "npx", "args": ["-y", "omnicall-mcp"] } } }
That's it — your agent now has every Omnicall tool. Call list_endpoints (free) to see them all.
Why Omnicall vs. other gateways
- 248 models vs ~69 elsewhere — one connection, every frontier model.
- Keyless & pay-per-call — USDC on Base or Solana, no account, no monthly fee.
- More than LLMs — image/video/voice/music gen + live crypto/DeFi/markets/web/research in the same endpoint.
- A free tier to try before you fund anything.
Config
OMNICALL_MCP_URL— override the endpoint (defaulthttps://omnicall.gocreativeai.com/mcp).
MIT licensed. Built on mcp-remote.
Server Config
{
"mcpServers": {
"omnicall": {
"command": "npx",
"args": [
"-y",
"omnicall-mcp"
]
}
}
}