Paste an MCP manifest URL to see its tools. Optionally, use your own OpenAI API key to let the chat pick and call your MCP tools over HTTP (developer-only).
You can also try my sample MCP server to see how this tool works. Paste
https://mcp-sample-server-js.onrender.com/.well-known/mcp.json
below and click “Discover tools”. The sample server runs on a free tier and can take up to ~90 seconds to
wake up after inactivity, so wait 1–2 minutes between attempts if it’s cold.
server repo
What is the sum of 1 and 2?
What time did you add 10,20 and 70
tools array. For tool calls, this page assumes
your server exposes POST /mcp/tools/{toolName} with JSON body { "args": {...} }
and returns { "result": ... }.
POST /mcp/tools/{toolName}. The key is not stored,
but is visible in your browser’s network inspector. For production, use a backend.