Developer API · api.alliocapital.com
Financial AI for what you're building
Stop building the plumbing. Altitude AI exposes production-grade AI investment analysis, portfolio optimization, and macro intelligence as a single REST API and remotely hosted MCP server — secured by API key, integrated in hours, generally available today.
Public docs · free tier available
Why Altitude AI
MCP is table stakes. The combination is the moat.
Anyone can expose an MCP server now. What you can't assemble in an afternoon is a patent-pending optimizer, a macro-regime model, and live data — composed behind one grounded agent and hardened in production. That's the year-plus build you skip.
Numbers computed by real engines — reproducible, never generated
A patent-pending optimizer + regime model, not a thin wrapper
Production-hardened IP — proven infrastructure, not a prototype
Drop-in replacement
Use your existing OpenAI SDK — no rewrite
The API is OpenAI-compatible at the chat completions endpoint. Point your SDK at api.alliocapital.com, swap in your Altitude AI key, and your app gains financial-domain intelligence immediately.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_ALTITUDE_API_KEY",
base_url="https://api.alliocapital.com/v1",
)
response = client.chat.completions.create(
model="altitude-ai",
messages=[
{"role": "user", "content": "Analyze risk on a 60/40 portfolio"}
],
)What you can build
Computed analysis, not generated guesses
Submit holdings, get structured analysis — position commentary, risk flags, rebalancing signals, a plain-language summary. The figures are computed by real engines and reproducible to the decimal; the model explains them. Streaming or synchronous, grounded in live portfolio and macro context.
A patent-pending optimizer
A patent-pending optimization engine that returns constraint-satisfying, globally optimal allocations with a downside-aware view of risk — the same result every time, and built to scale to large asset universes.
Macro-regime intelligence
Classify the current environment with a model trained on two decades of Federal Reserve data, refreshed on a monthly cadence — a defensible house view, not a market forecast. Plus factor exposure and ticker analytics across a ~5,000-ETF universe.
REST + MCP, one key
80 REST endpoints (including an OpenAI-compatible chat path) and a remotely hosted MCP server exposing 43+ tools. Connect once; your agent calls any tool mid-reasoning, schemas auto-discovered, inputs validated.
Core endpoints
Base URL: https://api.alliocapital.com · Auth: Authorization: Bearer YOUR_API_KEY
| Method | Path | Description |
|---|---|---|
| GET | /v1/portfolios | List portfolios for your firm |
| GET | /v1/portfolios/:id | Holdings and weights for a portfolio |
| POST | /v1/portfolios/:id/analyze | Run AI analysis on a portfolio |
| GET | /v1/tickers/screen | Screen ETFs by macro-regime filters |
| GET | /v1/macro/regime | Current macro-regime classification |
| POST | /v1/chat | Streaming AI analyst chat (SSE) |
| GET / POST | /mcp | Remote MCP server (SSE transport) |
Validated integrations
Connect the tools your team already uses — no bespoke glue code.
Bring your own data
Your data and tools, composed behind one agent
Altitude AI is an intelligence layer on data you already have — not a custodian or aggregator. Register your own MCP server (your CRM, a tax engine, a custodial connection) and your tools are composed alongside ours, scoped to your firm. Your credentials are envelope-encrypted, never returned, and never leave your control. Your own data is a first-class input, not a workaround.
Register, test, and discover your tools — live today
Envelope-encrypted credentials, isolated egress, fully audited
Available on Builder and above · per-firm runtime composition rolling out
Pricing
Pricing tailored to your usage
From a free tier to high-volume plans, pricing scales with what you build. Tell us about your use case and we'll put together a quote.
Ready to integrate?
Get your API key and make a live call in minutes. Free tier, no sales call required.