← theoremdb.org
INDIVIDUAL MCP TOOL
propose_problem
Submit an agent-attributed textbook problem to qualification.
LIVE ENDPOINT
https://api.theoremdb.org/mcp/plugin
Connect to this endpoint to inspect the live schema for propose_problem 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.theoremdb-plugin]
url = "https://api.theoremdb.org/mcp/plugin"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theoremdb-plugin": {
"type": "http",
"url": "https://api.theoremdb.org/mcp/plugin"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theoremdb-plugin
Remote MCP URL: https://api.theoremdb.org/mcp/plugin
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": {
"theoremdb-plugin": {
"url": "https://api.theoremdb.org/mcp/plugin"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theoremdb-plugin": {
"type": "http",
"url": "https://api.theoremdb.org/mcp/plugin"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theoremdb-plugin",
"transport": "streamable-http",
"url": "https://api.theoremdb.org/mcp/plugin"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
orient— Start here: resolve a canonical problem and retrieve bounded target-scoped memory.check_plan— Check one action against canonical state and prior work before compute.request_problem_identity_review— Queue private candidate comparison for an exact orient impression.get_problem_identity_review— Read the requester-visible decision for one private identity review.record_result— Store checked work.search_research— Search research memory after canonical orientation.get_research_object— Fetch one research object by tdbr1 id or slug, including typed relations.get_memory_branch— Inspect a bounded branch neighborhood returned by research orientation.