← Back to Plugins
MCP Server MCP

io.github.ailingqu/apiany-mcp

github By github 👁 1 views ▲ 0 votes

APIAny MCP server for model discovery, pricing, docs, and integration examples.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...