Skip to main content
mcpSource-backedReview first Safety Privacy

agency.lona/trading MCP Server

Lona trading MCP provides AI-assisted strategy development, backtesting, market data, and portfolio analysis.

HarnessClaude CodeCodexCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Safety notes

  • Remote MCP tools may trigger live API writes—confirm least-privilege credentials.
  • Treat Authorization headers and API keys as secrets; never commit them to repositories.

Privacy notes

  • Queries, tool payloads, and responses enter MCP client context and vendor infrastructure logs.
  • Review data residency and retention policies before connecting production accounts.

Prerequisites

  • MCP client with streamable HTTP transport support.
  • Vendor account or API credentials when registry metadata marks Authorization headers as required.
  • Security review of tool write scope before production use.

Schema details

Install type
cli
Troubleshooting
No
Collection metadata
Estimated setup
15 minutes
Difficulty
intermediate
Tool listing metadata
Full copyable content
{
  "mcpServers": {
    "agency": {
      "url": "https://YOUR_LONA_MCP_REMOTE",
      "type": "http"

    }
  }
}

About this resource

Overview

agency.lona/trading MCP Server is listed in the MCP Registry as agency.lona/trading. Lona trading MCP provides AI-assisted strategy development, backtesting, market data, and portfolio analysis.

Installation

claude mcp add --transport http lona-trading YOUR_LONA_MCP_REMOTE

Source Verification Notes

Verified on 2026-06-17:

  • MCP Registry search returns agency.lona/trading with documented remote transport metadata.
  • Primary documentation URL https://lona.agency is publicly reachable.
  • Claude Code MCP docs describe HTTP connector setup patterns used in this entry.

Duplicate Check

Distinct from generic TradingView charting MCP entries; this registry package targets Lona strategy/backtesting tooling.

Editorial Disclosure

Community listing by kiannidev from MCP Registry metadata and reachable vendor documentation.

Source citations

Add this badge to your README

Show that agency.lona/trading MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/agency-lona-trading-mcp-server.svg)](https://heyclau.de/entry/mcp/agency-lona-trading-mcp-server)

How it compares

agency.lona/trading MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

Fieldagency.lona/trading MCP Server

Lona trading MCP provides AI-assisted strategy development, backtesting, market data, and portfolio analysis.

Open dossier
ABMeter MCP Server

ABMeter MCP exposes experimentation and analytics tooling over streamable HTTP for MCP clients.

Open dossier
Agentic News MCP Server

Agentic News MCP delivers news discovery and agentic news workflows over streamable HTTP.

Open dossier
Alpaca MCP Server

Official Alpaca MCP server for Trading API workflows, including account and portfolio data, orders, positions, watchlists, assets, stocks, crypto, options, news, corporate actions, and market data.

Open dossier
Trust
Install riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Categorymcpmcpmcpmcp
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorLonaABMeterAgentic NewsAlpaca
Added2026-06-172026-06-172026-06-172026-06-06
Platforms
Claude CodeCodexCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesRemote MCP tools may trigger live API writes—confirm least-privilege credentials. Treat Authorization headers and API keys as secrets; never commit them to repositories.Remote MCP tools may trigger live API writes—confirm least-privilege credentials. Treat Authorization headers and API keys as secrets; never commit them to repositories.Remote MCP tools may trigger live API writes—confirm least-privilege credentials. Treat Authorization headers and API keys as secrets; never commit them to repositories.Alpaca MCP Server can expose account balances, buying power, positions, orders, activities, watchlists, assets, market data, news, corporate actions, stocks, crypto, options data, and trading tools to the MCP client. Trading tools can place stock, ETF, crypto, and option orders, cancel orders, close positions, liquidate portfolios, replace orders, and exercise or mark do-not-exercise option contracts. Paper trading is the default documented mode; setting `ALPACA_PAPER_TRADE=false` points trading calls at live Alpaca accounts and can result in real financial losses. Require explicit human approval before any order placement, cancellation, liquidation, option exercise, live-account change, or strategy involving leverage, margin, extended hours, crypto, or options. Use `ALPACA_TOOLSETS` to restrict the server to read-only or data-only toolsets when trading tools are not needed. The upstream order override code warns that read timeouts may happen after an order was sent; users should check open orders before retrying to avoid duplicate trades.
Privacy notesQueries, tool payloads, and responses enter MCP client context and vendor infrastructure logs. Review data residency and retention policies before connecting production accounts.Queries, tool payloads, and responses enter MCP client context and vendor infrastructure logs. Review data residency and retention policies before connecting production accounts.Queries, tool payloads, and responses enter MCP client context and vendor infrastructure logs. Review data residency and retention policies before connecting production accounts.Alpaca API keys, secret keys, account IDs, balances, buying power, portfolio history, activities, positions, orders, watchlists, option contracts, crypto holdings, and trade history can be exposed to the MCP client. Prompts and responses may include private trading strategy, portfolio allocation, order intent, symbols, quantities, prices, client order IDs, and market data queries. MCP clients, model providers, terminal history, logs, and chat transcripts may retain financial data and trading instructions. Upstream documentation states the server sends an Alpaca MCP user agent string for API calls; review Alpaca privacy and disclosure materials for account data handling.
Prerequisites
  • MCP client with streamable HTTP transport support.
  • Vendor account or API credentials when registry metadata marks Authorization headers as required.
  • Security review of tool write scope before production use.
  • MCP client with streamable HTTP transport support.
  • Vendor account or API credentials when registry metadata marks Authorization headers as required.
  • Security review of tool write scope before production use.
  • MCP client with streamable HTTP transport support.
  • Vendor account or API credentials when registry metadata marks Authorization headers as required.
  • Security review of tool write scope before production use.
  • Python 3.10 or newer and uv or uvx available.
  • Alpaca API key and secret key for a paper trading account or an explicitly approved live account.
  • Review of Alpaca account permissions, paper versus live mode, options approval, crypto availability, and market data subscription limits.
  • A narrow `ALPACA_TOOLSETS` allowlist for the workflow whenever full trading access is not required.
Install
claude mcp add --transport http lona-trading YOUR_LONA_MCP_REMOTE
claude mcp add --transport http abmeter YOUR_ABMETER_MCP_REMOTE
claude mcp add --transport http agentic-news YOUR_AGENTIC_NEWS_MCP_REMOTE
uvx alpaca-mcp-server
Config
{
  "mcpServers": {
    "agency": {
      "url": "https://YOUR_LONA_MCP_REMOTE",
      "type": "http"

    }
  }
}
{
  "mcpServers": {
    "abmeter": {
      "url": "https://YOUR_ABMETER_MCP_REMOTE",
      "type": "http"

    }
  }
}
{
  "mcpServers": {
    "agentic": {
      "url": "https://YOUR_AGENTIC_NEWS_MCP_REMOTE",
      "type": "http"

    }
  }
}
Manual-only setup:
claude mcp add alpaca --scope user --transport stdio uvx alpaca-mcp-server --env ALPACA_API_KEY=YOUR_ALPACA_API_KEY --env ALPACA_SECRET_KEY=YOUR_ALPACA_SECRET_KEY
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.