lona.agency
LONA is an AI-powered trading strategy platform that lets users describe strategies in natural language, backtest them on historical market data, and export them for trading tools such as MT5 and TradingView. It provides tooling for strategy development and historical testing rather than brokerage or execution services.
LONA exposes a remote OAuth-protected MCP server at https://mcp.lona.agency/mcp and a documented gateway HTTP API for agent registration, strategy, market-data, and backtesting workflows at https://gateway.lona.agency/api/v1 using partner tokens.
- LONA Trading Assistant MCP serverdiscovered
- LONA Gateway APIdiscovered
Use an MCP client that supports OAuth discovery against the LONA remote MCP server at https://mcp.lona.agency/mcp. The authorization server metadata is published at OAuth authorization server metadata, which advertises authorization, token, and dynamic client registration endpoints and the lona:full scope. For a human-friendly setup path, see Partners and MCP Tools Reference.
For agent integrations against the gateway API, follow Agent Onboarding. The easiest public path is the invite-code flow: POST to https://gateway.lona.agency/api/v1/agents/request-invite to get an invite code, then POST to https://gateway.lona.agency/api/v1/agents/register with that code to receive a token. The docs show the returned token must then be sent as X-API-Key, alongside the agent user id in X-User-Id.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://lona.agency/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing