CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
thenextgennexus avatar

Finance Mcp Server

com.thenextgennexus/finance-mcp-server
5 toolsauthHTTPregistry active
Summary

Wraps Apify's finance data actors into eight MCP tools: get_quote for live prices, get_fundamentals for P/E and market cap, get_financials for income statements and balance sheets, get_news for headlines, screen_stocks for multi-criteria filtering, plus historical OHLC, options chains, and earnings calendars. Data comes from Yahoo Finance, Finviz, and SEC filings with the standard 15-minute U.S. equity delay. You pay $0.01 per result returned to your agent, so a typical research chain runs under a dollar versus enterprise terminal fees. Works with Claude Desktop, Cursor, or any MCP client. Useful if you're building investment research agents, trading copilots, or robo-advisor backends and need structured fundamental data without Bloomberg's $24k seat cost or multi-source API wrangling.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
get_stock_dataRetrieve comprehensive stock market data for individual ticker symbols from Yahoo Finance. Returns current price, intraday high/low, 52-week range, trading volume, market capitalization, P/E ratio, earnings per share, dividend yield, and sector classification. Use for fundamen...1 params

Retrieve comprehensive stock market data for individual ticker symbols from Yahoo Finance. Returns current price, intraday high/low, 52-week range, trading volume, market capitalization, P/E ratio, earnings per share, dividend yield, and sector classification. Use for fundamen...

Parameters* required
tickerstring
Stock ticker symbol in uppercase format (e.g. 'AAPL' for Apple, 'MSFT' for Microsoft, 'GOOGL' for Alphabet)
screen_stocksFilter and screen stocks based on financial criteria like market cap range, sector, P/E ratio thresholds, dividend yield, or revenue growth. Returns matching ticker symbols with key metrics. Use for value investing, growth stock identification, or portfolio rebalancing analysis.1 params

Filter and screen stocks based on financial criteria like market cap range, sector, P/E ratio thresholds, dividend yield, or revenue growth. Returns matching ticker symbols with key metrics. Use for value investing, growth stock identification, or portfolio rebalancing analysis.

Parameters* required
criteriaobject
Filtering criteria as key-value pairs (e.g. {'sector': 'technology', 'market_cap_min': 1000000000, 'pe_ratio_max': 25})
get_crypto_pricesFetch real-time cryptocurrency prices and 24-hour market data for multiple coins. Returns current price in USD, 24h price change percentage, market cap, and trading volume. Use for crypto portfolio tracking, price alerts, or comparing digital assets.1 params

Fetch real-time cryptocurrency prices and 24-hour market data for multiple coins. Returns current price in USD, 24h price change percentage, market cap, and trading volume. Use for crypto portfolio tracking, price alerts, or comparing digital assets.

Parameters* required
coinsarray
List of cryptocurrency symbols or names to fetch price data
get_exchange_ratesLook up current foreign exchange rates between major world currencies. Returns exchange rate, bid/ask spread, and last update timestamp. Use for travel planning, international business transactions, or forex trading decisions.1 params

Look up current foreign exchange rates between major world currencies. Returns exchange rate, bid/ask spread, and last update timestamp. Use for travel planning, international business transactions, or forex trading decisions.

Parameters* required
basestring
Base currency code for rate calculation (e.g. 'USD', 'EUR', 'GBP', 'JPY')default: USD
track_crypto_portfolioMonitor real-time prices and performance metrics for a portfolio of cryptocurrency holdings. Returns current price per coin, 24-hour percentage change, portfolio value summary, and top movers. Use for active portfolio management and price monitoring.1 params

Monitor real-time prices and performance metrics for a portfolio of cryptocurrency holdings. Returns current price per coin, 24-hour percentage change, portfolio value summary, and top movers. Use for active portfolio management and price monitoring.

Parameters* required
coinsarray
List of cryptocurrency codes in portfolio to track real-time
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Finance & Commerce
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 26, 2026
Open website

More from thenextgennexus

  • Github Mcp Server
  • Google Maps Mcp Server
  • Hr Compensation Mcp Server
  • Job Market Mcp Server
  • News Mcp Server
  • Playwright Mcp Server
  • Reddit Mcp Server
  • Seo Web Analysis Mcp Server
  • Sports Mcp Server
  • Travel Mcp Server
  • Web Scraping Mcp Server
  • Academic Research Mcp Server
  • Developer Tools Mcp Server
  • Github Analytics Mcp Server
  • Hr Compensation Mcp Server
  • Legal Mcp Server
  • Real Estate Mcp Server
  • Redfin Mcp Server
  • Sports Scores Mcp Server
  • Automotive Mcp Server
  • Ecommerce Intelligence Mcp Server
  • Legal Mcp Server
  • Premium Data Mcp Server
  • Real Estate Mcp Server

Related Finance & Commerce MCP Servers

View all →
com.tickerall avatar
TickerAll

com.tickerall/mcp

Connect your MetaTrader 5 accounts to Claude: trading, market data, account management.
com.tkawen avatar
Intelligence Gateway

com.tkawen/intelligence-gateway

Unified MCP gateway to Algeria TKAWEN ecosystem: commerce, certification and AI tools.
com.traderwai avatar
Traderwai

com.traderwai/traderwai

AI-powered charts with indicators and trade execution for forex, gold, indices & crypto.
chris85appding avatar
Unified Offer Protocol MCP Server

com.unifiedoffer/mcp-server

AI-powered product search, affiliate links, and price negotiation for e-commerce platforms
unstoppabledomains avatar
Unstoppable Domains

com.unstoppabledomains/mcp-server

Domain search, registration, DNS, marketplace, and checkout with your AI agent.
com.voxodds avatar
Voxodds

com.voxodds/voxodds

Live prediction-market odds: politics, World Cup 2026, crypto, economics. Free, no auth.