JustHandled Agent Utility Gateway
Rank #10,917io.github.justhandledlabs/agent-gateway
Thirty-two guarded agent utilities and maintained-data lookups over USDC x402.
JustHandled Agent Utility Gateway is a Model Context Protocol (MCP) server published by justhandledlabs. It ranks #10,917 of 132,046 servers tracked on MCP Toplist. JustHandled Agent Utility Gateway is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Aug 1, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 121,129 of 132,046 servers on MCP Toplist.
Use JustHandled Agent Utility Gateway
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agent-gateway -e "JH_EVM_PRIVATE_KEY=<your JH_EVM_PRIVATE_KEY>" -- npx -y @justhandledlabs/agent-clientReplace each placeholder with your own value before saving.
[mcp_servers.agent-gateway]
command = "npx"
args = ["-y", "@justhandledlabs/agent-client"]
[mcp_servers.agent-gateway.env]
JH_EVM_PRIVATE_KEY = "<your JH_EVM_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<your JH_EVM_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<your JH_EVM_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<your JH_EVM_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<your JH_EVM_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<your JH_EVM_PRIVATE_KEY>"
}
}
}
}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.justhandledlabs%2Fagent-gateway)<a href="https://mcptoplist.com/server/io.github.justhandledlabs%2Fagent-gateway"><img src="https://mcptoplist.com/badge/io.github.justhandledlabs%2Fagent-gateway.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
justhandledlabs
Available versions (9)
| Version | Published |
|---|---|
| 0.11.1 | Aug 2, 2026 |
| 0.10.0 | Aug 2, 2026 |
| 0.9.0 | Aug 1, 2026 |
| 0.8.0 | Aug 1, 2026 |
| 0.7.0 | Aug 1, 2026 |
| 0.6.0 | Aug 1, 2026 |
| 0.5.0 | Aug 1, 2026 |
| 0.4.1 | Aug 1, 2026 |
| 0.3.0 | Aug 1, 2026 |
Frequently asked questions
- Who maintains JustHandled Agent Utility Gateway?
- JustHandled Agent Utility Gateway is maintained by justhandledlabs, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is JustHandled Agent Utility Gateway listed on the Official MCP Registry?
- Yes — JustHandled Agent Utility Gateway is listed on the Official MCP Registry, alongside Glama.
- How many versions does JustHandled Agent Utility Gateway have?
- MCP Toplist tracks 9 versions of JustHandled Agent Utility Gateway, most recently published on Aug 2, 2026.
- Where can I find the source code for JustHandled Agent Utility Gateway?
- The source code for JustHandled Agent Utility Gateway is hosted at github.com/justhandledlabs/justhandled-agent-client.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.