MCP Server
MCP
io.github.fetchsandbox/mcp
Stateful OpenAPI sandbox for AI agents to validate API integrations end-to-end.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "fetchsandbox-mcp",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to '0' to disable anonymous usage telemetry.",
"format": "string",
"name": "FETCHSANDBOX_TELEMETRY"
},
{
"description": "Override the FetchSandbox backend base URL (defaults to https://fetchsandbox.com). Useful for stage/self-hosted testing.",
"format": "string",
"name": "FETCHSANDBOX_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment