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