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

Pipeworx

pipeworx-io/pipeworx
2HTTPregistry active
Summary

This is a discovery layer for the Pipeworx platform, which aggregates 673+ data sources behind a single MCP gateway. It gives you tools to browse available packs by category, search for specific capabilities like weather or stock data, inspect tool definitions before you call them, and get connection configs for individual packs. Think of it as the catalog before you commit to connecting the full gateway. You can use list_packs to see everything available, search_packs to find what you need, then get_pack_tools to verify the interface. There's also an ask_pipeworx tool that handles natural language queries if you'd rather skip the manual tool selection.

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 →

Pipeworx

smithery badge

Live data for AI agents. One MCP connection gives your AI access to 750+ data sources and 3,300+ tools — SEC filings, FDA adverse events, trade flows, mortgage rates, clinical trials, government contracts, and more.

Pipeworx is not a directory. It's a metered data gateway. The data sources behind it — ATTOM, FRED, SEC EDGAR, ClinicalTrials.gov, UN Comtrade, EPA, BLS — are the same sources analysts and institutions pay thousands to access. Your AI agent gets them through one URL.

Connect

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Works with Claude Desktop, Cursor, Windsurf, and any MCP client.

Ask anything

ask_pipeworx("What is the US trade deficit with China?")
→ $1.81 trillion deficit (2024, Census Bureau)

ask_pipeworx("What are the side effects of ozempic?")
→ 54,647 FDA adverse event reports

ask_pipeworx("Get Apple's latest 10-K filing")
→ SEC EDGAR filing data

ask_pipeworx("What's the current 30-year mortgage rate?")
→ FRED MORTGAGE30US series, live data

The gateway picks the right tool, fills the arguments, executes it, and returns the answer. No API keys, no schema matching, no setup.

What's inside

DomainSourcesCompound tools
Housing & Real EstateFRED, BLS, Census, HUD, ATTOM, Altoshousing_market_snapshot, housing_property_report
International TradeUN Comtrade, Census Trade, Treasury, IMFtrade_bilateral_analysis, trade_country_profile
Finance & SECEDGAR, CFPB, FDIC, Finnhub, CoinGeckofintech_company_deep_dive, fintech_bank_health_check
Pharma & HealthClinicalTrials.gov, OpenFDA, RxNorm, WHO, CDCpharma_drug_profile, pharma_safety_report
GovernmentSAM.gov, USAspending, SBIR, Federal Register, FECgovcon_contractor_profile, govcon_opportunity_scan
Economic DataFRED, BLS, World Bank, Eurostat, IMFfred_get_series, bls_get_series
EnvironmentEPA ECHO, EPA Emissions, NOAA, Carbon Interfaceecho_facility_search, tri_facility_releases
CybersecurityAbuseIPDB, Shodan, PhishTank, NVDcheck_ip, lookup_ip
ResearchSemantic Scholar, CORE, PubMed, Crossref, OpenAlexsearch_papers, get_paper
LegalCourtListener, Federal Register, OpenSanctionssearch_opinions, search_documents
NewsGNews, Mediastack, Hacker News, Redditsearch_news, top_headlines
Developernpm, PyPI, Crates, Docker Hub, GitHubnpm_search, pypi_search

Compound tools

These combine multiple APIs into a single call — the kind of synthesis that normally takes an analyst 5+ individual queries:

trade_bilateral_analysis({ reporter_code: "842", partner_code: "156" })
→ US-China imports, exports, top commodities, exchange rates — one call

pharma_drug_profile({ drug_name: "ozempic" })
→ FDA approvals, adverse events, drug interactions, active clinical trials — one call

fintech_company_deep_dive({ ticker: "AAPL" })
→ SEC filings, stock quote, income statement, consumer complaints — one call

Smart features

FeatureWhat it does
ask_pipeworxAsk any question in plain English — the gateway picks the right tool
discover_toolsDescribe what you need, get the 20 most relevant tools
?task= scopingConnect with only domain-relevant tools: ?task=housing+market
remember / recallSave findings across tool calls and sessions
Session suggestionsEvery response suggests what to call next
Error alternativesIf a call fails, the response tells you what to try instead
Result cachingResponses cached with freshness metadata
Cost transparencyEvery response shows credits charged with breakdown

Guides

  • Getting Started — connect to Claude Desktop, Cursor, or any MCP client
  • Housing Analysis — mortgage rates, property valuations, market signals
  • Trade Analysis — bilateral trade flows, deficits, tariff revenue
  • Financial Research — SEC filings, bank health, market conditions
  • Drug Research — clinical trials, adverse events, drug interactions
  • Government Contracting — contract opportunities, contractor profiles, SBIR
  • CLAUDE.md Template — drop-in template to give any project live data access

Rate limits

TierDaily limitHow
Anonymous50 callsNo auth needed
BYO Key200 callsX-API-Key header
Free account200 callspipeworx.io
PaidUnlimitedpipeworx.io/account

Links

  • gateway.pipeworx.io/mcp — gateway endpoint
  • pipeworx.io — website
  • pipeworx.io/status — uptime dashboard
  • @pipeworx on npm — all packages
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 →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedJun 10, 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.