MCP.so
Sign In

🔥 ALAPI MCP Server

@ALAPI-SDK

About 🔥 ALAPI MCP Server

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

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

ALAPI-SDK

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers