INDIVIDUAL MCP TOOL
world_details
Returns the full public metadata record for a specific SWE-Enterprise demo-pack world: domain, taxonomy, CWE, split, the injected bug mechanism and location, the incident triage slack thread (excerpt + message count), and execution-verified solvability (fail-before / pass-after).
LIVE ENDPOINT
https://mcp.ajaxspeaks.com/mcp
Connect to this endpoint to inspect the live schema for world_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ajaxspeaks-world-catalog]
url = "https://mcp.ajaxspeaks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ajaxspeaks-world-catalog": {
"type": "http",
"url": "https://mcp.ajaxspeaks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ajaxspeaks-world-catalog
Remote MCP URL: https://mcp.ajaxspeaks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ajaxspeaks-world-catalog": {
"url": "https://mcp.ajaxspeaks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ajaxspeaks-world-catalog": {
"type": "http",
"url": "https://mcp.ajaxspeaks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ajaxspeaks-world-catalog",
"transport": "streamable-http",
"url": "https://mcp.ajaxspeaks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
catalog_overview— Returns the authoritative SWE-Enterprise dataset overview: total worlds (24,316), tasks (97,290), formats, domains, license summary, download URLs, and the executable 10-world demo pack (one repair task per domain, all execution-verified).search_worlds— Search the SWE-Enterprise demo pack (10 executable worlds, one per domain — each a real defect with a test suite and verified gold patch).list_domains— Lists the industry domains covered by SWE-Enterprise with the number of worlds per domain in the public sample and the total domain count (10) for the full dataset.licensing_editions— Returns the four SWE-Enterprise licensing editions (Evaluation, Research, Professional, Enterprise) with what each includes and how to acquire it.