Catalog
Apexapi MCP
Officialby apexapi · TypeScript
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
Topics
aiai-agentsllmmcpmcp-serveropenai-compatibleweb-scraping
README not available yet.
Install
Configuration
Environment variables
APEXAPI_API_KEYrequiredsecretYour ApexApi API key (starts with 'ak-'). Get one at https://apexapi.dev or via agent self-registration per https://apexapi.dev/auth.md
claude_desktop_config.json
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp@0.1.1"
],
"env": {
"APEXAPI_API_KEY": "<YOUR_APEXAPI_API_KEY>"
}
}
}
}