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

GroundAPI

io.github.qingkongzhiqian/groundapi
13 toolsauthHTTPregistry active
Summary

Reach for this when you need to pull live external data into Claude without building your own integrations. It bundles real-time APIs for stock prices, weather conditions, forex rates, package tracking, web search, page scraping, news feeds, and IP lookups into a single MCP endpoint. Instead of juggling multiple API keys and rate limits across different services, you get a unified interface for the data sources AI agents most commonly need. The streamable HTTP transport means you can drop it into any MCP-compatible setup without running a local process. Best suited for prototyping agentic workflows or building assistants that need to mix conversational AI with current market data, logistics info, or web content.

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.

13 tools
stock_quote获取 A 股最新日行情。symbol: 股票代码,如 600519(贵州茅台)。api_key: GroundAPI 密钥。2 params

获取 A 股最新日行情。symbol: 股票代码,如 600519(贵州茅台)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
symbolstring
stock_list获取 A 股股票列表(分页)。market: 市场过滤(sh/sz/bj,留空返回全部)。is_active: 是否在市。page/page_size: 分页参数。api_key: GroundAPI 密钥。5 params

获取 A 股股票列表(分页)。market: 市场过滤(sh/sz/bj,留空返回全部)。is_active: 是否在市。page/page_size: 分页参数。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
is_activeboolean
default: true
marketstring
default:
pageinteger
default: 1
page_sizeinteger
default: 20
stock_search按代码或名称搜索 A 股股票。keyword: 搜索关键词,如 '茅台' 或 '600519'。limit: 返回条数(1-50)。api_key: GroundAPI 密钥。3 params

按代码或名称搜索 A 股股票。keyword: 搜索关键词,如 '茅台' 或 '600519'。limit: 返回条数(1-50)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
keywordstring
limitinteger
default: 10
stock_daily查询某只股票在指定日期的行情数据。symbol: 股票代码。date: 日期(YYYY-MM-DD)。api_key: GroundAPI 密钥。3 params

查询某只股票在指定日期的行情数据。symbol: 股票代码。date: 日期(YYYY-MM-DD)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
datestring
symbolstring
stock_history查询某只股票的历史日K线数据。symbol: 股票代码。start_date/end_date: 日期范围(YYYY-MM-DD,可选)。limit: 最大返回条数(1-500)。api_key: GroundAPI 密钥。5 params

查询某只股票的历史日K线数据。symbol: 股票代码。start_date/end_date: 日期范围(YYYY-MM-DD,可选)。limit: 最大返回条数(1-500)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
end_datestring
default:
limitinteger
default: 100
start_datestring
default:
symbolstring
stock_ranking查询 A 股涨跌排行榜。date: 交易日期(YYYY-MM-DD,不传取最新)。sort_by: 排序字段(change_pct/volume/turnover/turnover_rate/amplitude)。order: desc/asc。limit: 返回条数。api_key: GroundAPI 密钥。5 params

查询 A 股涨跌排行榜。date: 交易日期(YYYY-MM-DD,不传取最新)。sort_by: 排序字段(change_pct/volume/turnover/turnover_rate/amplitude)。order: desc/asc。limit: 返回条数。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
datestring
default:
limitinteger
default: 10
orderstring
default: desc
sort_bystring
default: change_pct
weather_current查询城市实时天气。city: 城市名称(中文或英文),如 北京、Tokyo。api_key: GroundAPI 密钥。2 params

查询城市实时天气。city: 城市名称(中文或英文),如 北京、Tokyo。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
citystring
forex_rate获取两种货币的实时汇率。from_currency/to_currency: ISO 4217 货币代码,如 USD、CNY。api_key: GroundAPI 密钥。3 params

获取两种货币的实时汇率。from_currency/to_currency: ISO 4217 货币代码,如 USD、CNY。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
from_currencystring
to_currencystring
logistics_track追踪快递物流状态。number: 运单号。carrier: 快递公司编码(可选,如 sf/yt/zt/yd/auto),不填自动识别。phone: 手机号后四位(顺丰/丰网必传)。api_key: GroundAPI 密钥。4 params

追踪快递物流状态。number: 运单号。carrier: 快递公司编码(可选,如 sf/yt/zt/yd/auto),不填自动识别。phone: 手机号后四位(顺丰/丰网必传)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
carrierstring
default:
numberstring
phonestring
default:
web_search网络搜索。query: 搜索关键词。engine: 搜索引擎(std/pro/sogou/quark)。count: 返回条数(1-50)。recency: 时间范围(oneDay/oneWeek/oneMonth/oneYear/noLimit)。api_key: GroundAPI 密钥。5 params

网络搜索。query: 搜索关键词。engine: 搜索引擎(std/pro/sogou/quark)。count: 返回条数(1-50)。recency: 时间范围(oneDay/oneWeek/oneMonth/oneYear/noLimit)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
countinteger
default: 10
enginestring
default: pro
querystring
recencystring
default: noLimit
scrape_webpage抓取网页内容并转为结构化文本。url: 网页地址。format: 返回格式(markdown/text)。api_key: GroundAPI 密钥。3 params

抓取网页内容并转为结构化文本。url: 网页地址。format: 返回格式(markdown/text)。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
formatstring
default: markdown
urlstring
news_hot获取分类新闻热点。category: 新闻分类(general/finance/sports/entertainment/tech/military/health/education/travel/game/auto/domestic/world/fashion/food/house)。limit: 返回条数(1-50)。page: 页码。api_key: GroundAPI 密钥。4 params

获取分类新闻热点。category: 新闻分类(general/finance/sports/entertainment/tech/military/health/education/travel/game/auto/domestic/world/fashion/food/house)。limit: 返回条数(1-50)。page: 页码。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
categorystring
default: general
limitinteger
default: 50
pageinteger
default: 1
locate_ipIP 地理定位。ip: 要查询的 IP 地址,如 8.8.8.8。返回国家、城市、经纬度、ISP 等信息。api_key: GroundAPI 密钥。2 params

IP 地理定位。ip: 要查询的 IP 地址,如 8.8.8.8。返回国家、城市、经纬度、ISP 等信息。api_key: GroundAPI 密钥。

Parameters* required
api_keystring
ipstring
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
Search & Web CrawlingData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMar 25, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
rog0x avatar
Web

io.github.rog0x/web

Web scraping, search, monitoring, and HTML-to-markdown for AI agents
targeted-design-agency avatar
TDA Discord Reader

io.github.targeteddesignagency-blip/discord-reader

Discord channel operations for AI agents. Fetch, search, mentions, post. 4 tools.
xpaysh avatar
xpay Competitive Intel

io.github.xpaysh/competitive-intel

40+ competitive intel tools. Brand.dev, Coresignal, Keywords Everywhere, Exa, Firecrawl.
jojo-labs avatar
smart-web

jojo-labs/smart-web

Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.
khadinakbaronline avatar
Telegram Channel Scraper Mcp

khadinakbaronline/telegram-channel-scraper-mcp

Scrape messages, extract leads from public Telegram channels. No login required.
mcande21 avatar
Thealgorithms Mcp

mcande21/thealgorithms-mcp

Search TheAlgorithms across 24 languages; fetch implementations with examples.