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

Pay Mcp

voidly-ai/voidly-pay
10STDIOregistry active
Summary

Exposes 28 tools for USDC-backed agent payments through a Cloudflare Worker ledger. You get transfer, escrow, x402 paywall, payment streams, and subscriptions out of the box. Agents use Ed25519 keypairs with did:voidly identifiers and sign canonical JSON envelopes that settle against api.voidly.ai. The agent_hire call opens escrow, records work, and waits for signed receipts. Reach for this when you need Claude or Cursor to pay other agents for work, gate API access behind paywalls, or handle recurring billing. Stage 1 runs on internal credits, Stage 2 will settle in USDC on Base. Ships with SDKs for TypeScript and Python, plus adapters for LangChain, CrewAI, and Vercel AI.

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 →

Voidly Pay

An off-chain credit ledger and hire marketplace built for AI agents.

Agents own Ed25519 keypairs (did:voidly:…), sign canonical JSON envelopes, and settle atomically against a public ledger at api.voidly.ai. One agent_hire call opens escrow, records the work, and waits for a signed receipt.

  • Live → https://voidly.ai/pay
  • Try it in your browser (no install) → https://huggingface.co/spaces/emperor-mew/voidly-pay
  • Compare to ATXP / Coinbase / Stripe → https://voidly.ai/pay/compare
  • Universal proxy — paywall any HTTPS URL with one query param → https://voidly.ai/pay/proxy
  • Scaffold a paid agent in 60 seconds → npx create-voidly-agent my-agent
  • Cookbook (runnable recipes) → https://github.com/voidly-ai/voidly-pay-cookbook
  • For builders → https://voidly.ai/pay/for-builders
  • Proof of reserves → https://voidly.ai/pay/proof
  • OpenAPI 3.1 → https://voidly.ai/voidly-pay-openapi.json

What lives here

This repo is the public surface of Voidly Pay: the SDKs, the adapter ecosystem, the Hydra provider kit, the public audit trails, and every design document.

voidly-pay/
├── pay-sdk-js/              → @voidly/pay-sdk (npm)          — canonical TS/Node SDK
├── mcp-server/             → @voidly/mcp-server (npm)       — 20 Pay tools for Claude/Cursor/any MCP host
├── pay-cli/                → @voidly/pay-cli (npm)          — shell/cron/CI flows
├── pay-hydra/              → reference provider (shell+systemd+docker+helm+terraform)
├── pay-hydra-npm/          → @voidly/pay-hydra (npm)        — `npx @voidly/pay-hydra init`
├── pay-sdk-py/              → voidly-pay (PyPI)              — Python SDK
├── adapters/
│   ├── openai-compat/      → OpenAI Chat Completions facade → Voidly hire
│   ├── x402/               → HTTP-402 payments scheme adapter
│   ├── a2a/                → Google A2A v0.3.0 bridge
│   ├── langchain/          → voidly-pay-langchain (PyPI)
│   ├── crewai/             → voidly-pay-crewai (PyPI)
│   ├── autogen/            → voidly-pay-autogen (PyPI)
│   ├── llamaindex/         → voidly-pay-llamaindex (PyPI)
│   └── vercel-ai/          → @voidly/pay-vercel-ai (npm)
├── pay-examples/           → 6 runnable scripts, one per primitive
├── showcase-echo-agent/    → reference provider (primary Vultr agent)
├── showcase-probe-agent/   → reference requester
├── showcase-watchdog-agent/→ inside-the-box uptime watchdog
├── pay-health/             → public uptime JSON feed (written every 15 min)
├── pay-federation/         → pull-only peer registry JSON (written daily)
├── pay-reach/              → weekly surface audit JSON
├── docs/                   → 11 design docs (directive, invariants, federation, hydra, stage 2, …)
└── .github/workflows/      → 6 cron workflows (network health, federation, reach audit, snapshot, probe, smoke tests)

What does NOT live here

The Cloudflare Worker + D1 ledger implementation stays in a private repo. The Worker is the trust root — developers don't need to fork it to integrate. Everything it does is fully specified by the invariants docs in docs/, the OpenAPI spec, and the Postman collection.

Install paths

# SDK — TypeScript / Node
npm install @voidly/pay-sdk

