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
zev-lll avatar

LastLook Data

zev-lll/lastlook-data
5 toolsHTTPregistry active
Summary

Pulls real-time financial and macroeconomic data from FRED and ECB APIs without requiring your own API keys. You get Treasury yields, mortgage rates, FX rates, CPI, unemployment figures, energy prices, yield curve spreads, and the Sahm Rule recession indicator through simple queries. Uses x402 for pay-per-query billing, so you only pay for what you actually fetch. Reach for this when you're building financial analysis tools, economic research workflows, or any agent that needs current macro data without the overhead of managing multiple data provider accounts. The streamable-http transport makes it straightforward to integrate into Claude conversations.

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_treasury_yield_currentReturns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Use this specifically for the 30-year Treasury rate. For other series use get_series instead.

Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Use this specifically for the 30-year Treasury rate. For other series use get_series instead.

No parameter schema in public metadata yet.

get_treasury_yield_by_dateReturns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format.1 params

Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format.

Parameters* required
datestring
Date in YYYY-MM-DD format e.g. 2026-05-09
get_seriesReturns recent observations for any supported FRED data series. Use this to get current and historical values for mortgage rates, Treasury yields, Fed funds rate, CPI, SOFR, unemployment, GDP, energy prices, and more. Common use cases: - Current 30-yr mortgage rate: series_id=...2 params

Returns recent observations for any supported FRED data series. Use this to get current and historical values for mortgage rates, Treasury yields, Fed funds rate, CPI, SOFR, unemployment, GDP, energy prices, and more. Common use cases: - Current 30-yr mortgage rate: series_id=...

Parameters* required
daysstring
History window: 30 ($0.05), 90 ($0.10), or 365 ($0.25). Use 30 for current/recent values.one of 30 · 90 · 365
series_idstring
FRED series ID. Use IORB for Interest on Reserve Balances, EFFR for Effective Federal Funds Rate, FEDFUNDS for Fed funds monthly average, MORTGAGE30US for 30-yr mortgage rate, DCOILWTICO for WTI cr...one of DGS30 · DGS10 · DGS5 · DGS2 · DGS1MO · MORTGAGE30US
get_fx_rate_currentReturns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.1 params

Returns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.

Parameters* required
pairstring
G10 currency pair e.g. EURUSD, USDJPY, GBPUSDone of EURUSD · GBPUSD · USDJPY · USDCHF · USDCAD · AUDUSD
get_fx_rate_seriesReturns historical daily exchange rates for a G10 currency pair. Source: European Central Bank.2 params

Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank.

Parameters* required
daysstring
History window: 30 ($0.05), 90 ($0.10), or 365 ($0.25)one of 30 · 90 · 365
pairstring
G10 currency pair e.g. EURUSDone of EURUSD · GBPUSD · USDJPY · USDCHF · USDCAD · AUDUSD

LastLook Data

Financial market data for AI agents — Treasury yields, mortgage rates, FX rates, CPI, unemployment, energy prices, yield curve spreads, Sahm Rule recession indicator, and more. Sourced from FRED and ECB. Pay per query via x402, no API keys required.

smithery badge

Links

  • Website: https://www.lastlookdata.com
  • API: https://api.lastlookdata.com
  • MCP Server: https://mcp.lastlookdata.com/mcp
  • OpenAPI Spec: https://api.lastlookdata.com/openapi.json
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
Data & Analytics
Registryactive
TransportHTTP
UpdatedMay 17, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
zev avatar
LastLook Data

zev/lastlook-data

LastLook Data gives AI agents real-time access to US financial market data: Treasury yields (2yr, 10yr, 30yr), mortgage rates, Fed funds rate, CPI, unemployment, GDP, WTI/Brent crude, natural gas, and G10 FX rates. Also includes derived indicators: yield curve spreads (2s10s, 3m10y) with inversion signal, Sahm Rule recession indicator, Fed policy spread (EFFR vs IORB), and upcoming FRED economic calendar. Data sourced from FRED and ECB. Pay per query via x402 on Base — no accounts, no API keys, no subscriptions.
googleanalytics avatar
Analytics

googleanalytics/google-analytics-mcp

Provides access to Google Analytics data and reports via an MCP API surface.
2.1k
3121n avatar
Statfin Mcp

io.github.3121n/statfin-mcp

Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.
nteract avatar
Semiotic

nteract/semiotic

Render React data visualizations from JSON. 43 chart types; validate, diagnose, suggest tools.
2.7k
oogunbiyi21 avatar
Stats Compass

io.github.oogunbiyi21/stats-compass

50+ pandas-powered tools for data loading, cleaning, visualization, and ML workflows
16
thunderbit-com avatar
Thunderbit Mcp Server

thunderbit-com/thunderbit-mcp-server

AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.
13