npm agent-api-gateway-mcpstdioMITupdated 1mo ago
Registry name: io.github.ZachDreamZ/agent-api-gateway
What can you do with Agent API Gateway?
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
| 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 dashboardAPI_BASE_URL(optional) — defaults tohttps://agentapigw.dpdns.org/v1
License
MIT
Install
Add Agent API Gateway to your client. Pick the one you use.
claude mcp add agent-api-gateway-mcp -- npx -y agent-api-gateway-mcpcodex mcp add agent-api-gateway-mcp -- npx -y agent-api-gateway-mcpamp mcp add agent-api-gateway-mcp -- npx -y agent-api-gateway-mcp{
"mcpServers": {
"agent-api-gateway-mcp": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agent-api-gateway-mcp": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"agent-api-gateway-mcp","command":"npx","args":["-y","agent-api-gateway-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"agent-api-gateway-mcp": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"agent-api-gateway-mcp": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"agent-api-gateway-mcp": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"agent-api-gateway-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"agent-api-gateway-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y agent-api-gateway-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 tools
Agent API Gateway exposes 5 tools to a connected agent.
- extract_product
- Product fields
- extract_article
- Article fields
- extract_company
- Company fields
- list_schemas
- Schema catalog
- get_usage
- Credits / tier
Score
66 / 100
Good
- Documentation19/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.3.2Latest | Jul 24, 2026 |