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

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 →
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 →

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
symbolstring
api_keystring
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
pageinteger
default: 1
marketstring
default:
api_keystring
is_activeboolean
default: true
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
limitinteger
default: 10
api_keystring
keywordstring
stock_daily查询某只股票在指定日期的行情数据。symbol: 股票代码。date: 日期(YYYY-MM-DD)。api_key: GroundAPI 密钥。3 params

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

Parameters* required
datestring
symbolstring
api_keystring
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
limitinteger
default: 100
symbolstring
api_keystring
end_datestring
default:
start_datestring
default:
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
datestring
default:
limitinteger
default: 10
orderstring
default: desc
api_keystring
sort_bystring
default: change_pct
weather_current查询城市实时天气。city: 城市名称(中文或英文),如 北京、Tokyo。api_key: GroundAPI 密钥。2 params

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

Parameters* required
citystring
api_keystring
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
to_currencystring
from_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
phonestring
default:
numberstring
api_keystring
carrierstring
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
countinteger
default: 10
querystring
enginestring
default: pro
api_keystring
recencystring
default: noLimit
scrape_webpage抓取网页内容并转为结构化文本。url: 网页地址。format: 返回格式(markdown/text)。api_key: GroundAPI 密钥。3 params

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

Parameters* required
urlstring
formatstring
default: markdown
api_keystring
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
pageinteger
default: 1
limitinteger
default: 50
api_keystring
categorystring
default: general
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
ipstring
api_keystring
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
Search & Web CrawlingData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMar 25, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3