MCP Server
MCP
io.github.ailingqu/apiany-mcp
APIAny MCP server for model discovery, pricing, docs, and integration examples.
Install
npx -y @apiany-ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@apiany-ai/mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "APIAny base URL. Defaults to https://apiany.ai.",
"format": "string",
"name": "APIANY_BASE_URL"
},
{
"description": "Optional APIAny API key for paid image/video task tools and task polling.",
"format": "string",
"isSecret": true,
"name": "APIANY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment