ALAPI
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
Ads
Overview
这是一个基于 ALAPI 的 MCP (Model Context Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口,轻松将ALAPI丰富的API资源集成到各类支持MCP的AI应用中。 - 🔍 丰富API资源 - 提供IP查询、天气查询、热搜榜单、企业信息等100+种常用API服务 - 🧩 MCP 协议支持 - 完全兼容 Model Context Protocol,轻松集成到各类AI应用 - 🔄 自动加载 - 自动加载 ALAPI OpenAPI 规范,无需手动配置 - 🎯 灵活调用 - 支持加载全部或指定API,按需使用(短视频解析、天气查询、每天60秒读懂世界、企业查询等) - 🛡️ 统一响应 - 提供统一的错误处理和响应格式,简化开发流程 - ⚙️ 可配置性 - 支持环境变量配置,轻松适应不同使用场景 ALAPI MCP Server 设计为与支持 MCP 协议的客户端配合使用,不支持独立的命令行配置。请按照以下步骤在您的 MCP 客户端中配置使用: 通过 Smithery 安装 ALAPI MCP Server,适用于 Claude Desktop 客户端:
Installation
npx -y @smithery/cli install @ALAPI-SDK/mcp-alapi-cn --client claude
Configuration
{
"mcpServers": {
"alapi": {
"path": "/path/to/mcp-alapi-cn",
"env": {
"ALAPI_TOKEN": "在 ALAPI 平台申请创建的 token"
}
}Capabilities
- IP & domain lookups
Ask for geolocation and ISP details of any IPv4 or IPv6 address using `ip_query`.
- Weather reports
Get current conditions, alerts, AQI, and forecasts for Chinese cities via `weather_query`.
- Trending hot lists
Fetch real-time trending topics from Weibo, Douyin, Toutiao, Zhihu, Baidu, and 36Kr.
- Company verification
Look up Chinese business registration details by company name or unified social credit code.
- Package tracking
Track shipping status across ZTO, STO, SF Express, J&T, Best, YTO, and other carriers.
- Content moderation
Check text for policy violations, suitable for AI output review workflows.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.