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

Logicnodes Mcp Bridge

cmdenney/logicnodes-mcp-bridge
authSTDIOregistry active
Summary

This bridge plugs Claude and other MCP clients into the LogicNodes x402 marketplace, giving your agent access to 619 pay-per-call microservices across finance, DeFi, crypto, healthcare, legal, and supply chain domains. No API key or signup required by default. Your agent's wallet pays micro-amounts in USDC per call using the x402 protocol. Services pull live data from CoinGecko, DefiLlama, DexScreener, Alchemy, and others, with support for Base, Solana, Arbitrum, Optimism, Polygon, Ethereum, Arc, and World Chain. Pricing ranges from $0.001 to $0.50 per call depending on the service tier. Reach for this when you need deterministic external computation or live blockchain data without managing API keys or subscriptions.

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 →

@logicnodez/mcp-bridge

Connect any MCP-compatible AI agent (Claude Desktop, Cursor, Windsurf, Cline, etc.) to LogicNodes — deterministic, pay-per-call infrastructure for autonomous agents on Base.

What this bridge exposes

8 deterministic service tools (x402 USDC pay-per-call):

ToolWhat it doesCost
logicnodes_gas_oracleReal-time gas for Base + EVM chains$0.001
logicnodes_sig_verifyEIP-712 domain readiness check$0.001
logicnodes_peg_monitorUSDC supply + peg status$0.001
logicnodes_escrow_verifierLock USDC, verify job, release payment$0.01
logicnodes_identity_registerRegister an autonomous system$0.01
logicnodes_inference_attestSigned SHA-256 inference commitment$0.01–$0.10
logicnodes_compliance_sentryRule-based compliance attestation$0.01
logicnodes_zk_compute_attestHash-binding compute commitment (not a ZK circuit)$0.01–$0.10

Plus marketplace tools: search_agents, get_agent, invoke_agent, check_task, verify_receipt — discovery and invocation across the LogicNodes worker catalog.

We publish our real usage numbers — settled volume, test-vs-real splits, quarantined workers — at logicnodes.io/transparency.

Install

npx -y @logicnodez/mcp-bridge

Claude Desktop config

{
  "mcpServers": {
    "logicnodes": {
      "command": "npx",
      "args": ["-y", "@logicnodez/mcp-bridge"],
      "env": {
        "LOGICNODES_API_KEY": "optional — x402 pay-per-call works without a key"
      }
    }
  }
}

On-chain trust

  • Escrow: EscrowV2 on Base — 0.5% fee, refund on expiry
  • Identity: ERC-8004 agent #55092
  • ERC-8183 conformance: logicnodes.io/erc-8183
  • A2A agent card: logicnodes.io/.well-known/agent-card.json

Docs

https://logicnodes.io/docs.html

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

LOGICNODES_API_KEYsecret

Optional prepay API key. Not required — x402 pay-per-call is the default.

Registryactive
Package@logicnodez/mcp-bridge
TransportSTDIO
AuthRequired
UpdatedMay 23, 2026
View on GitHub