INDIVIDUAL MCP TOOL
list_capabilities
Discover available product features, API/MCP URLs, versions, content limits, and interpretation boundaries before choosing a content tool.
LIVE ENDPOINT
https://myquantdoesntspeakenglish.com/mcp
Connect to this endpoint to inspect the live schema for list_capabilities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.myquant-editorial]
url = "https://myquantdoesntspeakenglish.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myquant-editorial": {
"type": "http",
"url": "https://myquantdoesntspeakenglish.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myquant-editorial
Remote MCP URL: https://myquantdoesntspeakenglish.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": {
"myquant-editorial": {
"url": "https://myquantdoesntspeakenglish.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myquant-editorial": {
"type": "http",
"url": "https://myquantdoesntspeakenglish.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myquant-editorial",
"transport": "streamable-http",
"url": "https://myquantdoesntspeakenglish.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_health— Check that this endpoint responds with product.latest_stories— Read recent published archive records when you want a chronological overview without a search term.get_story— Retrieve one published story using its exact stable ID from latest_stories or search_stories.search_stories— Find published archive records by text when you do not know an exact story ID.