MCP POI サーバー
ファイル処理とブロックチェーントランザクションの準備のためのモデルコンテキストプロトコルサーバー。このサーバーはClaude Desktopにインストールでき、ファイルを処理してブロックチェーントランザクションの準備を行うツールを提供します。
https://github.com/user-attachments/assets/6b2fbd68-4eca-4130-9594-d6720508e9c8
設定
- このリポジトリをクローンする
- 依存関係をインストールします:
- サーバーを構築します。
環境変数
API_TOKEN
: PoI API認証用のAPIベアラートークン。新しいトークンはMoleculeのDiscordサーバー( https://discord.gg/k4ER7vZcj8 )でリクエストできます。
使用法
サーバーはcreate_proof_of_invention_request
というツールを提供します。このツールはファイルパスを受け付け、ブロックチェーン実行に適した準備済みのトランザクションデータを返します。このデータは、トランザクションの署名と送信が可能なお気に入りのツールで再利用できます。バイナリコンテンツはMCPクライアント(例:Claude Desktop、Cursor)から提供される必要があります。
https://docs.molecule.to/documentation/proof-of-invention-poi/api-access-beta
Claudeデスクトップに追加
他のMCPサーバーとうまく連携します
- https://pypi.org/project/mcp-server-fetch/
- https://www.npmjs.com/package/@mcp-dockmaster/mcp-cryptowallet-evm
完全な Claude デスクトップ構成は次のようになります。
プロンプト
| ドキュメントフォルダ内の「idea.md」ファイルからPOIハッシュを作成します... | Poiハッシュを含むEthトランザクションをベースブロックチェーン上のPOIの宛先アドレスに送信します
ツールスキーマ
入力:
出力:
サーバーの実行
発達
自動再構築による開発の場合:
エラー処理
サーバーには、次の堅牢なエラー処理機能が含まれています。
- 環境変数が見つかりません
- 無効なファイルコンテンツ
- API通信エラー
- 無効な応答形式
安全
- APIトークンは環境変数から読み込まれます
- ファイルの内容は送信前に適切にエンコードされます
- エラーメッセージは情報漏洩を防ぐためにサニタイズされます
- ファイルシステムへのアクセスは不要 - すべてのコンテンツはMCPクライアントによって提供されます
Related MCP Servers
- AsecurityAlicenseAqualityEnables analysis of claims, validation of sources, and detection of manipulation using multiple epistemological frameworks to ensure credible and ethical information.Last updated -315JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to interact with and analyze your Lighthouse.one crypto portfolio data through secure authentication.Last updated -111JavaScript
- AsecurityAlicenseAqualityProvide the latest cryptocurrency news to AI agents.Last updated -121PythonMIT License
gotoHuman MCPofficial
AsecurityAlicenseAqualityAdd human approval steps to your AI agents and automations with gotoHuman.Last updated -310118JavaScriptMIT License