CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

QnEvt Verifiable Randomness MCP

nanakabu/qnevt
authHTTPregistry active
Summary

Connects Claude to QnEvt's verifiable randomness API for security and audit workflows where you need proof that a random decision actually happened the way you claimed. Exposes operations for generating secrets with local-only storage plus hash commitments, sampling datasets with reproducible evidence, and running fair selections where participants can verify the entropy source and algorithm later. The MCP interface returns proof URLs instead of bare random output, so agents can make random decisions that third parties can check against published JSON records. Reach for this when randomness touches compliance, fairness requirements, or any process where "trust me, it was random" won't survive an audit.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Registryactive
TransportHTTP
AuthRequired
UpdatedJun 6, 2026
View on GitHub

QnEvt

QnEvt is the public documentation home for a verifiable randomness and proof system.

The project exists for one practical reason: when randomness affects a security-sensitive, auditable, or fairness-sensitive workflow, the process should leave behind evidence that can be checked later. QnEvt focuses on proof records, deterministic verification, public API contracts, security boundaries, and integration guidance.

中文文档见 README_ZH.md.

Repository Role

This repository is the project-level documentation and protocol repository. It is not the place for production server source, private deployment configuration, or hardware firmware internals.

Published here:

  • project overview and repository map
  • proof schema and verification rules
  • public Web/API contract
  • security notes and threat model
  • architecture and roadmap documentation

Published elsewhere:

  • Hardware-facing public client and node protocol: NanaKabu/QnEvt-entropy. Its current public client is Windows/Avalonia, but the protocol is intended to be platform-independent.

Intentionally private:

  • production server implementation
  • admin backend implementation
  • deployment secrets and environment configuration
  • production databases, logs, uploads, and generated artifacts
  • private hardware design files and firmware internals

What QnEvt Provides

  • Verifiable proof records: portable JSON records commit to inputs, entropy material, deterministic algorithms, and result hashes.
  • Secret generation evidence: generated secrets stay local; proof metadata and output hashes can be checked.
  • Audit sampling evidence: datasets can be committed by hash so third parties can reproduce a sample when authorized.
  • Fair random selection evidence: participant lists, winner counts, entropy batches, and result hashes can be independently verified.
  • Agent-ready randomness contract: AI agents can call QnEvt-compatible APIs and return proof URLs instead of inventing unverifiable randomness.

Documentation

Start here:

  • Documentation index
  • Project map
  • Architecture
  • Glossary
  • Proof schema
  • Verification guide
  • API reference
  • Security notes
  • Threat model
  • Roadmap
  • Licensing

Verification Model

QnEvt does not ask users to trust hidden randomness blindly. A proof should preserve enough information for later checking:

  1. Commit to the input or generation parameters with a hash.
  2. Identify the entropy source or entropy batch.
  3. Declare the deterministic algorithm.
  4. Commit to the final result with a hash.
  5. Optionally bind proof materials with client, server, or node signatures.

Raw secrets and private datasets should remain local unless the user intentionally publishes them.

License

QnEvt public documentation, schemas, and API contracts in this repository are released under the Apache License 2.0. See LICENSE and Licensing.