MCP.so
ログイン

Symbol Blockchain MCP Server (REST API tools)

@husqvaluna

Symbol Blockchain MCP Server (REST API tools) について

Symbol Blockchain MCP Server. (REST API tools)

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

husqvaluna

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "symbol": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/your/mcp/symbol-mcp-server/src/index.ts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Symbol Blockchain MCP Server (REST API tools)?

A server that enables the use of the Symbol blockchain's REST API as MCP (Model Context Protocol) tools.

How to use Symbol Blockchain MCP Server (REST API tools)?

Configure the server in your MCP client settings as shown in the example JSON, using npx with tsx to run the src/index.ts file.

Key features of Symbol Blockchain MCP Server (REST API tools)

  • Exposes Symbol blockchain REST API endpoints as MCP tools.

Use cases of Symbol Blockchain MCP Server (REST API tools)

FAQ from Symbol Blockchain MCP Server (REST API tools)

What does the server do?

It makes Symbol blockchain REST API endpoints available as MCP tools for AI assistants to interact with the blockchain.

What are the requirements to run it?

Requires Node.js, npm (with npx), and the tsx package to run the TypeScript source file.

コメント

「開発者ツール」の他のコンテンツ