Agent-native post-quantum blockchain. 11 tools: send, balance, quantum oracle metrics. Flat fee.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qtcl": {
"url": "https://qtcl-blockchain.koyeb.app/mcp/sse",
"name": "qtcl",
"type": "url"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The first post-quantum blockchain with a native Model Context Protocol server.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.shemshallah/qtcl-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The first post-quantum blockchain with a native Model Context Protocol server.
Connect any MCP-compatible agent to the QTCL blockchain in seconds — no SDKs, no wallet extensions, no gas estimation. One URL. 11 tools. Flat fees.
https://qtcl-blockchain.koyeb.app/mcp/sse
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"qtcl": {
"type": "url",
"url": "https://qtcl-blockchain.koyeb.app/mcp/sse",
"name": "qtcl"
}
}
}
Restart Claude Desktop. You'll see a 🔨 Tools indicator when connected.
Settings → Integrations → Add Integration
URL: https://qtcl-blockchain.koyeb.app/mcp/sse
.cursor/mcp.json:
{
"mcpServers": {
"qtcl": {
"type": "sse",
"url": "https://qtcl-blockchain.koyeb.app/mcp/sse"
}
}
}
{
"type": "url",
"url": "https://qtcl-blockchain.koyeb.app/mcp/sse",
"name": "qtcl"
}
curl -X POST https://qtcl-blockchain.koyeb.app/rpc \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"qtcl_getBlockHeight","params":[],"id":1}'
| Tool | Category | Description |
|---|---|---|
qtcl_create_wallet | Wallet | Generate a new post-quantum wallet address + keypair |
qtcl_get_balance | Wallet | Check confirmed + pending balance for any address |
qtcl_send_transaction | Wallet | Send QTCL with flat 1-qsat fee. Supports 256-char memo |
qtcl_get_transaction | Chain | Look up any transaction by hash |
qtcl_get_chain_info | Chain | Block height, mempool depth, oracle consensus status |
qtcl_get_block | Chain | Block by height or hash with quantum coherence metrics |
qtcl_get_recent_transactions | Chain | Last 50 txs, filterable by address |
qtcl_get_quantum_metrics | Quantum | Live W-state fidelity, entanglement witness, lattice coherence |
qtcl_get_oracle_registry | Quantum | 5 Byzantine consensus oracles — stake, uptime, heartbeat |
qtcl_get_peers | Network | Active P2P peers and topology data |
qtcl_get_price | Price | Live QTCL/USD from Pyth Network oracle feed |
Flat 1-qsat fee — No gas estimation, no auctions, no MEV. Agents budget deterministically.
Fast settlement — ~18 second blocks. Submit → hash returned immediately. 1 confirmation = finality.
Post-quantum security — HypΓ cryptography (Schnorr-Γ over PSL(2,R)). Transactions are unforgeable even by quantum computers. No migration timeline to worry about.
Machine-native API — Pure JSON-RPC. One HTTP POST to transact. No Web3 libraries, no ABI encoding.
Memo field — Every transaction carries 256 chars for invoice IDs, service references, or structured agent-to-agent coordination data.
No approval pattern — No ERC-20 approve/transferFrom. Direct transfers. One call, one transaction.
| Parameter | Value |
|---|---|
| Native unit | QTCL |
| Base unit | qsat (1 QTCL = 100 qsat) |
| Fee per operation | 1 qsat (flat) |
| Block time | ~18 seconds |
| Total supply | 998,380 QTCL |
| Block reward | 8.0 QTCL |
| Fee burn rate | 70% |
| Property | Value |
|---|---|
| Transport | S |