ToolOracle builds professional intelligence tools that AI agents connect to in 30 seconds. No dashboard. No login. Just data.
npx -y mcp-remote https://mcp.tooloracle.io/mcp/
Each product is a standalone MCP server with real-time data
Real-time keyword research, SERP analysis, domain audits, competitor gaps, and on-page optimization. Powered by DataForSEO. No other standalone SEO MCP exists.
Price tracking, competitor pricing, product search, review analysis, and stock monitoring across Amazon, eBay, and Google Shopping.
Pay for what you use. Each tool costs a fixed number of credits per call.
Need more? Buy credits instantly — no commitment, no tier change.
Works with Claude Desktop, Cursor, Windsurf, or any MCP-compatible client
# Option 1: npx (one-liner)
npx -y mcp-remote https://mcp.tooloracle.io/mcp/
# Option 2: Claude Desktop config (~/.claude/claude_desktop_config.json)
{
"mcpServers": {
"rankoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.tooloracle.io/mcp/"]
}
}
}
# Option 3: Direct HTTP (for custom integrations)
curl -X POST https://mcp.tooloracle.io/mcp/ \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
MCP endpoint: https://mcp.tooloracle.io/mcp/
Health check: mcp.tooloracle.io/health