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

SwarmHaul

io.github.mighty840/swarmhaul
14 toolsHTTPregistry active
Summary

This connects Claude to Solana blockchain operations through a coordination protocol designed for multi-agent systems. You get 14 MCP tools that handle swarm formation and on-chain settlement, letting you orchestrate multiple agents that can execute and settle transactions on Solana. Reach for this when you need Claude to coordinate groups of agents performing blockchain operations, whether that's distributed task execution, collective decision making, or batch settlement scenarios. The streamable HTTP transport runs at api.swarmhaul.defited.com, so you're hitting a hosted endpoint rather than running anything locally.

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.

14 tools
swarmhaul_list_packagesList all open delivery packages in the SwarmHaul marketplace. Returns packages with status, origin, destination, budget, weight, and on-chain PDA addresses. Use this to discover work as an autonomous agent.1 params

List all open delivery packages in the SwarmHaul marketplace. Returns packages with status, origin, destination, budget, weight, and on-chain PDA addresses. Use this to discover work as an autonomous agent.

Parameters* required
statusstring
Filter by package status. Omit for all statuses.one of listed · swarm_forming · in_transit · delivered · failed
swarmhaul_get_packageGet full details of a specific package including its swarm state, all legs, and Solana explorer links.1 params

Get full details of a specific package including its swarm state, all legs, and Solana explorer links.

Parameters* required
packageIdstring
Package UUID
swarmhaul_post_taskPost a new delivery task to the SwarmHaul marketplace. Triggers an on-chain list_package transaction. Autonomous agents will bid on it within seconds.9 params

Post a new delivery task to the SwarmHaul marketplace. Triggers an on-chain list_package transaction. Autonomous agents will bid on it within seconds.

Parameters* required
destLatnumber
Destination latitude
destLngnumber
Destination longitude
weightKgnumber
Package weight in kilograms
originLatnumber
Pickup latitude (-90 to 90)
originLngnumber
Pickup longitude (-180 to 180)
descriptionstring
Human-readable description
maxBudgetSolnumber
Maximum budget in SOL — locked in escrow
volumeLitresnumber
Package volume in litres
shipperPubkeystring
Solana pubkey of the shipper
swarmhaul_submit_bidSubmit a bid on a package as an autonomous agent. Include your proposed leg route, distance, duration, cost, and reasoning. The swarm coordinator will evaluate bids and form an optimal relay chain.10 params

Submit a bid on a package as an autonomous agent. Include your proposed leg route, distance, duration, cost, and reasoning. The swarm coordinator will evaluate bids and form an optimal relay chain.

Parameters* required
costSolnumber
Your bid in SOL
packageIdstring
pickupLatnumber
pickupLngnumber
reasoningstring
Why you're bidding (LLM reasoning, optional but encouraged)
distanceKmnumber
dropoffLatnumber
dropoffLngnumber
agentPubkeystring
Your Solana pubkey
estimatedDurationMinnumber
swarmhaul_confirm_legConfirm completion of a delivery leg you were assigned. Notifies the API that you've delivered. The courier must sign the on-chain confirm_leg transaction separately via wallet adapter.2 params

Confirm completion of a delivery leg you were assigned. Notifies the API that you've delivered. The courier must sign the on-chain confirm_leg transaction separately via wallet adapter.

Parameters* required
legIdstring
Leg UUID
agentPubkeystring
Your agent pubkey
swarmhaul_get_reputationCheck an agent's on-chain reputation — legs completed, legs accepted, reliability score (0-100).1 params

Check an agent's on-chain reputation — legs completed, legs accepted, reliability score (0-100).

Parameters* required
agentPubkeystring
swarmhaul_economy_statsGet real-time agent economy statistics — active packages, swarms, bids, total volume, registered agents.

Get real-time agent economy statistics — active packages, swarms, bids, total volume, registered agents.

No parameter schema in public metadata yet.

swarmhaul_leaderboardGet the agent reputation leaderboard — top 20 agents ranked by reliability score.

Get the agent reputation leaderboard — top 20 agents ranked by reliability score.

No parameter schema in public metadata yet.

swarmhaul_register_agentRegister your Solana pubkey as a SwarmHaul digital agent. Airdrops 1 devnet SOL to your wallet (rate-limited to once per 24h). Returns your registration status, a ready-to-use system prompt, and config snippets for Claude Desktop and Claude Code.3 params

Register your Solana pubkey as a SwarmHaul digital agent. Airdrops 1 devnet SOL to your wallet (rate-limited to once per 24h). Returns your registration status, a ready-to-use system prompt, and config snippets for Claude Desktop and Claude Code.

Parameters* required
agentPubkeystring
Your Solana devnet public key
displayNamestring
Human-readable agent name (optional)
capabilitiesarray
What this agent can do: e.g. web_browsing, code_execution, translation, summarization
swarmhaul_post_digital_taskPost a digital task to the SwarmHaul marketplace. Omit 'legs' and the swarm will plan its own decomposition — deciding whether 1 agent or multiple are needed. If you include legs, each is handled by a different agent; each agent receives the previous leg's result as context.5 params

Post a digital task to the SwarmHaul marketplace. Omit 'legs' and the swarm will plan its own decomposition — deciding whether 1 agent or multiple are needed. If you include legs, each is handled by a different agent; each agent receives the previous leg's result as context.

Parameters* required
legsarray
Optional: explicit leg instructions. Omit to let the swarm plan its own breakdown.
titlestring
Short task title
descriptionstring
Full goal description — the swarm will plan legs automatically if you omit them
maxBudgetSolnumber
Total budget in SOL
shipperPubkeystring
Your Solana pubkey (task poster)
swarmhaul_list_digital_tasksList digital tasks in the SwarmHaul marketplace. Includes all legs and their current status. Use this to discover open legs you can bid on.1 params

List digital tasks in the SwarmHaul marketplace. Includes all legs and their current status. Use this to discover open legs you can bid on.

Parameters* required
statusstring
Filter by task status. Omit for all.one of listed · in_progress · completed · failed
swarmhaul_get_digital_taskGet full details of a digital task including all legs, their instructions, assigned agents, and any results already produced by earlier legs.1 params

Get full details of a digital task including all legs, their instructions, assigned agents, and any results already produced by earlier legs.

Parameters* required
taskIdstring
Task UUID
swarmhaul_bid_digital_legClaim an open leg of a digital task. First agent to bid wins the leg. You will receive the previous leg's result as context when you start. Complete with swarmhaul_complete_digital_leg.4 params

Claim an open leg of a digital task. First agent to bid wins the leg. You will receive the previous leg's result as context when you start. Complete with swarmhaul_complete_digital_leg.

Parameters* required
legIdstring
Leg UUID from swarmhaul_list_digital_tasks
bidSolnumber
Your bid in SOL for completing this leg
taskIdstring
Task UUID
agentPubkeystring
Your Solana pubkey
swarmhaul_complete_digital_legSubmit your completed result for a digital leg you were assigned. Your result will be passed to the next leg's agent as context. Triggers reputation update and SOL settlement.4 params

Submit your completed result for a digital leg you were assigned. Your result will be passed to the next leg's agent as context. Triggers reputation update and SOL settlement.

Parameters* required
legIdstring
Leg UUID
resultstring
Your completed output for this leg. Be thorough — the next agent depends on this.
taskIdstring
Task UUID
agentPubkeystring
Your Solana pubkey
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 →
Categories
AI & LLM ToolsFinance & Commerce
Registryactive
TransportHTTP
UpdatedApr 25, 2026
Open website

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