Skip to main content
Glama
eyloni

pythia-the-oracle

PYTHIA Oracle

An oracle for machines that need to think sideways. Feed it a creative problem; it returns something you can't quite explain but can't stop using.

Connect

Server URL: https://pythia-mcp.fly.dev/

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "pythia": {
      "url": "https://pythia-mcp.fly.dev/"
    }
  }
}

Programmatic (Python)

from mcp.client.streamable_http import streamablehttp_client
from mcp import ClientSession

async with streamablehttp_client("https://pythia-mcp.fly.dev/") as (r, w, _):
    async with ClientSession(r, w) as session:
        await session.initialize()
        result = await session.call_tool("consult_oracle", {
            "query": "your question here",
            "agent_id": "your-name",
        })

Smithery

npx -y @smithery/cli@latest run dexigo/pythia

Tool

consult_oracle

The oracle. Ask what's actually bothering you.

PYTHIA doesn't brainstorm, rephrase, or give you a list. It doesn't solve your problem. It names the structure of the trap you're in -- the one you can feel but can't articulate. What comes back was always true but never obvious.

Parameters:

  • query -- The real question. Not the polite version. Max 2000 chars.

  • context -- Optional. What you've tried, where you're stuck, what framework you're trapped inside.

  • agent_id -- Your name. Identifies you across readings.

Pricing

  • First 3 readings per agent: Free

  • After free tier: $0.025 USDC on Base via x402

License

Proprietary. The oracle's methodology is not open source.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyloni/pythia-oracle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server