StableOps Agent Payments MCP Server
OfficialStableOps Agent Payments MCP サーバー
エージェントが StableOps Agent Payments を設定・実行できるようにする stdio Model Context Protocol (MCP) サーバーです。秘密鍵、シードフレーズ、KMS 認証情報、承認権限はユーザーが管理したままにできます。
インストールと実行
Node.js 20 以降が必要です。
セットアップ時には管理キーのみを指定します。
STABLEOPS_API_KEY=sk_sandbox_... \
STABLEOPS_AP_ENABLE_MANAGEMENT_WRITES=true \
STABLEOPS_AGENT_KEY_OUTPUT_FILE=/protected/absolute/path/stableops-agent-key \
npx -y -p @stableops/agent-payments-mcp-server@0.2.0 stableops-agent-payments-mcp管理モードはデフォルトで読み取り専用です。変更を伴うツールは STABLEOPS_AP_ENABLE_MANAGEMENT_WRITES=true の場合にのみ登録されます。管理プロセスはオープンワールドの探索や支払い実行を公開しません。一度限りの Agent Key シークレットはモデルに返されません。サーバーは発行前に 0600 の宛先を予約し、ストレージに失敗した場合は新しく発行したキーを自動的に失効させます。
ウォレットペアリングツールは、ユーザーが署名する必要がある正確なメッセージのみを返します。秘密鍵、シードフレーズ、KMS 認証情報を受け入れるツールはありません。ユーザーは自分のウォレットで署名し、署名のみを返します。
日常のランタイム使用では、管理キーを削除し、制限付き Agent Key とユーザー操作のサイナーサイドカーを使用します。
STABLEOPS_AGENT_KEY=ak_sandbox_... \
STABLEOPS_SIDECAR_URL=http://127.0.0.1:8789 \
STABLEOPS_SIDECAR_TOKEN=... \
npx -y -p @stableops/agent-payments-mcp-server@0.2.0 stableops-agent-payments-mcp管理モードとランタイムモードは相互排他的です。STABLEOPS_API_KEY と STABLEOPS_AGENT_KEY の両方が設定されている場合、サーバーは起動を拒否します。ランタイムモードでは、探索、予算、プレビュー、制御付き購入、支払い調整ツールのみが公開され、ポリシーを変更したり、自身の支払いを承認することはできません。
Related MCP server: BotWallet MCP Server
セキュリティモデル
サーバーはウォレットの秘密鍵、シードフレーズ、KMS 認証情報を受け入れたり保存したりしません。
ーザーはサーバー外でウォレット所有権の証明に署名する必要があります。
ランタイムの支払いは、ユーザーが操作する制約付きサイナーサイドカーのみを呼び出すことができ、任意の署名ンドポイントを呼び出すことはできません。
不明な発信元、不明な受信者、しきい値を超える支払いには、StableOps での人間による承認が必要です。
新しい購入には毎回安定した
idempotency_keyが必要です。不確実な決済は元の意図と照合する必要があります。すべての購入は、正確な URL、最大見積もり、監査コンテキストにバインドされた
preview_tokenを使用する必要があります。購入ツールは代替 URL を受け入れません。プレビュートークンはプロセスローカルです。MCP 再起動後は、元の正確な URL を再度プレビューし、新しいトークンで再開します。API はインテントに保存された完全な URL ハッシュを検証します。
256 KiB を超える応答は、短期間有効な MCP リソースとして利用できます。すべてのインライン要約は、信頼できない外部コンテンツとしてマークされます。
ドキュメント
完全なガイドは https://stableops.dev/en/docs/agent-payments/quickstart を参照してください。
ライセンス
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.13MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.636203Apache 2.0

PayRam MCP Serverofficial
FlicenseNot gradedqualityCmaintenanceEnables AI agents to deploy and operate a self-hosted, no-signup crypto payment gateway with multi-chain support, card-to-crypto checkout, and MCP tools for payment links and integration snippets.155
@coinbase/payments-mcpofficial
AlicenseNot gradedqualityDmaintenanceCombines wallets, onramps, and payments via x402 to enable AI agents to autonomously discover and pay for services without API keys or complex setup.6957Apache 2.0
Related MCP Connectors
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/StableOps/stableops-agent-payments-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server