JSPM

@evidinvest/mcp-server

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q78395F
  • License MIT

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.

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

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