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 Wallet

srotzin/hive-mcp-wallet
HTTPregistry active
Summary

Lets Claude provision DID-based wallets and move real USDC on Base, with every transfer producing a cryptographically signed HiveDNA receipt. The receipts bundle three proof types (SHOD, spectral-ZK, CTEF chain) and can be verified offline without trusting the operator. You get five tools: provision a wallet, transfer funds, verify individual receipts, walk a DID's full chain, and check system info. Runs over streamable-HTTP with no API keys required. Reach for this when you need an agent to hold and move money directly, not just initiate transactions for a human to approve, and you want tamper-evident audit trails that survive outside the platform.

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 →

hive-mcp-wallet

The first wallet where the agent IS the account holder.

Public MCP server for HiveWallet — the agent-native wallet primitive in the Hive Civilization stack. Tools provision DID-as-holder wallets, transfer USDC, mint HiveDNA 3-proof receipts (SHOD + spectral-ZK + CTEF, Ed25519-signed), and verify receipts or whole chains offline. Real rails — USDC on Base — no mocks.

  • Endpoint: https://hive-mcp-wallet.onrender.com/mcp
  • Transport: Streamable-HTTP (MCP 2024-11-05)
  • Backend: hive-wallet.onrender.com → hivebank.onrender.com
  • Treasury: 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E

Tools

ToolDescription
wallet_infoVerifier public key, supported proofs, backend versions. Free.
wallet_provisionCreate a fresh agent-DID wallet. The DID is the account holder.
wallet_transferMove USDC between DIDs, mint a HiveDNA 3-proof receipt.
wallet_verifyPublic verify of a receipt — Ed25519 sig + body hash + CTEF recompute.
wallet_chainWalk a DID's full receipt chain, return signed integrity statement.

Why HiveDNA receipts

The receipt is a separate, signed artifact (not just a transaction log entry):

  • SHOD — Sovereign Holographic Object Descriptor layers; rejection layers cannot mint receipts
  • Spectral-ZK — verified zero-knowledge ticket scoped to the epoch
  • CTEF chain — content-addressed, race-safe append; chain root walks deterministically
  • Ed25519 signed canonical body with verify_url published in the response
  • Score 0-1000 — deterministic from proofs, regime, chain depth

Public key travels with the receipt. A regulator with the receipt and the published key can verify offline without trusting the operator.

Endpoints behind the tools

ToolBackend route
wallet_infoGET /info (https://hive-wallet.onrender.com)
wallet_provisionPOST /provision
wallet_transferPOST /transfer
wallet_verifyGET /verify/:receipt_id (no auth, public)
wallet_chainGET /chain/:did (no auth, public)

Connect

Claude Desktop

{
  "mcpServers": {
    "hive-wallet": {
      "transport": "streamable-http",
      "url": "https://hive-mcp-wallet.onrender.com/mcp"
    }
  }
}

Inspector / curl

curl -s -X POST https://hive-mcp-wallet.onrender.com/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Run locally

npm install
PORT=3000 node server.js

Configuration

EnvDefault
PORT3000
HIVE_WALLET_URLhttps://hive-wallet.onrender.com
HIVEBANK_URLhttps://hivebank.onrender.com

License

MIT


Agent-Callable

This MCP server is fully agent-callable — no accounts, no API keys, no human approval required.

PropertyValue
Discovery URLhttps://hivemorph.onrender.com/.well-known/agent-card.json
MCP endpointhttps://hive-mcp-gateway.onrender.com/mcp (JSON-RPC 2.0 / MCP 2024-11-05)
x402 pricinghttps://hivemorph.onrender.com/v1/x402/pricing
PaymentUSDC on Base 8453 via x402
Treasury0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E
DIDdid:hivemorph:w2loren:0x6b11b1bcaf253c
Hive sitethehiveryiq.com

Sample request

# 1. Get x402 quote (free)
curl -X POST https://hivemorph.onrender.com/v1/x402/quote \
  -H 'Content-Type: application/json' \
  -d '{"agent_did":"did:example:agent","profile":"standard"}'

# 2. Settle USDC on Base 8453 (ERC-681 URI in quote response)

# 3. Call with access token
curl -X POST https://hive-mcp-gateway.onrender.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'X-Hive-Access: <token_from_step_1>' \
  -d '{"jsonrpc":"2.0","method":"tools/list","params":{},"id":1}'
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