MCP Server
MCP
io.github.mountainmystic/hedera-hcs-mcp-server
AI-powered Hedera HCS topic intelligence for agents. Pay per call in HBAR.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "hedera-hcs-mcp-server",
"version": "1.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hedera account ID in format 0.0.XXXXXXX",
"isRequired": true,
"name": "HEDERA_ACCOUNT_ID"
},
{
"description": "Hedera account private key (ECDSA hex format)",
"isRequired": true,
"isSecret": true,
"name": "HEDERA_PRIVATE_KEY"
},
{
"description": "Hedera network: testnet or mainnet",
"isRequired": true,
"name": "HEDERA_NETWORK"
},
{
"description": "OpenAI API key for GPT-4o Mini powered analysis",
"isRequired": true,
"isSecret": true,
"name": "OPENAI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment