Skip to content

Releases: ailingqu/ApiAny.AI-MCP

APIAny MCP v0.1.2

Choose a tag to compare

@ailingqu ailingqu released this 24 Jun 01:59

APIAny MCP v0.1.2

Release date: 2026-06-24

Highlights

  • Fixed Official MCP Registry metadata validation for server.json.
  • Shortened the registry description to fit the official 100-character limit.
  • Changed APIANY_BASE_URL environment variable metadata to the supported string format.

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"
      }
    }
  }
}

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"
      }
    }
  }
}

APIAny MCP v0.1.0

Choose a tag to compare

@ailingqu ailingqu released this 23 Jun 12:23

APIAny MCP v0.1.0

Initial public release of the official APIAny MCP server and agent skill package.

Website: https://apiany.ai

Included

  • MCP package: @apiany-ai/mcp
  • APIAny Integration skill: skills/apiany-integration
  • Model discovery and search tools
  • Pricing estimation and integration example tools
  • APIAny docs context from /llms.txt
  • Confirmed paid image/video task helpers

Install

npx -y @apiany-ai/mcp

Safety

Read-only tools work without an API key. Paid task tools require APIANY_API_KEY and explicit confirm_paid_request=true.