← Back to Plugins
MCP Server MCP

io.github.apexapi/apexapi-mcp

github By github 👁 1 views ▲ 0 votes

Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "apexapi-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ApexApi API key (starts with 'ak-'). Get one at https://apexapi.dev or via agent self-registration per https://apexapi.dev/auth.md",
          "isRequired": true,
          "isSecret": true,
          "name": "APEXAPI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...