Package Exports
- @evidinvest/mcp-server
- @evidinvest/mcp-server/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@evidinvest/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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