ALAPI MCP Tools,Call hundreds of API interfaces via MCP
这是一个基于 ALAPI 的 MCP (Model Context Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口,轻松将ALAPI丰富的API资源集成到各类支持MCP的AI应用中。
首先需要了解 MCP 协议,然后按照以下配置添加 ALAPI MCP 服务。
ALAPI MCP Server 设计为与支持 MCP 协议的客户端配合使用,不支持独立的命令行配置。请按照以下步骤在您的 MCP 客户端中配置使用:
本项目支持一键部署到腾讯云开发平台,提供远程 SSE 访问
通过 Smithery 安装 ALAPI MCP Server,适用于 Claude Desktop 客户端:
npx -y @smithery/cli install @ALAPI-SDK/mcp-alapi-cn --client claude
访问 Releases 页面 下载最新版本
根据您的操作系统选择对应最新的版本:
mcp-alapi-cn.exe
mcp-alapi-cn-macos
mcp-alapi-cn-linux
在支持 MCP 的客户端(如 Claude Desktop)中配置:
ALAPI_TOKEN
)ALAPI_TOKEN
- ALAPI平台访问令牌(必填)需要配置为您在 ALAPI 平台上创建的 TOKEN,用于接口认证。
在 Claude Desktop 或其他支持 MCP 的客户端中,可以参考以下配置:
{
"mcpServers": {
"alapi": {
"path": "/path/to/mcp-alapi-cn",
"env": {
"ALAPI_TOKEN": "在 ALAPI 平台申请创建的 token"
}
}
}
}
根据 MCP 文档,以下客户端支持 MCP 工具集成:
注意:确保您的 MCP 客户端支持工具集成功能,请参考各客户端的具体文档进行配置。
以下是部分支持的功能,完整功能请以实际调用为准:
功能名称 | 描述 |
---|---|
IP查询 | 查询IP归属地信息,支持IPv4和IPv6 |
天气查询 | 查询国内天气详情,包含天气信息、天气预警、天气指数、AQI等 |
今日热榜 | 查询今日热榜数据,包含抖音热搜、头条热榜、知乎、36k、百度热搜、微博热搜等数据 |
文本审核 | 查询文本是否违规,特别适合AI内容审核 |
短网址 | 短网址缩短,将长网址缩短为短网址,方便短信发送、二维码生成等场景 |
二维码识别 | 支持一图多码,支持数十二维码,条形码的识别 |
历史上的今天 | 查询历史上的指定日期发生的大事 |
汇率查询 | 根据货币代码查询货币汇率和换算,支持全球170+个国家和地区货币查询 |
企业查询 | 根据企业名称或统一社会信用代码查询企业基本工商信息 |
快递查询 | 免费查询快递物流轨迹,支持中通、申通、顺丰、极兔、百世、圆通等 |
星座运势 | 提供星座运势查询服务,支持查询十二星座今日或明日、本周、本月、本年的运势 |
黄金价格 | 查询当前黄金的实时价格,最高价,最低价,品牌黄金的价格 |
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
An MCP server for interacting with the Tatara blockchain ecosystem. Requires configuration for the Tatara RPC endpoint and a wallet private key.
Securely execute shell commands with whitelisting, resource limits, and timeout controls for LLMs.
Automatically builds and serves context files from codebases for AI assistants like Claude.
Bootstrap Model Context Protocol (MCP) servers and clients in TypeScript with best practices, examples, and proper tooling setup.
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.
Turns any Swagger/OpenAPI REST endpoint with a yaml/json definition into an MCP Server with Langchain/Langflow integration automatically.
Provides multi-cluster Kubernetes management and operations using MCP, It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
A tool to retrieve API interface information from YApi, with authentication configurable via environment variables.