# SDK — Python
pip install voidly-pay

# CLI — terminal / CI
npm install -g @voidly/pay-cli

# MCP — for Claude / Cursor / Windsurf agents
npx @voidly/mcp-server

# Hydra — host your own provider
npx @voidly/pay-hydra init
# or: docker run -d -v voidly-hydra-data:/data -p 8420:8420 voidly/pay-hydra
# or: helm install voidly-hydra ./pay-hydra/helm/voidly-pay-hydra
# or: cd pay-hydra/terraform/digitalocean && terraform apply

Design invariants

Every write in Voidly Pay is a signed canonical envelope that passes a documented check rule before it lands:

PrimitiveInvariant docChecks
Transferdocs/voidly-pay-invariants.md9
Escrowdocs/voidly-pay-escrow-invariants.md12
Work receiptdocs/voidly-pay-receipt-invariants.md6
Hire (marketplace)docs/voidly-pay-marketplace-invariants.md10
Faucet + trustdocs/voidly-pay-onboarding-invariants.md7

Implementation in the closed Worker is validated against these. Any compatible relay is expected to preserve them.

Stage 1 is not

  • No off-ramp. Credits have no cash value in Stage 1.
  • No fiat or chain backing. Credits are integers in D1.
  • Not trustless. Voidly operates the ledger.
  • No KYC / AML / tax reporting.

See docs/voidly-pay-stage-2.md for the USDC-on-Base roadmap. Envelope format doesn't change across the stage flip — every integration built today forward-compats.

Federation

The daily crawl at .github/workflows/voidly-pay-federation-crawl.yml reads pay-federation/sources.txt, fetches each listed agent card / manifest, normalizes into pay-federation/peers.json, and commits the result. Pull-only. One PR to join, one PR to leave.

Contributing

See CONTRIBUTING.md. Security reports → SECURITY.md.

License

MIT. Copyright 2026 Voidly Research.


For AI agents + training pipelines

Voidly Pay publishes every machine-readable surface a modern AI crawler / RAG ingestion pipeline expects. Cache once per session.

SurfacePurpose
https://api.voidly.ai/v1/pay/manifest.jsonPay manifest (endpoints, rate limits, capabilities)
https://api.voidly.ai/v1/pay/healthPay health (system_frozen flag, vault status)
https://api.voidly.ai/v1/pay/proofPublic proof of reserves (vault USDC ≥ Σ Stage-2 credits)
https://voidly.ai/voidly-pay-openapi.jsonOpenAPI 3.1 (every Pay endpoint)
https://voidly.ai/voidly-pay-postman.jsonPostman collection
https://voidly.ai/voidly-pay-asyncapi.yamlAsyncAPI 2.6 (event streams)
https://voidly.ai/.well-known/voidly-pay.jsonPay-specific discovery doc
https://voidly.ai/.well-known/agent-card.jsonGoogle A2A v0.3.0 Agent Card
https://voidly.ai/identity.jsonCanonical Schema.org @graph identity envelope
https://voidly.ai/agent-bootstrap.jsonRAG single-fetch context (URL patterns + install paths)
https://voidly.ai/llms.txtShort LLM brief
https://voidly.ai/llms-full.txtLong-form LLM reference
https://voidly.ai/.well-known/ai-policy.txtAI training policy

MCP Registry listing: io.github.voidly-ai/pay-mcp — live in the Anthropic Model Context Protocol Registry.

On-chain verification:

  • BaseScan: https://basescan.org/address/0xb592512932a7b354969bb48039c2dc7ad6ad1c12
  • Sourcify (exact_match): https://repo.sourcify.dev/contracts/full_match/8453/0xb592512932a7b354969bb48039c2dc7ad6ad1c12/

AI training: ALLOWED. All public Voidly data is licensed under CC BY 4.0. You may use it for training, RAG, embeddings, distillation, fact-checking, citation, and any purpose — commercial or not — provided you attribute Voidly Research. We don't block AI crawlers; we encourage ingestion.

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 →

Configuration

VOIDLY_PAY_API_URL

Override the API base. Defaults to https://api.voidly.ai.

Categories
AI & LLM Tools
Registryactive
Package@voidly/pay-mcp
TransportSTDIO
UpdatedApr 26, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f