Releases: ailingqu/ApiAny.AI-MCP
Releases · ailingqu/ApiAny.AI-MCP
Release list
APIAny MCP v0.1.2
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_URLenvironment variable metadata to the supportedstringformat.
Install
npx -y @apiany-ai/mcpMCP Client Config
{
"mcpServers": {
"apiany": {
"command": "npx",
"args": ["-y", "@apiany-ai/mcp"],
"env": {
"APIANY_BASE_URL": "https://apiany.ai"
}
}
}
}APIAny MCP v0.1.1
APIAny MCP v0.1.1
Release date: 2026-06-24
Highlights
- Added Official MCP Registry metadata via
mcpNameandserver.json. - Added reusable MCP directory submission materials in
docs/submission-materials.md. - Included
server.jsonin the npm package for distribution visibility.
Install
npx -y @apiany-ai/mcpMCP Client Config
{
"mcpServers": {
"apiany": {
"command": "npx",
"args": ["-y", "@apiany-ai/mcp"],
"env": {
"APIANY_BASE_URL": "https://apiany.ai"
}
}
}
}APIAny MCP v0.1.0
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/mcpSafety
Read-only tools work without an API key. Paid task tools require APIANY_API_KEY and explicit confirm_paid_request=true.