Skip to content

APIAny MCP v0.1.1

Choose a tag to compare

@ailingqu ailingqu released this 24 Jun 01:56

APIAny MCP v0.1.1

Release date: 2026-06-24

Highlights

  • Added Official MCP Registry metadata via mcpName and server.json.
  • Added reusable MCP directory submission materials in docs/submission-materials.md.
  • Included server.json in the npm package for distribution visibility.

Install

npx -y @apiany-ai/mcp

MCP Client Config

{
  "mcpServers": {
    "apiany": {
      "command": "npx",
      "args": ["-y", "@apiany-ai/mcp"],
      "env": {
        "APIANY_BASE_URL": "https://apiany.ai"
      }
    }
  }
}