Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Finbrain MCP
Finbrain MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:01:06 PM

Finbrain MCP

User RatingsBe the first to rate and review this MCP server!
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website
financemarket-dataalternative-datainvesting

Queries FinBrain forecasts, market news, sentiment, alternative data, and institutional activity through local MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ahmetsbilgin-finbrain-mcp": {
      "command": "pipx",
      "args": [
        "finbrain-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

The ahmetsbilgin/finbrain-mcp MCP server exposes FinBrain financial datasets to AI clients through a local Python process. It uses the official finbrain-python SDK and requires a FinBrain API key supplied through FINBRAIN_API_KEY. Tools cover forecasts, news, sentiment, alternative datasets, insider and congressional trades, lobbying, analyst ratings, and screeners, with JSON output by default and optional CSV support. Reach for it when an agent needs structured market and company research from FinBrain rather than general web search.

Use cases

β€’Analyze price forecasts for a ticker or market
β€’Screen stocks by news sentiment or analyst ratings
β€’Review congressional, insider, and lobbying activity
β€’Compare alternative signals such as Reddit mentions and options flow
β€’Join company datasets using resolved SEC CIK identifiers

Key features

β€’FinBrain price predictions with confidence intervals
β€’News, sentiment, and analyst-rating tools
β€’Congressional, insider, and lobbying activity data
β€’Alternative datasets for apps, LinkedIn, Reddit, options, contracts, and patents
β€’Paged JSON responses with optional CSV output
β€’Ticker, market, and region discovery

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Finbrain MCP.

Extracted Tool Capabilities
FinBrain price predictions with confidence intervals
News, sentiment, and analyst-rating tools
Congressional, insider, and lobbying activity data
Alternative datasets for apps, LinkedIn, Reddit, options, contracts, and patents
Paged JSON responses with optional CSV output
Ticker, market, and region discovery

How Finbrain MCP works

What ahmetsbilgin/finbrain-mcp MCP server does

The ahmetsbilgin/finbrain-mcp MCP server connects MCP-compatible AI clients to FinBrain datasets through a locally run server. It is intended for financial research workflows that need structured responses instead of manually browsing individual data sources. The package supports Python 3.10 and newer and is published as finbrain-mcp.

Available data includes machine-learning price forecasts, recent company news, historical news sentiment, analyst ratings, and several alternative-data categories. The alternative datasets cover LinkedIn employee and follower measures, mobile app ratings, options put/call activity, Reddit ticker mentions, government contracts, and patent filings. Institutional and insider coverage includes House and Senate transactions, corporate lobbying records, SEC Form 4 transactions, and analyst price-target changes.

Responses are normalized into consistent shapes for model use. Results use JSON by default, support paging, and can optionally be returned as CSV. Several records include a company CIK as a text value, preserving leading zeroes for joins with SEC-keyed systems.

How it works

The MCP client starts the local finbrain-mcp process and communicates with its tools. The server sends requests to FinBrain through the official finbrain-python SDK, using the API key found in the process environment. Claude Desktop and VS Code MCP extensions are identified as supported client contexts in the project material.

The tool surface includes health and discovery operations such as health, available_markets, available_tickers, and available_regions. Ticker-specific operations retrieve predictions, news, sentiment, app ratings, analyst ratings, trading activity, lobbying, insider transactions, LinkedIn metrics, options flow, Reddit mentions, contracts, and patents. Screener tools query groups of stocks for sentiment, ratings, news, trading, and alternative-data signals.

App-rating results have two relevant layers: a blended date series and an apps summary. To investigate one company app, inspect the summary and use its app_id for that app's observations. An unrecognized ID returns available IDs rather than an empty result.

Setup and configuration

Install the published package with pip:

Terminal
pip install --upgrade finbrain-mcp

Set FINBRAIN_API_KEY before launching the client, or place it in the MCP client's server configuration. The README specifically recommends putting the key in the client's env block when environment inheritance is unreliable. After changing a shell environment variable, restart the MCP client so the new process receives it.

A configured client can start the installed finbrain-mcp entry point automatically. For manual checks, run finbrain-mcp; a development checkout can instead use python -m finbrain_mcp.server. Docker usage is also documented, including passing the API key into the container.

Tools and capabilities

The ahmetsbilgin/finbrain-mcp MCP server provides tools for:

  • Daily ten-day and monthly twelve-month price predictions, including means and 95% confidence intervals.
  • Ticker news, recent news, sentiment history, and news screening.
  • Analyst coverage and rating screens.
  • House and Senate trade queries and screens.
  • Insider transactions and corporate lobbying records.
  • LinkedIn, app-store, options, Reddit, government-contract, and patent data.
  • Market, ticker, and region discovery.

Limitations and notes

The server depends on access to FinBrain and therefore cannot operate without a valid FINBRAIN_API_KEY. It is local rather than a hosted MCP endpoint, so the client must be able to run Python software or the documented Docker image. The supplied material does not specify API pricing, rate limits, or data freshness for each dataset.

For app ratings, the blended series represents the largest app observed on each store for a date, not every app published by the company. Use the app summary and an app ID when the question concerns a particular application. CIK values may be null when entity resolution is unavailable, and should be treated as strings when present.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Investor Agent logoInvestor Agent

    Yahoo Finance integration to fetch stock market data including options recommendations

    πŸ’° Finance & Fintech3 views
    Compare vs Investor Agent β†’
  • Xinkuang China Stock MCP logoXinkuang China Stock MCP

    Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…

    πŸ’° Finance & Fintech4 views
    Compare vs Xinkuang China Stock MCP β†’
  • Coincap MCP logoCoincap MCP

    Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys

    πŸ’° Finance & Fintech4 views
    Compare vs Coincap MCP β†’
  • Alpha Vantage MCP logoAlpha Vantage MCP

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
9
Stargazers on the source repository.
Last commit
5d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Finbrain MCP

Install Python 3.10 or newer, then run `pip install --upgrade finbrain-mcp`. The package provides the `finbrain-mcp` command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFinbrain MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ahmetsbilgin-finbrain-mcp?style=directory)](https://allmcps.com/mcp/ahmetsbilgin-finbrain-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ahmetsbilgin-finbrain-mcp"><img src="https://allmcps.com/api/badge/ahmetsbilgin-finbrain-mcp?style=directory" alt="Finbrain MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Finbrain MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code