Agent API Gateway
Rank #32,435io.github.ZachDreamZ/agent-api-gateway
Extract structured web data (product, article, company) for AI agents via Agent API Gateway
Agent API Gateway is a Model Context Protocol (MCP) server published by ZachDreamZ. It ranks #32,435 of 115,591 servers tracked on MCP Toplist. Agent API Gateway is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 24, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 83,156 of 115,591 servers on MCP Toplist.
Use Agent API Gateway
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agent-api-gateway -e "AGENT_API_KEY=<your AGENT_API_KEY>" -e "API_BASE_URL=<your API_BASE_URL>" -- npx -y agent-api-gateway-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent-api-gateway]
command = "npx"
args = ["-y", "agent-api-gateway-mcp"]
[mcp_servers.agent-api-gateway.env]
AGENT_API_KEY = "<your AGENT_API_KEY>"
API_BASE_URL = "<your API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<your AGENT_API_KEY>",
"API_BASE_URL": "<your API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<your AGENT_API_KEY>",
"API_BASE_URL": "<your API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-api-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<your AGENT_API_KEY>",
"API_BASE_URL": "<your API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<your AGENT_API_KEY>",
"API_BASE_URL": "<your API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-api-gateway": {
"command": "npx",
"args": [
"-y",
"agent-api-gateway-mcp"
],
"env": {
"AGENT_API_KEY": "<your AGENT_API_KEY>",
"API_BASE_URL": "<your API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ZachDreamZ%2Fagent-api-gateway)<a href="https://mcptoplist.com/server/io.github.ZachDreamZ%2Fagent-api-gateway"><img src="https://mcptoplist.com/badge/io.github.ZachDreamZ%2Fagent-api-gateway.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ZachDreamZ
Other servers by ZachDreamZ
View all ZachDreamZ servers →Available versions (1)
| Version | Published |
|---|---|
| 1.3.2 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Agent API Gateway?
- Agent API Gateway is maintained by ZachDreamZ, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Agent API Gateway listed on the Official MCP Registry?
- Yes — Agent API Gateway is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agent API Gateway have?
- MCP Toplist tracks 1 version of Agent API Gateway, most recently published on Jul 24, 2026.
- Where can I find the source code for Agent API Gateway?
- The source code for Agent API Gateway is hosted at github.com/ZachDreamZ/agent-api-gateway-mcp.