streamable-httpupdated 2mo ago
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.
このリポジトリは所有者によってアーカイブされました。動作はしますが、更新はされません。
Proxygate で何ができる?
██████╗ ██████╗ ██████╗ ██╗ ██╗██╗ ██╗ ██████╗ █████╗ ████████╗███████╗
██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝██╔════╝ ██╔══██╗╚══██╔══╝██╔════╝
██████╔╝██████╔╝██║ ██║ ╚███╔╝ ╚████╔╝ ██║ ███╗███████║ ██║ █████╗
██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ╚██╔╝ ██║ ██║██╔══██║ ██║ ██╔══╝
██║ ██║ ██║╚██████╔╝██╔╝ ██╗ ██║ ╚██████╔╝██║ ██║ ██║ ███████╗
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
Proxygate Agent Skills
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.
How it works
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.
Skills
| 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 |
Install
Via CLI (recommended)
npm install -g @proxygate/cli
proxygate skills install
Via Skills CLI
npx skills add proxygate-official/proxygate
Manual
git clone https://github.com/proxygate-official/proxygate.git /tmp/pg-skills
cp -r /tmp/pg-skills/proxygate /tmp/pg-skills/pg-* ~/.claude/skills/
Quick start
# 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.
Auth modes
| Mode | Best for | On-chain? |
|---|---|---|
| API key | Agents, scripts, quick start | No |
| WalletConnect | Mobile wallet users (Phantom, Solflare) | No |
| Keypair | Full access — deposit, withdraw, settle | Yes |
Start with an API key — no wallet needed. Get one at app.proxygate.ai/wallets.
Links
| Website | proxygate.ai |
| Dashboard | app.proxygate.ai |
| API docs | gateway.proxygate.ai/docs |
| CLI | @proxygate/cli |
| SDK | @proxygate/sdk |
| @proxygateai |
License
MIT
インストール
Proxygate をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http proxygate https://gateway.proxygate.ai/mcpcodex mcp add proxygate --url https://gateway.proxygate.ai/mcp{
"mcpServers": {
"proxygate": {
"url": "https://gateway.proxygate.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"proxygate": {
"type": "http",
"url": "https://gateway.proxygate.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"proxygate": {
"url": "https://gateway.proxygate.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"proxygate": {
"serverUrl": "https://gateway.proxygate.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント20/25
- メンテナンス11/25
- 信頼性9/20
- 機能0/15
- 導入のしやすさ12/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 70 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年6月25日 |
| 1.0.0 | 2026年6月25日 |