mcp-server-skyfire
@0xtotaylor
mcp-server-skyfire について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-server-skyfire?
A Model Context Protocol (MCP) server that interfaces with the Skyfire payment system. It exposes a single tool, make_payment, enabling AI models to initiate payments to Skyfire users through a standardized protocol.
How to use mcp-server-skyfire?
Clone the repository, install dependencies with npm install, then create a .env file in the root directory with your Skyfire API key as SKYFIRE_API_KEY. Build the project with npm run build, then run the server via ./build/index.js or the npm binary mcp-server-skyfire. The server communicates over stdio and accepts the make_payment tool with receiverUsername (string) and amount (string) parameters.
Key features of mcp-server-skyfire
- Exposes one tool:
make_payment - Makes payments to a specified Skyfire user
- Runs over standard input/output (stdio)
- Returns structured JSON responses on success
- Implements error handling for invalid tool names, missing parameters, and payment failures
Use cases of mcp-server-skyfire
- AI models autonomously making payments via the Skyfire system
- Automating micro-payments in AI-driven workflows
- Integrating Skyfire payment capabilities into MCP-compatible clients
FAQ from mcp-server-skyfire
What authentication is required?
A valid Skyfire API key stored in a .env file under the variable SKYFIRE_API_KEY.
What transport does the server use?
The server runs on standard input/output (stdio).
What parameters does the make_payment tool require?
The tool requires receiverUsername (string) and amount (string). The response confirms the payment sent.
What error types are returned?
Invalid tool name returns MethodNotFound, missing or invalid parameters return InvalidParams, and payment processing failures return InternalError.
What are the main dependencies?
Node.js (ES2022 compatible), TypeScript, and the npm packages @modelcontextprotocol/sdk ^1.0.3, @skyfire-xyz/skyfire-sdk ^0.8.5, dotenv ^16.4.7, and zod ^3.24.1.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
コメント