🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@evidinvest/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidinvest/mcp-server

EvidInvest MCP Server — SEC filings and financial data for AI agents. 46 tools: company financials, income/balance/cash-flow statements, DCF/WACC/CAGR valuation, portfolio optimization, and SEC 10-K supply-chain intelligence. Credit-metered API for Claude

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

@evidinvest/mcp-server

EvidInvest MCP Server — 46 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 (46)

CategoryCountExamples
Financial Data6Company profile, income statement, balance sheet, cash flow, growth rates, PE ratios
Market Data8Current price, historical prices, enterprise value, peers, multiples, dividends
Calculations5WACC, DCF, margin of safety, comparables, DDM
Valuations8Company snapshot, fair value range, reverse DCF, stock comparison, CAGR matrix, growth trajectory
Portfolio Analytics2MPT optimization, risk decomposition (VaR, CVaR)
Portfolio Management6Create/list/delete stock lists, add/remove symbols, watchlist toggle

Discoverability / publishing checklist

The EvidInvest MCP is the credit-metered product; agent developers find MCP servers through directories that crawl the official registry + GitHub. As of 2026-07-28 EvidInvest is not listed on Smithery / Glama / PulseMCP while competitors (Financial Datasets, FMP) rank. To fix (requires publish creds):

  • Sync the public repo github.com/EvidInvest/mcp — it was last pushed 2026-05-10 (3 months stale); crawlers index this outdated shopfront. Push the current v1.1.2 build (46 tools, current README) so directories reflect reality.
  • Publish to the official MCP registry: mcp-publisher publish with the updated server.json (v1.1.2). Glama and PulseMCP auto-crawl the official registry — this is the single biggest auto-listing lever.
  • Republish npm: npm publish (@evidinvest/mcp-server@1.1.2) — refreshed keywords now include the data-access terms (sec, sec-filings, financial-data, 10-k, edgar) that match the paying intent.
  • Submit / claim the listing on Smithery (uses the new smithery.yaml), Glama (claim ownership of the auto-crawled entry), and PulseMCP.

Validated the paying wedge (2026-07-21): the first paid conversion bought MCP credits for financial/SEC data access — directory discoverability targets exactly that buyer.

Keywords

mcp

FAQs

Package last updated on 28 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts