fetchsandbox-mcp
Rank #23798glama/fetchsandbox/mcp
Turn any OpenAPI 3.x spec into a runnable, stateful API environment for AI agents. Test real integration flows — multi-step workflows, persistent state, webhook delivery, retries, and edge cases — instead of guessing from docs or mocking endpoints. Generate committable markdown reports directly from Claude/Cursor. Includes 50+ pre-validated APIs like Stripe, GitHub, Twilio, OpenAI, and more.
fetchsandbox-mcp is a Model Context Protocol (MCP) server published by fetchsandbox. It ranks #23798 of 58,900 servers tracked on MCP Toplist. fetchsandbox-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 9, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 35,102 of 58,900 servers on MCP Toplist.
Use fetchsandbox-mcp
Add fetchsandbox-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"fetchsandbox": {
"command": "npx",
"args": [
"-y",
"fetchsandbox-mcp"
],
"env": {
"FETCHSANDBOX_TELEMETRY": "<your FETCHSANDBOX_TELEMETRY>",
"FETCHSANDBOX_BASE_URL": "<your FETCHSANDBOX_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
fetchsandbox
Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | May 14, 2026 |
Frequently asked questions
- What is fetchsandbox-mcp?
- Turn any OpenAPI 3.x spec into a runnable, stateful API environment for AI agents. Test real integration flows — multi-step workflows, persistent state, webhook delivery, retries, and edge cases — instead of guessing from docs or mocking endpoints. Generate committable markdown reports directly from Claude/Cursor. Includes 50+ pre-validated APIs like Stripe, GitHub, Twilio, OpenAI, and more.
- Who maintains fetchsandbox-mcp?
- fetchsandbox-mcp is maintained by fetchsandbox, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is fetchsandbox-mcp an official MCP server?
- Yes — fetchsandbox-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does fetchsandbox-mcp have?
- MCP Toplist tracks 1 version of fetchsandbox-mcp, most recently published on May 14, 2026.
- Where can I find the source code for fetchsandbox-mcp?
- The source code for fetchsandbox-mcp is hosted at github.com/fetchsandbox/mcp.