Agent API Gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
Open source Open in the app JSON README (API)
About
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- zachdreamz
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.3.2
- Last push
- 2026-07-24T01:59:15Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-29 03:02:21
- Updated
- 2026-08-29 03:02:21
- Origin id
io.github.ZachDreamZ/agent-api-gateway
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](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