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)
- Host: GitHub
- URL: https://github.com/husqvaluna/symbol-blockchain-mcp-server
- Owner: husqvaluna
- Created: 2025-03-22T13:35:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T05:29:13.000Z (6 months ago)
- Last Synced: 2025-04-14T06:31:22.871Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
}
}
```