npm apexapi-mcpstdioMITupdated 2mo ago
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.
What can you do with apexapi mcp?
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
Install
Add apexapi mcp to your client. Pick the one you use.
claude mcp add apexapi-mcp -- npx -y apexapi-mcpcodex mcp add apexapi-mcp -- npx -y apexapi-mcpamp mcp add apexapi-mcp -- npx -y apexapi-mcp{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"apexapi-mcp","command":"npx","args":["-y","apexapi-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"apexapi-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"apexapi-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"apexapi-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y apexapi-mcpRun `goose configure`, choose **Add Extension β Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 56 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jul 6, 2026 |