RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.mountainmystic/hedera-hcs-mcp-server · v1.0.1
AI-powered Hedera HCS topic intelligence for agents. Pay per call in HBAR.
hedera-hcs-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hedera-hcs-mcp-server": {
"command": "npx",
"args": [
"-y",
"hedera-hcs-mcp-server"
],
"env": {
"HEDERA_ACCOUNT_ID": "<HEDERA_ACCOUNT_ID>",
"HEDERA_PRIVATE_KEY": "<HEDERA_PRIVATE_KEY>",
"HEDERA_NETWORK": "<HEDERA_NETWORK>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}HEDERA_ACCOUNT_ID必填Hedera account ID in format 0.0.XXXXXXX
HEDERA_PRIVATE_KEY必填secretHedera account private key (ECDSA hex format)
HEDERA_NETWORK必填Hedera network: testnet or mainnet
OPENAI_API_KEY必填secretOpenAI API key for GPT-4o Mini powered analysis
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.mountainmystic/hedera-hcs-mcp-server",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "hedera-hcs-mcp-server",
"description": "AI-powered Hedera HCS topic intelligence for agents. Pay per call in HBAR.",
"repository": {
"url": "https://github.com/mountainmystic/hedera-hcs-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "hedera-hcs-mcp-server",
"version": "1.0.1",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "HEDERA_ACCOUNT_ID",
"description": "Hedera account ID in format 0.0.XXXXXXX",
"isRequired": true
},
{
"name": "HEDERA_PRIVATE_KEY",
"description": "Hedera account private key (ECDSA hex format)",
"isRequired": true,
"isSecret": true
},
{
"name": "HEDERA_NETWORK",
"description": "Hedera network: testnet or mainnet",
"isRequired": true
},
{
"name": "OPENAI_API_KEY",
"description": "OpenAI API key for GPT-4o Mini powered analysis",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mountainmystic/hedera-hcs-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mountainmystic%2Fhedera-hcs-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}