mcp-gate402
Rank #23,901io.github.pgalyen1987/gate402-mcp
Pay-per-call agent APIs over x402: web scraping, token compression, and semantic cache.
mcp-gate402 is a Model Context Protocol (MCP) server published by pgalyen1987. It ranks #23,901 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-gate402 is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 91,690 of 115,591 servers on MCP Toplist.
Use mcp-gate402
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gate402-mcp -e "GATE402_API_KEY=<your GATE402_API_KEY>" -e "GATE402_BASE_URL=<your GATE402_BASE_URL>" -- npx -y gate402-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gate402-mcp]
command = "npx"
args = ["-y", "gate402-mcp"]
[mcp_servers.gate402-mcp.env]
GATE402_API_KEY = "<your GATE402_API_KEY>"
GATE402_BASE_URL = "<your GATE402_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<your GATE402_API_KEY>",
"GATE402_BASE_URL": "<your GATE402_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<your GATE402_API_KEY>",
"GATE402_BASE_URL": "<your GATE402_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gate402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<your GATE402_API_KEY>",
"GATE402_BASE_URL": "<your GATE402_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<your GATE402_API_KEY>",
"GATE402_BASE_URL": "<your GATE402_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate402-mcp": {
"command": "npx",
"args": [
"-y",
"gate402-mcp"
],
"env": {
"GATE402_API_KEY": "<your GATE402_API_KEY>",
"GATE402_BASE_URL": "<your GATE402_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.pgalyen1987%2Fgate402-mcp)<a href="https://mcptoplist.com/server/io.github.pgalyen1987%2Fgate402-mcp"><img src="https://mcptoplist.com/badge/io.github.pgalyen1987%2Fgate402-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pgalyen1987
Other servers by pgalyen1987
View all pgalyen1987 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains mcp-gate402?
- mcp-gate402 is maintained by pgalyen1987, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is mcp-gate402 listed on the Official MCP Registry?
- Yes — mcp-gate402 is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-gate402 have?
- MCP Toplist tracks 1 version of mcp-gate402, most recently published on Jun 30, 2026.
- Where can I find the source code for mcp-gate402?
- The source code for mcp-gate402 is hosted at github.com/pgalyen1987/gate402-mcp.