How to Connect MCP Servers

All 65 ToolOracle MCP servers work with any MCP-compatible client. Here is how to connect in 30 seconds.

Claude Desktop

Edit your Claude Desktop config file and add the server:

{
  "mcpServers": {
    "weatheroracle": {
      "url": "https://tooloracle.io/weather/mcp/"
    }
  }
}

Config: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%/Claude/claude_desktop_config.json (Windows).

Claude CLI (Claude Code)

claude mcp add --transport sse weatheroracle https://tooloracle.io/weather/mcp/sse

Cursor

Settings → MCP Servers → Add Server:

Name: weatheroracle
URL: https://tooloracle.io/weather/mcp/

OpenAI Agent SDK

from agents import Agent
from agents.mcp import MCPServerStreamableHTTP

async with MCPServerStreamableHTTP(
    url="https://tooloracle.io/weather/mcp/"
) as server:
    tools = await server.list_tools()
    agent = Agent(name="Weather Agent", tools=tools)

Multiple Servers

{
  "mcpServers": {
    "weather": {"url": "https://tooloracle.io/weather/mcp/"},
    "flight": {"url": "https://tooloracle.io/flight/mcp/"},
    "hotel": {"url": "https://tooloracle.io/hotel/mcp/"},
    "macro": {"url": "https://tooloracle.io/macro/mcp/"}
  }
}

Health Check

curl https://tooloracle.io/weather/health

Payment (x402 USDC)

Free tools work without payment. Premium tools return HTTP 402. Pay $0.01/call with USDC on Base via the x402 gateway.

Browse Servers

Blockchain (14) · Compliance (18) · Finance (10) · Business (9) · Travel (8) · Trust (5) · All 65

ToolOracle — MCP Server Marketplace · Impressum