Loading MCP server directory, please wait...
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
npx @getmcp/cli add io.github.ZachDreamZ/agent-api-gatewayRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENT_API_KEYAgent API Gateway API key from the dashboard (sk-...)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZachDreamZ/agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "",
"API_BASE_URL": "https://agentapigw.dpdns.org/v1"
}
}
}
}Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Fetch and process content from specified URLs using the Oxylabs Web Scraper API.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…