Back to Browse

Agent Api Gateway MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.8
Moderate6.8Moderate Risk

This MCP server is well-structured with proper authentication, secure credential handling, and appropriate input validation. The server requires an API key for sensitive operations and implements secret redaction in error messages. Permissions match the stated purpose of extracting structured data from public URLs via an external API gateway. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

6 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Agent API Gateway API key from the dashboard (sk-...)Required

Environment variable: AGENT_API_KEY

Optional API base URL overrideOptional

Environment variable: API_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zachdreamz-agent-api-gateway": {
      "env": {
        "API_BASE_URL": "your-api-base-url-here",
        "AGENT_API_KEY": "your-agent-api-key-here"
      },
      "args": [
        "-y",
        "agent-api-gateway-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

agent-api-gateway-mcp

Registry name: io.github.ZachDreamZ/agent-api-gateway

Published on npm as agent-api-gateway-mcp and registered with the official MCP Registry (registry.modelcontextprotocol.io).

MCP server for Agent API Gateway — extract structured JSON from public URLs for AI agents.

Install

npm i -g agent-api-gateway-mcp
# or run without install
npx -y agent-api-gateway-mcp

Claude Desktop / Cursor config

{
  "mcpServers": {
    "agent-api-gateway": {
      "command": "npx",
      "args": ["-y", "agent-api-gateway-mcp"],
      "env": {
        "AGENT_API_KEY": "sk-your-api-key",
        "API_BASE_URL": "https://agentapigw.dpdns.org/v1"
      }
    }
  }
}

Get an API key at https://agentapigw.dpdns.org/dashboard/api-keys

Tools

ToolDescription
extractExtract with schema product | article | company
extract_productProduct fields
extract_articleArticle fields
extract_companyCompany fields
list_schemasSchema catalog
get_usageCredits / tier

Env

  • AGENT_API_KEY (required) — API key from dashboard
  • API_BASE_URL (optional) — defaults to https://agentapigw.dpdns.org/v1

License

MIT

Reviews

No reviews yet

Be the first to review this server!