BullRun

BullRun

Stock screening, company financials, ETF search, and personal portfolio analysis over a remote OAuth-protected MCP server https://mcp.bull-run.org/mcp

Category
Visit Server

README

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 https://mcp.bull-run.org/mcp — Streamable HTTP, OAuth 2.1 + PKCE
Web app https://bull-run.org
Official MCP Registry org.bull-run/bullrun
Glama connector https://glama.ai/mcp/connectors/org.bull-run/bullrun
Privacy policy https://bull-run.org/privacy

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:

  1. Settings → Connectors → Add custom connector
  2. Name it Bullrun, paste https://mcp.bull-run.org/mcp, and add it.
  3. Click Connect and complete the Google sign-in / authorize step.

Claude Code:

claude mcp add --transport http bullrun https://mcp.bull-run.org/mcp

Full setup for Cursor, VS Code, and the MCP Inspector is in docs/mcp-connect.md.

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_stocks Screen the global universe by sector / industry / country / market cap; sort by P/E, dividend yield, revenue or revenue growth.
get_stock_metrics Consolidated snapshot for one ticker — identity (ISIN/LEI/CIK), latest price, valuation, most recent financials, description.
get_financial_history 1–15 fiscal years of annual/quarterly statements, per-share metrics, margins, CAGRs and consistency checks.
get_quality_moat_metrics ROIC, ROIC-vs-WACC spread, ROE/ROA, accruals, cash conversion, capex intensity, dividend payout/growth, buyback proxy.
get_forward_estimates Consensus revenue / EPS / EBITDA, guidance, estimate revisions, and derived forward P/E & PEG context.
get_operating_kpis Domain KPIs — ARR, net revenue retention, RPO, billings, customer counts, payment & cross-border volume.
get_revenue_breakdown Segment, geography, product or customer revenue splits.
get_earnings_call_transcript Speaker-tagged earnings-call transcript chunks, fiscal-period filters and text search.
query_etfs Search ETFs by ticker / fund name, category, focus, domicile; profile, price history and holdings for an exact ticker.
list_portfolios Your virtual portfolios with value, day change, cost basis and total return. (sign-in)
get_portfolio_context Deep snapshot of one portfolio: every holding with weight, sector and return, plus Bullrun's insights. (sign-in)
get_portfolio_analytics Correlation/covariance, contribution-to-risk, factor exposure, sector/currency/country concentration, stress scenarios, and candidate-fit analysis. (sign-in)
create_portfolio_draft Draft a new paper portfolio from a plain-English brief. Draft-only — saved for review, never changes a live position. (Pro)
create_position_draft 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured