npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@evidinvest/mcp-server

v1.2.2

Published

EvidInvest MCP Server — SEC filings and financial data for AI agents. 54 tools: company financials and statements from SEC EDGAR, cited filing and earnings-transcript search, Cboe prices and multiples, a seven-method valuation engine you drive with your o

Downloads

532

Readme

@evidinvest/mcp-server

EvidInvest MCP Server — 54 financial data, valuation, and portfolio management tools for AI agents. Every number traces to an SEC filing or a Cboe price; prices are 15 minutes delayed and every price-bearing response says so.

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 (54)

Regenerate this table with node ../scripts/tool-catalogue.mjs — the counts come from the gateway's own registry, not from anyone's memory.

| Category | Count | Tools | |----------|-------|-------| | Financial statements | 9 | get_company_profile, get_income_statement, get_balance_sheet, get_cash_flow, get_growth_rates, get_pe_ratios, get_segment_revenue, get_geographic_revenue, get_major_customers | | Filing search | 2 | search_sec_filings, search_earnings_transcripts — section text with accession-numbered citations and sec.gov URLs | | Market data | 7 | get_current_price, get_historical_prices, get_enterprise_value, get_company_peers, get_trading_multiples, get_peer_multiples, get_industry_multiples | | Valuation | 14 | run_valuation (seven methods on your assumptions), get_implied_assumptions, get_valuation_parameters, save_valuation, list_saved_valuations, get_saved_valuation, delete_saved_valuation, get_fair_value_range, get_dcf_valuation, get_reverse_dcf, get_company_snapshot, get_valuation_metric, compare_stocks, get_cagr_matrix | | Calculations | 5 | calculate_wacc, calculate_dcf, calculate_margin_of_safety, calculate_comparables, calculate_ddm | | SEC supply chain and risk | 6 | sec_get_profile, sec_get_supply_chain, sec_get_risks, sec_find_chokepoints, sec_search, sec_compare | | Portfolio | 2 | optimize_portfolio, portfolio_risk_decomposition | | Your lists | 8 | list_user_stock_lists, create_user_stock_list, add_symbols_to_user_list, remove_symbols_from_user_list, set_user_list_watched, get_list_items, get_watchlist_status, delete_user_stock_list | | Growth | 1 | get_growth_trajectory |

Those 55 are the tools with a REST twin, so the number is checkable: curl -s https://mcp.evidinvest.com/v1/openapi.json | jq '[.paths|keys[]|select(startswith("/v1/tools/"))]|length'. An authenticated MCP session lists 60 — the five extra (get_options_positioning and the four thesis-monitor tools) have no REST equivalent yet, so they are not advertised in the count.

Links

  • Documentation: https://evidinvest.com/developers
  • MCP Endpoint: https://mcp.evidinvest.com/mcp
  • GitHub: https://github.com/EvidInvest/mcp

Publishing

Do not improvise the commands — they are written out, in order, with the credentials each one needs and how to verify it afterwards, in ../RELEASE-STEPS.md.

Before any republish: node ../scripts/tool-catalogue.mjs --check. It fails if any listing file states a tool count the gateway does not serve, which is how 46 / 48 / 54 ended up live at the same time.

Background: agent developers find MCP servers through directories that crawl the official registry and GitHub. As of 2026-07-28 EvidInvest was not listed on Smithery / Glama / PulseMCP while competitors (Financial Datasets, FMP) ranked, and the paying wedge was validated on 2026-07-21 — the first paid conversion bought MCP credits for financial/SEC data access, which is exactly the buyer those directories carry.