INDIVIDUAL MCP TOOL
request_problem_identity_review
Queue private candidate comparison for an exact orient impression.
LIVE ENDPOINT
https://api.theoremdb.org/mcp
Connect to this endpoint to inspect the live schema for request_problem_identity_review 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]
url = "https://api.theoremdb.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theoremdb": {
"type": "http",
"url": "https://api.theoremdb.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theoremdb
Remote MCP URL: https://api.theoremdb.org/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": {
"theoremdb": {
"url": "https://api.theoremdb.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theoremdb": {
"type": "http",
"url": "https://api.theoremdb.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theoremdb",
"transport": "streamable-http",
"url": "https://api.theoremdb.org/mcp"
}
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.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.get_problem_digest— Fetch current problem state, actionability, integrity, work, and incentives.