CAT
/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

Cross AI Tools

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
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Hive Evaluator

srotzin/hive-mcp-evaluator
29 toolsHTTPregistry active
Summary

A live evaluator service that connects MCP clients to Hive Civilization's job scoring and settlement infrastructure. Exposes four tools: pull the three-tier fee schedule (0.5%, 1.0%, 2.0% with $0.05 floor), submit jobs for evaluation across simple/evaluation/arbitration tiers, check verdict status, and trigger real USDC settlement on Base, Ethereum, or Solana with EIP-3009 attestations. The backend proxies to a production service at hivemorph.onrender.com and settles to the Hive Safe Treasury. Reach for this when you need agent-to-agent evaluation with real on-chain settlement rails, not mocks or testnets. Ships with agent-native discovery and earn rails out of the box.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

29 tools
evaluator__evaluator_get_feesGet the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required.

Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required.

No parameter schema in public metadata yet.

evaluator__evaluator_submit_jobSubmit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee.5 params

Submit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee.

Parameters* required
tierstring
'simple' (0.5%), 'evaluation' (1.0%), or 'arbitration' (2.0%)
contextstring
Free-form context for the evaluator (max 4 KB)
subject_didstring
DID of the agent or output being evaluated
submitter_didstring
DID of the submitting agent
job_value_usdcnumber
Notional job value in USDC
evaluator__evaluator_get_jobRetrieve evaluation status, verdict, and attestation for a previously-submitted job.1 params

Retrieve evaluation status, verdict, and attestation for a previously-submitted job.

Parameters* required
job_idstring
Job ID returned from evaluator_submit_job
evaluator__evaluator_attest_jobTrigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chain selected at submission. Requires EIP-3009 signature for Base/Ethereum.2 params

Trigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chain selected at submission. Requires EIP-3009 signature for Base/Ethereum.

Parameters* required
job_idstring
Job ID returned from evaluator_submit_job
signaturestring
EIP-3009 signature (required for EVM chains)
trade__trade_get_feesGet the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times).

Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times).

No parameter schema in public metadata yet.

trade__trade_get_listingGet the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).

Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).

No parameter schema in public metadata yet.

trade__trade_create_invoiceCreate a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.7 params

Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.

Parameters* required
memostring
Free-form invoice memo (PO number, goods description)
buyer_didstring
DID of the SMB buyer
amount_usdnumber
Invoice amount in USD (max $250,000 for MVP)
settle_chainstring
base, ethereum, or solana
supplier_didstring
DID of the overseas supplier
settle_currencystring
USDT or USDC
supplier_payout_addressstring
Supplier's receiving address on the chosen chain
trade__trade_get_invoiceRetrieve invoice status, settlement transaction hash, and dispute history.1 params

Retrieve invoice status, settlement transaction hash, and dispute history.

Parameters* required
invoice_idstring
Invoice ID returned from trade_create_invoice
trade__trade_dispute_invoiceOpen a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution.4 params

Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution.

Parameters* required
reasonstring
Dispute reason
invoice_idstring
Invoice ID
claimant_didstring
DID of the disputing party (buyer or supplier)
evidence_urlstring
Optional URL to supporting documents
depin__depin_list_providersList DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity. No auth required.2 params

List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity. No auth required.

Parameters* required
regionstring
Filter by region (e.g. us-east, eu-west)
provider_categorystring
storage | compute | gpu | bandwidth | energy | sensor | wireless
depin__depin_create_listingList physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). 22 metadata fields supported. Match fee 0.15%.12 params

List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). 22 metadata fields supported. Match fee 0.15%.

Parameters* required
kindstring
Listing kind (default: depin_provider)
regionstring
Geographic region
vram_gbnumber
VRAM for GPU providers (GB)
agent_idstring
Operator agent ID
gpu_modelstring
GPU model for GPU providers
unit_labelstring
Pricing unit, e.g. 'per TB-month', 'per GPU-hour'
capacity_gbnumber
Capacity for storage providers (GB)
operator_didstring
Operator DID for trust scoring
payout_addressstring
Settlement address
unit_rate_usdcnumber
Price per unit in USDC
throughput_mbpsnumber
Throughput for bandwidth providers (Mbps)
provider_categorystring
storage | compute | gpu | bandwidth | energy | sensor | wireless
depin__depin_get_match_feeGet the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.

