Back to Browse

Apexapi MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server is well-structured with proper authentication, clear separation of concerns, and appropriate input validation using Zod schemas. The API key is correctly sourced from environment variables and used for Bearer token authentication. Permissions align well with the server's purpose (LLM/web scraping API client). Minor code quality issues around error handling and logging do not significantly impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your ApexApi API key (starts with 'ak-'). Get one at https://apexapi.dev or via agent self-registration per https://apexapi.dev/auth.mdRequired

Environment variable: APEXAPI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-apexapi-apexapi-mcp": {
      "env": {
        "APEXAPI_API_KEY": "your-apexapi-api-key-here"
      },
      "args": [
        "-y",
        "apexapi-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

apexapi-mcp

MCP server for ApexApi — call 120+ AI models (OpenAI, Anthropic, Google, DeepSeek, Qwen…) and read the live web (scrape / crawl / structured extract) from any MCP client, with one ak- API key and one prepaid balance.

Tools

chat, list_models, get_balance, scrape_page, crawl_site, extract_structured, check_job, generate_image, generate_speech

Local (stdio)

Get a key at https://apexapi.dev/keys, then add to your MCP client config:

{
  "mcpServers": {
    "apexapi": {
      "command": "npx",
      "args": ["-y", "apexapi-mcp"],
      "env": { "APEXAPI_API_KEY": "ak-..." }
    }
  }
}

Claude Code: claude mcp add apexapi -e APEXAPI_API_KEY=ak-... -- npx -y apexapi-mcp

Remote (Streamable HTTP)

Endpoint: https://api.apexapi.dev/mcp with header Authorization: Bearer ak-...

Responses use MCP Streamable HTTP framing (SSE) — clients like Claude Code handle this natively; it is not a plain-JSON REST endpoint.

Claude Code: claude mcp add --transport http apexapi https://api.apexapi.dev/mcp --header "Authorization: Bearer ak-..."

Docs

https://apexapi.dev/docs/mcp

Reviews

No reviews yet

Be the first to review this server!

Apexapi MCP Server - Call 120+ AI models and live web context | MCP Marketplace