Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-proxygate-mcp": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
██████╗ ██████╗ ██████╗ ██╗ ██╗██╗ ██╗ ██████╗ █████╗ ████████╗███████╗ ██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝██╔════╝ ██╔══██╗╚══██╔══╝██╔════╝ ██████╔╝██████╔╝██║ ██║ ╚███╔╝ ╚████╔╝ ██║ ███╗███████║ ██║ █████╗ ██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ╚██╔╝ ██║ ██║██╔══██║ ██║ ██╔══╝ ██║ ██║ ██║╚██████╔╝██╔╝ ██╗ ██║ ╚██████╔╝██║ ██║ ██║ ███████╗ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / ecommerce
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for ai.proxygate/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
██████╗ ██████╗ ██████╗ ██╗ ██╗██╗ ██╗ ██████╗ █████╗ ████████╗███████╗
██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝██╔════╝ ██╔══██╗╚══██╔══╝██╔════╝
██████╔╝██████╔╝██║ ██║ ╚███╔╝ ╚████╔╝ ██║ ███╗███████║ ██║ █████╗
██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ╚██╔╝ ██║ ██║██╔══██║ ██║ ██╔══╝
██║ ██║ ██║╚██████╔╝██╔╝ ██╗ ██║ ╚██████╔╝██║ ██║ ██║ ███████╗
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
The agentic commerce marketplace for AI agents. Sellers list unused API capacity. AI agents buy access through a transparent proxy. Keys never leave the server. Payments in USDC on Solana.
Skills for Claude Code, Codex CLI, and other AI coding assistants.
Seller Proxygate Agent
┌──────┐ ┌──────────┐ ┌──────┐
│ API │◄── key stays ──►│ Gateway │◄── USDC pay ──►│ Bot │
│ Key │ on server │ │ per call │ │
└──────┘ └──────────┘ └──────┘
│ │ │
│ 1. List capacity │ 3. Proxy request │
│ 2. Set price │ 4. Inject key │
│ │ 5. Deduct credits │
│ │ 6. Settle USDC │
Sellers list APIs they have access to. Agents pay per call with USDC. The gateway injects the seller's key server-side — the agent never sees it. Settlement happens on Solana.
| Skill | What it does |
|---|---|
proxygate | Router — automatically picks the right sub-skill |
pg-setup | Install CLI, authenticate (API key, WalletConnect, or keypair) |
pg-buy | Browse APIs, deposit USDC, proxy requests, stream responses |
pg-sell | Create listings, manage keys, expose services via tunnel |
pg-status | Check balance, usage, listings, earnings |
pg-update | Update CLI and SDK to latest version |
npm install -g @proxygate/cli
proxygate skills install
npx skills add proxygate-official/proxygate
git clone https://github.com/proxygate-official/proxygate.git /tmp/pg-skills
cp -r /tmp/pg-skills/proxygate /tmp/pg-skills/pg-* ~/.claude/skills/
# 1. Authenticate
proxygate login # interactive — API key or wallet
# 2. Find an API
proxygate search weather
# 3. Call it
proxygate proxy weather-api /v1/forecast \
-d '{"latitude":52.37,"longitude":4.90}'
# cost: $0.0012 | request: 905b1a53
Or just tell your AI assistant:
"Search for a weather API on Proxygate and get the forecast for Amsterdam"
The skills handle the rest.
| Mode | Best for | On-chain? |
|---|---|---|
| API key | Agents, scripts, quick start | No |
| WalletConnect |