Get the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.

No parameter schema in public metadata yet.

compute-grid__computegrid_list_agentsList the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.

List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.

No parameter schema in public metadata yet.

compute-grid__computegrid_get_capacityRead-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry.

Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry.

No parameter schema in public metadata yet.

compute-grid__computegrid_verify_proofSubmit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC.4 params

Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC.

Parameters* required
driverstring
Source driver: ionet | render | akash | aleo | custom
job_idstring
Job ID to verify
submitter_didstring
DID of the submitting agent
claimed_output_hashstring
SHA-256 of claimed output
morph__morph_audit_recentRead recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.1 params

Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.

Parameters* required
limitnumber
Max rows to return (default 50, max 500)
morph__morph_get_identityLook up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.1 params

Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.

Parameters* required
mii_idstring
MII identifier
morph__morph_list_supermodelsList all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The supermodel directory is the canonical lineage for every spawned brood variant.

List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The supermodel directory is the canonical lineage for every spawned brood variant.

No parameter schema in public metadata yet.

morph__morph_get_supermodelFetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary.1 params

Fetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary.

Parameters* required
name_or_idstring
Supermodel name (e.g. MONROE) or id (e.g. W1)
morph__morph_carouselRead the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.

Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.

No parameter schema in public metadata yet.

morph__morph_brood_pending_approvalsList brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is performed via the private hivemorph operator surface.

List brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is performed via the private hivemorph operator surface.

No parameter schema in public metadata yet.

morph__morph_brood_conversionPer-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.

Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.

No parameter schema in public metadata yet.

morph__morph_brood_allList all brood variants across every supermodel. Useful for fleet-wide population scans.

List all brood variants across every supermodel. Useful for fleet-wide population scans.

No parameter schema in public metadata yet.

morph__morph_brood_conversion_leaderboardConversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals.

Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals.

No parameter schema in public metadata yet.

morph__morph_brood_for_supermodelList brood variants for a specific supermodel (e.g. MONROE / W1).1 params

List brood variants for a specific supermodel (e.g. MONROE / W1).

Parameters* required
supermodelstring
Supermodel name or id
morph__morph_spawn_monitor_scanRun the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation. READ-ONLY — does not actually spawn.

Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation. READ-ONLY — does not actually spawn.

No parameter schema in public metadata yet.

morph__morph_money_flavor_probeProbe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, flow class histogram, arb-high count, refused count, non-USDC share.

Probe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, flow class histogram, arb-high count, refused count, non-USDC share.

No parameter schema in public metadata yet.

morph__morph_money_flavor_statsRolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios. Drives the CLEAN-MONEY gate.

Rolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios. Drives the CLEAN-MONEY gate.

No parameter schema in public metadata yet.

morph__morph_auto_cull_scanRun the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation. READ-ONLY — does not actually cull.

Run the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation. READ-ONLY — does not actually cull.

No parameter schema in public metadata yet.

Hive Civilization MCP Gateway · NEED + YIELD + CLEAN-MONEY gates · EIP-3009 attestations

hive-mcp-evaluator

NEED + YIELD + CLEAN-MONEY gates · EIP-3009 attestations

Smithery Glama Live Release License

https://hive-mcp-gateway.onrender.com/evaluator/mcp


HiveEvaluator

ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service for autonomous AI agents

MCP server for the Hive Evaluator platform. Implements ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service: agents submit jobs, the evaluator scores them across 3 tiers (simple / evaluation / arbitration), settles fees in USDC on Base, Ethereum, or Solana, and emits an attestation. Fees: 0.5% / 1.0% / 2.0% with a $0.05 minimum. Real rails. No mock. No simulated settlement.

Council R4 score 42/49


What this is

hive-mcp-evaluator is a Model Context Protocol (MCP) server that exposes the HiveEvaluator platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production backend at https://hivemorph.onrender.com.

  • Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
  • Transport: POST /mcp
  • Discovery: GET /.well-known/mcp.json
  • Health: GET /health
  • Settlement: Real rails. USDC / USDT on Base, Ethereum, Solana. No mock. No simulated.
  • Brand gold: Pantone 1245 C / #C08D23

Tools

