Agent API Gateway for Cline
io.github.zachdreamz/agent-api-gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
client:Cline
transport:stdio
runtime:npm
Install Agent API Gateway in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<AGENT_API_KEY>",
"API_BASE_URL": "<API_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs