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
Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: APEXAPI_API_KEY
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"
}
}
}From the project's GitHub README.
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.
chat, list_models, get_balance, scrape_page, crawl_site, extract_structured, check_job, generate_image, generate_speech
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
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-..."
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.