Alphacouncil MCP Server

Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.

Local serverstdioGo

What is the Alphacouncil MCP server?

Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides. The alphacouncil mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.

What it actually does

Install · Usage · Tools · The bench · Architecture · Changelog · Disclaimer

  • Market data and price action
  • Earnings deep dive, including the earnings call
  • Forward expectations, implied beat/miss thresholds, and sell-side target revisions
  • Quant factor view: momentum, trend, volatility, liquidity, relative strength, crowding
  • Valuation and long/short pitch, with price bands rather than a single target
  • News, industry context, supply chain, and management's words checked against their actions

Adding it to your client

alphacouncil-agent on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Its toolset

Everything the assistant can do here goes through one of these:

  • Invocation — What runs
  • Area — Tools
  • Options — get_options_chain
  • News — get_news get_market_narrative
  • Social — get_social_pulse verify_x_post
  • Industry — industry_brief industry_peers industry_coverage list_industries
  • Workflow — analyze_symbol plan_visible_run collect_evidence read_run and 5 more

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the alphacouncil mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Alphacouncil's toolset — Invocation, Area, Options and 4 more — is a fair guide to whether it matches your workflow. It is maintained by Zhao73; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
InvocationWhat runs
AreaTools
Optionsget_options_chain
Newsget_news get_market_narrative
Socialget_social_pulse verify_x_post
Industryindustry_brief industry_peers industry_coverage list_industries
Workflowanalyze_symbol plan_visible_run collect_evidence read_run and 5 more

How to install the Alphacouncil MCP server

{
  "mcpServers": {
    "alphacouncil-agent": {
      "command": "npx",
      "args": ["-y", "alphacouncil-agent"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Alphacouncil to Invocation.
  • Use Alphacouncil to Area.
  • Use Alphacouncil to Options.

Frequently asked questions

It connects Alphacouncil to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Invocation, Area, Options, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Alphacouncil directly.