MCP.so
登录

🔥 ALAPI MCP Server

@ALAPI-SDK

关于 🔥 ALAPI MCP Server

这是一个基于 [ALAPI](https://www.alapi.cn) 的 MCP (Model Control Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

ALAPI-SDK

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-alapi-cn": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@ALAPI-SDK/mcp-alapi-cn",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ALAPI MCP Server?

ALAPI MCP Server is a Model Context Protocol server implementation based on the ALAPI platform. It enables direct invocation of ALAPI’s APIs via the MCP protocol, allowing users to integrate over 100 API services (such as IP lookup, weather, trending topics, and business data) into MCP‑compatible AI applications.

How to use ALAPI MCP Server?

Configure ALAPI MCP Server in an MCP‑compatible client (e.g., Claude Desktop, Cursor). Three installation methods are supported: remote SSE deployment via Tencent Cloud, automatic installation via Smithery (npx -y @smithery/cli install @ALAPI-SDK/mcp-alapi-cn --client claude), or using a pre‑compiled binary downloaded from the Releases page. Set the ALAPI_TOKEN environment variable with a token from the ALAPI dashboard. A typical JSON config specifies the binary path and the token.

Key features of ALAPI MCP Server

  • Provides 100+ common API services (IP, weather, hotlists, etc.)
  • Fully compatible with the Model Context Protocol
  • Automatically loads ALAPI OpenAPI specs without manual configuration
  • Supports loading all or specific APIs on demand
  • Offers unified error handling and response format
  • Configurable via environment variables for different scenarios

Use cases of ALAPI MCP Server

  • Querying IP geolocation and weather details in AI assistants
  • Retrieving real‑time hotlists from Weibo, Zhihu, Baidu, etc.
  • Performing text moderation and AI content review
  • Generating short URLs and decoding QR codes
  • Looking up exchange rates, gold prices, business registration, and courier tracking

FAQ from ALAPI MCP Server

How do I get an ALAPI token?

Create a token on the ALAPI platform at https://www.alapi.cn/dashboard/data/token and set it as the ALAPI_TOKEN environment variable.

Which MCP clients are supported?

Claude Desktop App, Claude Code, Cursor, Continue, Cline, and other clients that support MCP tool integration.

Do I need to install Node.js or Python to run the server?

No. For the recommended method, download the pre‑compiled binary from the Releases page. No runtime dependencies are required.

How do I configure ALAPI MCP Server in my client?

Add a JSON config under mcpServers with the binary path and ALAPI_TOKEN in the env object, as shown in the README.

What APIs are available?

The server exposes over 100 APIs. The README lists examples including IP lookup, weather, today’s hotlists, text moderation, short URLs, QR recognition, historical events, currency exchange, business lookup, courier tracking, horoscopes, and gold prices.

评论

其他 分类下的更多 MCP 服务器