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 Compute

srotzin/hive-mcp-compute
HTTPregistry active
Summary

Routes AI inference calls through a decentralized network with per-token USDC billing on Base L2. Exposes OpenAI-compatible chat completions, embeddings, and model listings over MCP, letting Claude or any MCP client access compute without API keys or accounts. Set model to "auto" and Hive picks the cheapest provider that fits your request. Payment happens via x402 micropayment tokens you get from a quote endpoint, then every call settles on-chain in real USDC. Reach for this when you want Claude to orchestrate LLM calls across providers with cryptographic payment rails baked in, or when you're building agent-to-agent workflows that need programmatic billing without human approvals.

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 →

HiveCompute · OpenAI-Compatible Inference Broker MCP

hive-mcp-compute

OpenAI-compatible inference broker. Pay per token in USDC on Base L2.

Smithery Glama Live Release License

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


HiveCompute

OpenAI-compatible inference broker. Pay per token in USDC on Base L2.

MCP server for HiveCompute — OpenAI-compatible inference router for the Hive agent economy. Chat completions, embeddings, and model listings. Hive routes to the cheapest qualifying model. Billed per token in USDC on Base L2. Real rails.

What this is

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

  • Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
  • x402 micropayments: every paid call produces a real on-chain settlement
  • Rails: USDC on Base L2 — real rails, no mocks
  • Author: Steve Rotzin · Hive Civilization · brand gold #C08D23

Endpoints

PathPurpose
POST /mcpJSON-RPC 2.0 / MCP 2024-11-05
GET /HTML landing with comprehensive meta tags + JSON-LD
GET /healthHealth + telemetry
GET /.well-known/mcp.jsonMCP discovery descriptor
GET /.well-known/security.txtRFC 9116 security contact
GET /robots.txtAllow-all crawl policy
GET /sitemap.xmlCrawler sitemap
GET /og.svg1200×630 Hive-gold OG image
GET /seo.jsonJSON-LD structured data (SoftwareApplication)

License

MIT. © Steve Rotzin / Hive Civilization. Brand gold #C08D23 (Pantone 1245 C). Never #f5c518.

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


Agent-Callable

hive-mcp-compute is fully agent-callable — no accounts, no API keys, no human approval.

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)
PricingPay-per-token in USDC on Base L2
Paymentx402 USDC on Base 8453
Treasury0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E
DIDdid:hivemorph:w2loren:0x6b11b1bcaf253c
Hive sitethehiveryiq.com

Sample request (chat completion via MCP)

// JSON-RPC 2.0 to https://hive-mcp-gateway.onrender.com/mcp
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "hive_compute_chat",
    "arguments": {
      "model": "auto",
      "messages": [{"role": "user", "content": "Hello, Hive!"}],
      "agent_did": "did:example:my-agent",
      "x402_token": "<token_from_quote_flow>"
    }
  },
  "id": 1
}

Get a quote first at POST https://hivemorph.onrender.com/v1/x402/quote, pay USDC on Base 8453, use the access token.

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