MCP Server
MCP
Agent API Gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "agent-api-gateway-mcp",
"version": "1.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agent API Gateway API key from the dashboard (sk-...)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENT_API_KEY"
},
{
"description": "Optional API base URL override",
"format": "string",
"default": "https://agentapigw.dpdns.org/v1",
"name": "API_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment