CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Server

evidinvest/mcp
STDIOregistry active
Summary

Connects Claude to EvidInvest's hosted gateway for stock analysis and portfolio work. You get 46 tools spanning DCF models, WACC calculations, portfolio optimization via modern portfolio theory, and SEC filing intelligence that extracts supply chains and risk factors from 10-Ks. The portfolio management tools let you create watchlists and run MPT optimizations without leaving the chat. Uses a credit system with a monthly free tier, then one-time top-ups that don't expire. Useful when you want valuation math, comparable analysis, or structured SEC data without switching to a spreadsheet or financial terminal.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

EvidInvest MCP

Public docs, connection info, prompt skills, and sample apps for the EvidInvest MCP ecosystem.

This repo is intentionally public. It is for:

  • connection/setup guidance for different MCP clients
  • reusable skill/prompt files
  • examples you can paste into AI tools
  • public sample apps built on top of EvidInvest MCP

The actual MCP server logic and infra live in EvidInvest's private infra repo. This public repo is for usage, docs, and samples.

Repo layout

  • skills/ — reusable workflow guides / prompt skills
  • examples/ — short copy-paste prompt examples
  • samples/ — runnable sample apps
  • claude-plugin.json — example MCP config artifact for supported desktop/editor workflows

Hosted MCP gateway

Current hosted gateway:

  • Endpoint: https://mcp.evidinvest.com/mcp
  • Transport: streamable-http
  • Auth: Authorization: Bearer evid_sk_...

Get an API key at:

  • https://evidinvest.com/developers

Connection notes

Different MCP clients support different config formats and transports. Use this repo as the source of truth for:

  • hosted endpoint
  • auth expectations
  • skills/examples
  • sample apps

The included claude-plugin.json is an example configuration artifact, but always verify the current format your client expects.

What EvidInvest MCP gives you

46 tools across 7 categories:

CategoryToolsExamples
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 (Max Sharpe / Min Variance), risk decomposition (VaR, CVaR)
Portfolio Management8Create/list/delete stock lists, add/remove symbols, watchlist toggle
SEC Intelligence6Supply chain mapping, risk extraction, chokepoint detection from 10-K/20-F filings

Portfolio Management

Manage your stock lists, watchlists, and portfolio lists without the UI:

  • list_user_stock_lists — list all your lists with symbols and counts
  • create_user_stock_list — create a stock list, watchlist, or portfolio list
  • add_symbols_to_user_list / remove_symbols_from_user_list — manage symbols
  • get_list_items — get all symbols in a list
  • get_watchlist_status — check watchlist status for a set of symbols
  • set_user_list_watched — toggle watchlist tracking
  • delete_user_stock_list — delete a non-system list

SEC Intelligence (new)

Extract structured data from SEC 10-K and 20-F filings — supply chains, risk factors, competitive moats, and more:

  • sec_get_profile — products, customers, suppliers, strategic priorities, competitive moat
  • sec_get_supply_chain — supply chain edges with relationship type and filing evidence quotes
  • sec_get_risks — risk factors and concentration risks from Item 1A
  • sec_find_chokepoints — identify critical supply chain dependencies and single points of failure
  • sec_search — search the SEC supply chain database by company, tier, or relationship
  • sec_compare — side-by-side SEC profile comparison between two companies

Skills

The skills/ folder contains reusable prompt/workflow guides:

  • Stock Evaluation
  • Portfolio Optimization
  • Portfolio Self-Evaluation
  • Portfolio Tracking — manage lists + optimize together
  • Earnings Research

Examples

The examples/ folder contains lighter-weight copy/paste prompts:

  • Portfolio Optimizer
  • Earnings Research
  • Sector Screener

Sample apps

samples/mag7-dashboard-nextjs

A public Next.js sample app that compares the Magnificent 7 using live EvidInvest MCP data.

It is meant to show how a developer can:

  • connect to the hosted EvidInvest MCP gateway
  • use a real MCP API key
  • render a useful stock-comparison UI locally
  • build demo/social artifacts from a real sample app instead of mock marketing copy

See the sample README for local setup instructions.

Getting Started

  1. Sign up at https://evidinvest.com/developers to grab an API key.
  2. Configure your MCP client to connect to https://mcp.evidinvest.com/mcp with Authorization: Bearer evid_sk_..., or use the npm proxy package @evidinvest/mcp-server.
  3. New accounts include a free monthly tool-call allowance — top up with credits when you need more (see below).

Credits & Pricing

EvidInvest MCP uses a credit system: every tool call deducts one credit from your account.

  • Free tier — every account gets a monthly free allowance to try MCP without paying.
  • Top-up tiers (one-time purchases, credits never expire):
    • 100 credits — $5
    • 500 credits — $19
    • 2,000 credits — $59

Manage your balance and top up at https://evidinvest.com/developers.

If a tool call returns a payment required error, your balance is at zero — top up or wait for next month's free refresh.

License

MIT — see LICENSE

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

EVIDINVEST_API_KEY

Your EvidInvest API key. Get one at https://evidinvest.com/developers

Categories
Data & Analytics
Registryactive
Package@evidinvest/mcp-server
TransportSTDIO
UpdatedApr 22, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.