An open API service indexing awesome lists of open source software.

https://github.com/husqvaluna/symbol-blockchain-mcp-server

Symbol Blockchain MCP Server. (REST API tools)
https://github.com/husqvaluna/symbol-blockchain-mcp-server

Last synced: 2 months ago
JSON representation

Symbol Blockchain MCP Server. (REST API tools)

Awesome Lists containing this project

README

          

# Symbol Blockchain MCP Server (REST API tools)

The Symbol Blockchain MCP Server is a server that enables the use of the Symbol blockchain's REST API as MCP (Model Context Protocol) tools.

## Usage

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