@evidinvest/mcp-server
v1.1.0
Published
EvidInvest MCP Server — 42 financial data, valuation, portfolio management, and SEC supply chain tools for AI agents. Includes DCF, WACC, CAGR, MPT optimizer, and SEC 10-K filing intelligence. Connect Claude, Cursor, or any MCP client.
Maintainers
Readme
@evidinvest/mcp-server
EvidInvest MCP Server — 34 financial data, valuation, and portfolio management tools for AI agents.
Quick Start
Option 1: Direct HTTP connection (recommended)
Add to your Claude Desktop or MCP client config:
{
"mcpServers": {
"evidinvest": {
"type": "streamable-http",
"url": "https://mcp.evidinvest.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Option 2: Via npx (stdio proxy)
For clients that only support stdio transport:
{
"mcpServers": {
"evidinvest": {
"command": "npx",
"args": ["-y", "@evidinvest/mcp-server"],
"env": {
"EVIDINVEST_API_KEY": "YOUR_API_KEY"
}
}
}
}Get an API Key
Sign up at evidinvest.com/developers
Tools (34)
| Category | Count | Examples | |----------|-------|---------| | Financial Data | 6 | Company profile, income statement, balance sheet, cash flow, growth rates, PE ratios | | Market Data | 8 | Current price, historical prices, enterprise value, peers, multiples, dividends | | Calculations | 5 | WACC, DCF, margin of safety, comparables, DDM | | Valuations | 7 | Company snapshot, fair value range, reverse DCF, stock comparison, CAGR matrix | | Portfolio Analytics | 2 | MPT optimization, risk decomposition (VaR, CVaR) | | Portfolio Management | 6 | Create/list/delete stock lists, add/remove symbols, watchlist toggle |
Links
- Documentation: https://evidinvest.com/developers
- MCP Endpoint: https://mcp.evidinvest.com/mcp
- GitHub: https://github.com/EvidInvest/mcp
