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.
Part of Palanor Data: the tiers, the provenance on every value, and how it compares with other providers.
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_signals | List signals in the lattice — markets, FRED macro, prediction markets, surveys. |
| palanor_get_signal | One signal's latest value, metadata, and optional history. |
| palanor_list_indices | Palanor Custom Indices with live values — named, narrated composites. |
| palanor_get_index | A Custom Index in full — value, component breakdown, methodology. |
| palanor_list_currents | The world's named macro Currents — Momentum, Belief, Maturity. |
| palanor_get_current | One Current's live three reads. |
| palanor_get_risk_factor_changes | How S&P 500 10-K risk factors changed year over year — added, removed, rewritten, by category, with the SEC filings cited. |
| palanor_release_calendar | The US economic release calendar from the agencies' own schedules — prior, actual when it lands, and where it sits in five years. No consensus. |
| palanor_wire | The Palanor Wire — primary-source items, importance-scored. |
| palanor_get_guidance | The Guidance Ledger — S&P 500 earnings guidance from 8-K filings, quoted, verified, matched to results. |
| palanor_ownership | Who owns a company — 13F holders with quarter-over-quarter change, and 5%+ owners from 13D/13G. SEC filings, linked. |
| palanor_insider_transactions | Officers' and directors' trades from Forms 3, 4 and 5, with the 10b5-1 plan flag. |
| palanor_executive_pay | CEO pay versus performance by year, from the XBRL in each proxy statement. |
| palanor_get_industry | The size of a US industry by NAICS code — receipts, value added, jobs, establishments, payroll — from Census, BEA and BLS, every figure with its source. |
| palanor_company_attention | How much the public is looking at an S&P 500 company: daily Wikipedia views, against the company's own history. |
| palanor_get_global_yields | Government bond yields across about 40 economies in one call, from the OECD, the Bank of England, Japan's Ministry of Finance and the RBA, with euro spreads and curve slopes. |
| palanor_get_commodity_prices | World Bank monthly prices for 44 commodities and 9 price indices, from cocoa and urea to iron ore and gold. |
| palanor_fails_to_deliver | SEC settlement fails for a company (not short interest), with the persistent-fails flag. |
| palanor_corporate_events | Material 8-K events — cyber incidents, restatements, auditor changes, M&A, executive departures — for one company or the S&P 500, each linked to its filing. |
| palanor_company_hiring | H-1B Labor Condition Applications and PERM certifications per quarter for a company, from Department of Labor data. Intent to hire, not hires. |
| palanor_get_embed_code | The embed code for a live chart of a signal or Custom Index, with its source line and license. Market prices never embed. |
| palanor_search_documents | Search SEC filings and Federal Reserve publications by meaning: verbatim passages from earnings releases, 10-K risk factors, 10-Q MD&A, the Beige Book and FOMC documents, each linked to the reader. |
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.