Evibe Portfolio
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Ads
Overview
Evibe gives you your own private, read-only MCP server. Connect your favorite AI assistant and ask it about your real holdings, performance, dividends and the wider market — in plain language, grounded in your actual numbers. Your private MCP endpoint mcp.evibe.com/u/••• The Model Context Protocol (MCP) is an open standard that lets an AI assistant call external tools to read real data. Evibe ships a hosted MCP server with 19 read-only tools, so an assistant like ChatGPT, Claude or Gemini can look at your live portfolio and the market — and answer questions about them. It is one of the first portfolio MCP servers you can connect to a mainstream AI assistant, and it is neutral across every broker you link.
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Portfolio snapshot
Ask for a full overview of any portfolio via `get_portfolio`, including totals, metrics, holdings, and allocation.
- Performance & risk analysis
Query `get_portfolio_performance` for TWR, CAGR, volatility, beta, Sharpe, Sortino, max drawdown, and concentration.
- Dividend tracking
Use `get_portfolio_dividends` to see executed, declared, and estimated dividends with dates and amounts for a given year.
- Upcoming events
Check `get_upcoming_events` for earnings and ex-dividend dates of symbols you hold or watch.
- Market screening
Screen the market by market cap, P/E, dividend yield, sector, or country with `screen_symbols`.
- Symbol research
Pull identity and grouped fundamentals (valuation, profitability, growth, momentum) for any stock, ETF, or crypto via `get_symbol`.
Tags
- finance
- data-analysis
- crypto
- trading
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.