Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.predme/hypathesis

com.predme/hypathesis

Variable relationships from research papers with causal direction and source traceback.

Uptime
100.0%
2 direct probes · 30d
Response
788ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_analysis_status

Check the processing status of an uploaded paper. Poll this tool after uploading a PDF until status is 'Ready' before calling get_variable_relationships. Args: file_id: The …

get_variable_relationships

Retrieve analyzed variable relationships for a completed paper. Only returns results when get_analysis_status reports status='Ready'. Without an API key (anonymous): returns the relatio…

initiate_device_auth

Start a browser-based sign-in flow to get an API key for full access. Call this when you need detailed analysis results (reasoning, measurements) that require authentication. Returns a v…

check_device_auth

Check if the user has completed browser sign-in for a device auth request. Poll this after calling initiate_device_auth. Returns status 'pending' while waiting, or 'complete' with an api…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.predme/hypathesis": {
      "url": "https://hypathesis.com/mcp",
      "transport": "streamable-http"
    }
  }
}