agent-api-gateway-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-api-gateway-mcpExtract product info from https://example.com/product/xyz"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: Haunt API
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
Tool | Description |
| Extract with schema |
| Product fields |
| Article fields |
| Company fields |
| Schema catalog |
| Credits / tier |
Env
AGENT_API_KEY(required) — API key from dashboardAPI_BASE_URL(optional) — defaults tohttps://agentapigw.dpdns.org/v1
License
MIT
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZachDreamZ/agent-api-gateway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server