Skip to main content
ClaudeWave
ZachDreamZ avatar
ZachDreamZ

agent-api-gateway-mcp

View on GitHub

MCP server for Agent API Gateway — extract structured web data for AI agents

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · agent-api-gateway-mcp
Claude Code CLI
claude mcp add agent-api-gateway-mcp -- npx -y agent-api-gateway-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-api-gateway-mcp": {
      "command": "npx",
      "args": ["-y", "agent-api-gateway-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# 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](https://agentapigw.dpdns.org) — extract structured JSON from public URLs for AI agents.

## Install

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

## Claude Desktop / Cursor config

```json
{
  "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` | 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 |

## Env

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

## License

MIT
ai-agentsmcpmodel-context-protocolstructured-dataweb-scraping

What people ask about agent-api-gateway-mcp

What is ZachDreamZ/agent-api-gateway-mcp?

+

ZachDreamZ/agent-api-gateway-mcp is mcp servers for the Claude AI ecosystem. MCP server for Agent API Gateway — extract structured web data for AI agents It has 0 GitHub stars and was last updated today.

How do I install agent-api-gateway-mcp?

+

You can install agent-api-gateway-mcp by cloning the repository (https://github.com/ZachDreamZ/agent-api-gateway-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ZachDreamZ/agent-api-gateway-mcp safe to use?

+

ZachDreamZ/agent-api-gateway-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ZachDreamZ/agent-api-gateway-mcp?

+

ZachDreamZ/agent-api-gateway-mcp is maintained by ZachDreamZ. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to agent-api-gateway-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agent-api-gateway-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ZachDreamZ/agent-api-gateway-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zachdreamz-agent-api-gateway-mcp)](https://claudewave.com/repo/zachdreamz-agent-api-gateway-mcp)
<a href="https://claudewave.com/repo/zachdreamz-agent-api-gateway-mcp"><img src="https://claudewave.com/api/badge/zachdreamz-agent-api-gateway-mcp" alt="Featured on ClaudeWave: ZachDreamZ/agent-api-gateway-mcp" width="320" height="64" /></a>

More MCP Servers

agent-api-gateway-mcp alternatives