A deterministic verification engine for agents. Proves a fix: fails on the old code, passes on new.
claude mcp add mcp --transport http https://fetchsandbox.com/mcp/v1
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://fetchsandbox.com/mcp/v1"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"serverUrl": "https://fetchsandbox.com/mcp/v1"
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://fetchsandbox.com/mcp/v1"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"url": "https://fetchsandbox.com/mcp/v1"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fetchsandbox.com/mcp/v1"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://fetchsandbox.com/mcp/v1 | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.fetchsandbox--mcp/reviews or the review_server meta-tool.
POST /mcp