BullRun
Bullrun MCP
A hosted remote MCP server that turns Claude (and other MCP clients) into a stock-research analyst over global market data and your own portfolios.
Endpoint |
|
Web app | |
Official MCP Registry | |
Glama connector | |
Privacy policy |
Bullrun is a hosted service — there is nothing to install and no API key to manage. You point your MCP client at the remote endpoint and sign in with Google. This repository holds the connector's public metadata (
server.json) and connection docs; the service source is maintained privately.
Connect
Claude (web, Desktop, mobile) — requires a paid Claude plan:
Settings → Connectors → Add custom connector
Name it
Bullrun, pastehttps://mcp.bull-run.org/mcp, and add it.Click Connect and complete the Google sign-in / authorize step.
Claude Code:
claude mcp add --transport http bullrun https://mcp.bull-run.org/mcpFull setup for Cursor, VS Code, and the MCP Inspector is in docs/mcp-connect.md.
Related MCP server: market-data-mcp
What you can do once connected
Public market-data tools work for any connected client. The portfolio tools resolve your own Bullrun account after Google sign-in; the two draft tools require a Bullrun Pro account.
Tool | What it does |
| Screen the global universe by sector / industry / country / market cap; sort by P/E, dividend yield, revenue or revenue growth. |
| Consolidated snapshot for one ticker — identity (ISIN/LEI/CIK), latest price, valuation, most recent financials, description. |
| 1–15 fiscal years of annual/quarterly statements, per-share metrics, margins, CAGRs and consistency checks. |
| ROIC, ROIC-vs-WACC spread, ROE/ROA, accruals, cash conversion, capex intensity, dividend payout/growth, buyback proxy. |
| Consensus revenue / EPS / EBITDA, guidance, estimate revisions, and derived forward P/E & PEG context. |
| Domain KPIs — ARR, net revenue retention, RPO, billings, customer counts, payment & cross-border volume. |
| Segment, geography, product or customer revenue splits. |
| Speaker-tagged earnings-call transcript chunks, fiscal-period filters and text search. |
| Search ETFs by ticker / fund name, category, focus, domicile; profile, price history and holdings for an exact ticker. |
| Your virtual portfolios with value, day change, cost basis and total return. (sign-in) |
| Deep snapshot of one portfolio: every holding with weight, sector and return, plus Bullrun's insights. (sign-in) |
| Correlation/covariance, contribution-to-risk, factor exposure, sector/currency/country concentration, stress scenarios, and candidate-fit analysis. (sign-in) |
| Draft a new paper portfolio from a plain-English brief. Draft-only — saved for review, never changes a live position. (Pro) |
| Suggest additions to an existing portfolio. Draft-only — saved for review. (Pro) |
Authentication & privacy
The server is an OAuth 2.0 protected resource (RFC 9728). On first connect your client runs an
automatic discovery handshake and sends you through Google sign-in; after you authorize, per-user
tools resolve your Bullrun account. The MCP layer is a thin proxy with no database of its own —
read tools return market data and your own holdings, the per-user read tools accept a privacyMode
(full by default, or weights_only to return only relative figures), and the draft tools never
mutate live holdings. See the privacy policy.
License
MIT. This repository contains documentation and connector metadata only.
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ferinator/bullrun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server