Skip to content
PalanorPalanor

Developers

Palanor MCP

Palanor, callable from any agent.

A read-only Model Context Protocol server that exposes the Palanor lattice — signals, Palanor-authored Custom Indices, and the world’s named Currents— to Cursor, Claude, ChatGPT, or whatever you’re building. Drop it in with a URL and a key. No UI required.

Endpoint

https://palanor.com/api/v1/mcp

Authenticate with a Palanor API key as a Bearer header. Create one on the API keys page — the free tier includes 1,000 requests / month, values included.

Add it to your client

Most desktop clients (Claude Desktop, Cursor) connect through the mcp-remote bridge, which forwards your key:

{
  "mcpServers": {
    "palanor": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://palanor.com/api/v1/mcp",
        "--header", "Authorization:Bearer ${PALANOR_API_KEY}"
      ]
    }
  }
}

Clients with native remote-HTTP + header support can point straight at it:

{
  "mcpServers": {
    "palanor": {
      "url": "https://palanor.com/api/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_PALANOR_KEY" }
    }
  }
}

Tools

palanor_list_signalsList signals in the lattice — markets, FRED macro, prediction markets, surveys.
palanor_get_signalOne signal's latest value, metadata, and optional history.
palanor_list_indicesPalanor Custom Indices with live values — named, narrated composites.
palanor_get_indexA Custom Index in full — value, component breakdown, methodology.
palanor_list_currentsThe world's named macro Currents — Momentum, Belief, Maturity.
palanor_get_currentOne Current's live three reads.
palanor_wireThe Palanor Wire — primary-source items, importance-scored.

Reads, not the engine

The MCP is read-only by design. It does not expose the scenario scoring engine, scenario authoring, or the Numen agent — those live inside the platform. The MCP serves the intelligence reads; the Enterprise Intelligence Platform serves the calibrated, scenario-authored product.

Data: Palanor — the Enterprise Intelligence Platform. Attribute Palanor and link the methodology page when you cite a value.