Sign In

agent-api-gateway-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-api-gateway-mcp

MCP server for Agent API Gateway - extract structured web data (product, article, company) for AI agents

latest
Source
npmnpm
Version
1.3.2
Version published
Weekly downloads
57
16.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts