External Transmission
Medium
- Category
- Data Exfiltration
- Content
If your host speaks MCP, you can use ApexApi as an MCP server instead of raw HTTP — same key, same balance: - **Local (stdio):** `npx -y apexapi-mcp` with env `APEXAPI_API_KEY=ak-…` - **Remote (HTTP):** `https://api.apexapi.dev/mcp` with header `Authorization: Bearer ak-…` - Claude Code: `claude mcp add apexapi -e APEXAPI_API_KEY=ak-… -- npx -y apexapi-mcp` Tools cover models, chat, images, video, scrape/crawl/extract. Docs: https://apexapi.dev/docs/mcp
- Confidence
- 67% confidence
- Finding
- The MCP section instructs users to run a remote or package-fetched integration (`npx -y apexapi-mcp`) with a live API key in environment variables, creating a supply-chain and credential-exposure risk if the package or execution environment is compromised. Because MCP servers can expose powerful tools and web access, a compromised package or remote endpoint could misuse the bearer token and act on the account without additional user approval.
