← Back to Plugins
MCP Server MCP

Agent API Gateway

github By github 👁 1 views ▲ 0 votes

Extract structured web data (product, article, company) for AI agents via Agent API Gateway

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...