ToolDescription
evaluator_get_feesGet the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required.
evaluator_submit_jobSubmit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee.
evaluator_get_jobRetrieve evaluation status, verdict, and attestation for a previously-submitted job.
evaluator_attest_jobTrigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chain selected at submission. Requires EIP-3009 signature for Base/Ethereum.

Backend endpoints

MethodPathPurpose
GET/v1/evaluator/feesLive fee schedule (3 tiers)
POST/v1/evaluator/jobsSubmit a job for evaluation
GET/v1/evaluator/jobs/{id}Get verdict + attestation status
POST/v1/evaluator/jobs/{id}/attestTrigger settlement + emit attestation

Run locally

git clone https://github.com/srotzin/hive-mcp-evaluator.git
cd hive-mcp-evaluator
npm install
npm start
# server up on http://localhost:3000/mcp
curl http://localhost:3000/health
curl http://localhost:3000/.well-known/mcp.json

Connect from an MCP client

Claude Desktop / Cursor / Manus — add to your mcp.json:

{
  "mcpServers": {
    "hive_mcp_evaluator": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://your-deployed-host/mcp"]
    }
  }
}

Hive Civilization

Part of the Hive Civilization — sovereign DID, USDC settlement, HAHS legal contracts, agent-to-agent rails.

Categories: finance, agent-to-agent, evaluation, compliance, web3, defi.

License

MIT (c) Steve Rotzin / Hive Civilization

Agent-native (v1.0.3)

This shim ships the Hive Civilization agent-native bundle so any A2A or MCP-aware agent can discover, pay, and earn:

  • A2A AgentCard — `GET /.well-known/agent.json` (also at `/agent.json`).
  • Open Agent Card (OAC) JSON-LD — embedded inline at `/` and `/agent.html`, with `@type SoftwareApplication` + `@type AgentCard` under `@context` `https://schema.org\` + `https://a2a-protocol.org/v1\`.
  • Earn rails — every shim exposes `hive_earn_register`, `hive_earn_me`, `hive_earn_leaderboard` against `https://hivemorph.onrender.com/v1/earn/*\`. Resilient to upstream cold-start: returns a structured "earn rails not yet live" body if upstream isn't yet deployed.
  • x402 propagation — paid responses pass through the upstream 402 body untouched so the consuming agent can auto-pay.
  • Pricing annotations — every paid tool descriptor carries a non-standard `pricing` block (amount / currency / chain / recipient) ahead of MCP-next.
  • Brand: Hive Civilization gold `#C08D23`. Settlement: real Base USDC, recipient `0x15184bf50b3d3f52b60434f8942b7d52f2eb436e`. No mock, no testnet.

Hive Gamification

This MCP server is part of the Hive Civilization gamification surface (10-mechanic capability taxonomy).

  • Capability taxonomy: https://hive-gamification.onrender.com/.well-known/hive-gamification.json
  • Centrifuge dashboard: https://hive-gamification.onrender.com/.well-known/hive-centrifuge.json
  • Consolidated OpenAPI: https://hive-gamification.onrender.com/.well-known/openapi.json

Surface tags: gamification.spec.v1 · gamification.surface.public · gamification.signal.read-only · gamification.settlement.real-rails

Real rails on Base L2 (USDC 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). Read-only signal layer. Brand gold #C08D23.

Hive Civilization Directory

Part of the Hive Civilization — agent-native financial infrastructure.

  • Endpoint Directory: https://thehiveryiq.com
  • Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard
  • Revenue Dashboard: https://hivemine-dashboard.onrender.com
  • Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp

Brand: #C08D23


About Hive Civilization

This MCP server is part of the Hive Civilization ecosystem — post-quantum-ready receipt infrastructure for agent-to-agent (A2A) commerce.

Each transaction can be receipted with post-quantum receipts using ML-DSA-65 (NIST FIPS 204) dual signatures and ML-KEM-768 (NIST FIPS 203) key encapsulation. Receipts are anchored by Swarm-MAPET 16-axis Byzantine consensus and settled in USDC on Base 8453.

Pricing: per-call profiles from Nano $0.0001 to Swarm $0.0096. See pricing.

Learn more:

  • How agent-to-agent commerce works (A2A / AP2 / MCP primer)
  • Hive platform architecture
  • Developer SDKs (Node, Python, Go)
  • Compliance & EU AI Act alignment
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 4, 2026
View on GitHub