MCP.so
Sign In

Symbol Blockchain MCP Server (REST API tools)

@husqvaluna

About Symbol Blockchain MCP Server (REST API tools)

Symbol Blockchain MCP Server. (REST API tools)

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

husqvaluna

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Developer Tools MCP servers