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
henrysouchien avatar

EdgarParser MCP

henrysouchien/edgar-mcp
authSTDIOregistry active
Summary

Connects Claude to the EdgarParser API for source-backed SEC EDGAR financial data. You get 29 tools spanning XBRL financial statements, filing metadata, full document access with markdown conversion, table extraction and comparison across tickers, operational KPI discovery, and citation-ready evidence retrieval. The server itself is a thin stdio client that forwards requests to the hosted API, so you'll need an EDGAR_API_KEY. Useful when you're building financial analysis workflows that need structured GAAP concepts, time series comparisons, or grounded answers with section-level citations from 10-Ks and 10-Qs. Some tools like metric warming and extraction search require paid tier access.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

edgar-mcp

SEC EDGAR financial data for AI agents, exposed as an MCP stdio server.

Install

pip install edgar-mcp

Configuration

VariableRequiredPurpose
EDGAR_API_KEYhosted toolsAPI key for the hosted EDGAR API; not used by get_issuer_submissions_meta.
EDGAR_API_URLnoOverride the API base URL. Defaults to https://www.edgarparser.com.
EDGAR_MCP_OUTPUT_DIRnoDirectory for output="file" tool responses.

Claude Desktop / Claude Code config:

{
  "mcpServers": {
    "edgar-financials": {
      "type": "stdio",
      "command": "edgar-mcp",
      "env": {
        "EDGAR_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}

Tool Inventory

This package exposes 32 public MCP tools. The inventory below is generated from the same manifest that drives the hosted API documentation.

ToolSummaryTierCache Behavior
get_filingsReturn filing metadata and SEC accession details for one ticker period.publiccache_only
get_event_filingsDiscover event filings by ticker, CIK, date range, form type, or query.publiccold_allowed
describe_filingShow cached availability for financials, sections, tables, markdown, and extractions for one filing.publiccache_only
get_filing_documentReturn a readable markdown filing document with section filtering and pagination.registeredcold_allowed
get_filing_sectionsExtract selected qualitative filing sections and optional embedded tables.publiccold_allowed
get_filing_cover_factsReturn exact DEI cover-page facts such as shares outstanding with citations.registeredcold_allowed
get_filing_evidencePlan and retrieve citation-ready filing evidence for qualitative SEC questions.paidllm_call
get_issuer_submissions_metaReturn an issuer's SEC submissions header metadata directly from the public SEC JSON endpoint.publiccold_allowed
get_operational_kpi_driversResearch filing narrative and markdown tables for operational KPI values and driver context.paidllm_call
get_operational_kpi_driver_rowsReturn the strict producer-owned operational KPI driver row DTO without transport reinterpretation.paidcold_allowed
get_filing_extractionsReturn cached langextract spans for one filing or run paid extraction on cache miss.paidllm_call
search_extractionsSearch cached langextract spans across filings with structured filters.paidcache_only
get_extraction_seriesReturn periodized counts and optional hits for cached langextract spans.paidcache_only
extract_filing_fileRun a selected extraction schema against a short-lived filing artifact issued by get_filing_sections.internalllm_call
list_extraction_schemasList document extraction schemas available to the internal document API.internalcache_only
get_filing_tablesReturn filing table metadata or one hydrated structured table.publiccold_allowed
search_filing_tablesSearch cached filing table metadata across a ticker and period range.publiccache_only
compare_filing_tablesCompare matching filing tables across multiple tickers.publiccache_only
search_filing_textSearch cached markdown within one filing and return matching spans.registeredcache_only
get_financialsReturn matcher-produced numeric financial rows for one fiscal filing period.publiccache_only
get_filing_factsRetrieve exact-QName facts or whole statement and disclosure presentation occurrences from one exact SEC filing accession.registeredcold_allowed
get_metricReturn one discovered metric or XBRL tag with current, prior, and YoY values.publiccache_only
get_metric_seriesReturn one metric across multiple periods with per-period cache and coverage status.publiccache_only
list_metricsList exact metric candidates available in one filing period.publiccache_only
search_metricsSearch filing metrics by natural-language query and return ranked exact candidates.publiccold_allowed
get_statementReturn a template-backed income statement, balance sheet, or cash flow statement from cached concepts.publiccache_only
get_conceptResolve one registry-backed financial concept from cached filing facts.publiccache_only
compare_conceptCompare one registry-backed concept across a caller-provided ticker set.publiccache_only
concept_trendReturn a cache-only concept time series across a requested period range.publiccache_only
cite_conceptJoin a registry-backed concept value to filing prose and optional extraction evidence.paidcache_only
warm_metric_cacheQueue paid-tier background warming for metric periods before follow-up reads.paidcold_allowed
warm_metric_cache_statusPoll a background cache-warming job returned by warm_metric_cache.paidcache_only

Tool Families

Filing Metadata and Documents

get_filings, get_event_filings, describe_filing, get_filing_document, get_filing_sections, get_filing_cover_facts, get_filing_evidence, get_issuer_submissions_meta

Operational KPIs

get_operational_kpi_drivers, get_operational_kpi_driver_rows

LangExtract

get_filing_extractions, search_extractions, get_extraction_series, extract_filing_file, list_extraction_schemas

Filing Tables

get_filing_tables, search_filing_tables, compare_filing_tables

Filing Text

search_filing_text

XBRL and Concepts

get_financials, get_filing_facts, get_metric, get_metric_series, list_metrics, search_metrics, get_statement, get_concept, compare_concept, concept_trend, cite_concept, warm_metric_cache, warm_metric_cache_status

Runtime Notes

  • This is a thin client for the hosted EDGAR API and the public SEC submissions endpoint; it does not parse filings locally.
  • Missing or invalid EDGAR_API_KEY lets the server start, but hosted API tool calls return authentication errors; get_issuer_submissions_meta does not require the key.
  • Large payload tools support output="file" and write to EDGAR_MCP_OUTPUT_DIR or a local fallback directory.
  • API rate limits and paid-tool access are enforced by the hosted service.

Links

  • Hosted API: https://www.edgarparser.com
  • Documentation: https://docs.edgarparser.com
  • MCP setup: https://docs.edgarparser.com/mcp
  • Tool reference: https://docs.edgarparser.com/tools
  • Changelog RSS: https://docs.edgarparser.com/rss.xml
  • In-app developer page: https://www.edgarparser.com/developers
  • Open parser package: https://github.com/henrysouchien/edgar-parser
  • Source package: https://github.com/henrysouchien/edgar-mcp
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Configuration

EDGAR_API_KEY*secret

API key for the hosted EdgarParser API.

EDGAR_API_URL

Optional API base URL override. Defaults to https://www.edgarparser.com.

EDGAR_MCP_OUTPUT_DIR

Optional directory for output="file" responses.

Categories
Data & Analytics
Registryactive
Packageedgar-mcp
TransportSTDIO
AuthRequired
UpdatedMay 26, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
herohunt-ai avatar
Herohunt Mcp

herohunt-ai/herohunt-mcp

People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data.
hithereiamaliff avatar
Malaysia Open Data MCP Server

hithereiamaliff/mcp-datagovmy

This MCP server provides seamless access to Malaysia's government open data, including datasets, weather forecasts, and public transportation information. Enable efficient querying and retrieval of real-time and historical data with built-in rate limiting and error handling. Empower applications to integrate comprehensive Malaysian public data effortlessly. Note: this is NOT an official MCP server by the Government of Malaysia or anyone from Malaysia's Open Data/Jabatan Digital Negara/Ministry of Digital team.
housingassist avatar
housing-assist

housingassist/tokyo-housing

▎ Tokyo housing market data for foreigners. Search 18,000+ weekly-scraped rental listings, compare Tokyo's 23 wards, estimate move-in costs, and get data-backed negotiation strategies. Data sourced from SUUMO, Homes.co.jp, and at Home. ▎ 7 tools: search_listings, get_neighborhood_info, estimate_move_in_cost, get_buy_vs_rent, ward_matchmaker, lease_renewal_analyzer, negotiation_intelligence. ▎ Free, no authentication required.
hug0x0 avatar
Mcp Reunion

hug0x0/mcp-reunion

MCP server for Réunion open data (data.regionreunion.com)
huoshuiai42 avatar
Huoshui Fetch

huoshuiai42/huoshui-fetch

An MCP server that provides tools for fetching, converting, and extracting data from web pages.
idnsidns avatar
Tenderapi Mcp

idnsidns/tenderapi-mcp

MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.