CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
shemshallah avatar

Qtcl Mcp Server

shemshallah/qtcl-mcp-server
SSEregistry active
Summary

Connects Claude or any MCP client to a post-quantum blockchain via SSE with 11 JSON-RPC tools for wallet creation, balance checks, sending transactions with flat 1-qsat fees, and querying chain state. Built on HypΓ cryptography (Schnorr signatures over hyperbolic groups) with 18-second finality and a 256-character memo field for agent coordination data. Useful when you need deterministic transaction costs for agent-to-agent payments, quantum-resistant key management, or structured on-chain messaging without gas estimation or approval patterns. Includes live quantum oracle metrics, peer topology data, and price feeds. Single URL, no SDK required.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

QTCL — Quantum Blockchain MCP Server

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

Connect in 30 seconds

Claude Desktop

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.

Claude.ai (Web)

Settings → Integrations → Add Integration
URL: https://qtcl-blockchain.koyeb.app/mcp/sse

Cursor / VS Code

.cursor/mcp.json:

{
  "mcpServers": {
    "qtcl": {
      "type": "sse",
      "url": "https://qtcl-blockchain.koyeb.app/mcp/sse"
    }
  }
}

Any MCP-compatible agent

{
  "type": "url",
  "url": "https://qtcl-blockchain.koyeb.app/mcp/sse",
  "name": "qtcl"
}

Direct JSON-RPC (no MCP required)

curl -X POST https://qtcl-blockchain.koyeb.app/rpc \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"qtcl_getBlockHeight","params":[],"id":1}'

Tools (11 total)

ToolCategoryDescription
qtcl_create_walletWalletGenerate a new post-quantum wallet address + keypair
qtcl_get_balanceWalletCheck confirmed + pending balance for any address
qtcl_send_transactionWalletSend QTCL with flat 1-qsat fee. Supports 256-char memo
qtcl_get_transactionChainLook up any transaction by hash
qtcl_get_chain_infoChainBlock height, mempool depth, oracle consensus status
qtcl_get_blockChainBlock by height or hash with quantum coherence metrics
qtcl_get_recent_transactionsChainLast 50 txs, filterable by address
qtcl_get_quantum_metricsQuantumLive W-state fidelity, entanglement witness, lattice coherence
qtcl_get_oracle_registryQuantum5 Byzantine consensus oracles — stake, uptime, heartbeat
qtcl_get_peersNetworkActive P2P peers and topology data
qtcl_get_pricePriceLive QTCL/USD from Pyth Network oracle feed

Why agents use QTCL

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.


Economics

ParameterValue
Native unitQTCL
Base unitqsat (1 QTCL = 100 qsat)
Fee per operation1 qsat (flat)
Block time~18 seconds
Total supply998,380 QTCL
Block reward8.0 QTCL
Fee burn rate70%

Quantum infrastructure

  • Oracle network: 5-oracle Byzantine consensus (3-of-5 majority voting)
  • W-state: Tripartite entanglement with NPT witness
  • QRNG: 5-source ensemble (ANU, Random.org, QBICK, HotBits, Fourmilab)
  • Tessellation: {8,3} hyperbolic Poincaré disk, depth 5, 10,920 triangles
  • Consensus: Proof of Coherence (PoC) with non-Markovian memory kernel

MCP server details

PropertyValue
TransportSSE (Server-Sent Events)
Protocol versionMCP 2024-11-05
Endpointhttps://qtcl-blockchain.koyeb.app/mcp/sse
Tools11
Auth requiredNone
Health checkhttps://qtcl-blockchain.koyeb.app/mcp/health

Cryptography

PrimitiveSpecification
HashSHA3-256 (NIST FIPS 202)
SignaturesSchnorr-Γ over PSL(2,R) — Fiat-Shamir on hyperbolic Fuchsian group
EncryptionHypAEAD (SHA3-256-CTR + HMAC-SHA3-256)
Key derivationPBKDF2-HMAC-SHA256, 600,000 iterations
Address format64-char hex (SHA3-256 of public key)
Security level~256-bit classical / ~180-bit quantum

Agent use cases

  • Agent-to-agent micropayments for API calls, compute, and data
  • Escrow for multi-agent task coordination (agent A pays agent B on task completion)
  • Autonomous treasury management with deterministic fee budgeting
  • Verifiable payment receipts via transaction hash + memo field
  • Cross-agent accounting with structured memo data
  • Quantum-secured key management for high-value operations
  • Decentralized agent identity anchored to QTCL addresses

Links

  • Explorer: https://qtcl-blockchain.koyeb.app/
  • Wallet UI: https://qtcl-blockchain.koyeb.app/tx
  • Architecture: https://qtcl-blockchain.koyeb.app/hyp
  • Agent docs: https://qtcl-blockchain.koyeb.app/agents
  • Capability JSON: https://qtcl-blockchain.koyeb.app/agents/capability.json
  • MCP health: https://qtcl-blockchain.koyeb.app/mcp/health

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
TransportSSE
UpdatedMay 4, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
shivam-app-developers avatar
Ai Optimizer

shivam-app-developers/ai-optimizer

MCP server that cuts AI coding agent token usage via framework-aware context optimization
shizl918 avatar
Opneclaw

shizl918/opneclaw

AI Agent task ecosystem platform with marketplace and community
shop.theothers avatar
The Others

shop.theothers/theothers

The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents.
sidduhere avatar
AgentPool

sidduhere/agentpool

See each coding-agent subscription's live limits and offload work to one with headroom.
signaliz avatar
Signaliz

signaliz/signaliz-mcp

B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
sipflow avatar
SIPFlow

sipflow/sipflow

Sipflow MCP is a SIP/VoIP/telecom grounding layer and PCAP analyzer: - Hybrid search across a curated VoIP corpus — ~40 vendor stacks, 60+ RFCs, STIR/SHAKEN, ATIS branded-calling specs - Vendor detection from a trace or a config blob (Kamailio, OpenSIPS, FreeSWITCH, Asterisk, SIP.js, JsSIP, ...) - Trace tools — minimize noisy headers, render SIP ladders as Mermaid, lint/diff/parse messages - Config review for Kamailio / OpenSIPS / FreeSWITCH / Asterisk with risk flags - SDP parse + offer/answer compare - STIR/SHAKEN Identity header validation and attestation explainer - E.164 number validation, response-code troubleshooter, DNS NAPTR/SRV + TLS cert diagnostics - One-shot hydration of `sipflow.dev/share/<token>` URLs All tools are read-only. Every result carries a verbatim `source_url` so the agent cites real RFC sections and vendor docs instead of hallucinating directive names or response-code semantics. A skill (`/sip-debugger`) and a file-scoped rule ship with the plugin so the agent reaches for these tools automatically when you're editing SIP material.