Server data from the Official MCP Registry
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AGENT_API_KEY
Environment variable: API_BASE_URL
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"
}
}
}From the project's GitHub README.
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.
npm i -g agent-api-gateway-mcp
# or run without install
npx -y agent-api-gateway-mcp
{
"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
| Tool | Description |
|---|---|
extract | Extract with schema product | article | company |
extract_product | Product fields |
extract_article | Article fields |
extract_company | Company fields |
list_schemas | Schema catalog |
get_usage | Credits / tier |
AGENT_API_KEY (required) — API key from dashboardAPI_BASE_URL (optional) — defaults to https://agentapigw.dpdns.org/v1MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.