CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
basilalshukaili avatar

Agent Broker

basilalshukaili/agentbroker
9 toolsHTTPregistry active
Summary

This is the missing API layer for the 60 million small businesses that don't have one. It exposes 14 operations over MCP to let agents find, verify, message, and book appointments with barbers, plumbers, and accountants through whatever channel actually reaches them: Cal.com, SMS, voice AI, email, or web form fallback. Every write operation costs USDC on Base via x402 payment rails, so agents pay per call without API keys or signup. The compliance layer is non-bypassable and blocks TCPA/GDPR violations before they go out. Reach for this when your agent needs to schedule a haircut or get a roofing quote and you don't want to scrape booking sites or cold call by voice.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

9 tools
register_agentCreate a new agent account on AgentBroker. Returns an api_key for all authenticated operations. Use mode="sandbox" to start with $10,000 virtual USDC for testing, or mode="live" for real trading.3 params

Create a new agent account on AgentBroker. Returns an api_key for all authenticated operations. Use mode="sandbox" to start with $10,000 virtual USDC for testing, or mode="live" for real trading.

Parameters* required
modestring
Account mode. "sandbox" starts with $10,000 virtual USDC. "live" for real trading. Defaults to "sandbox".one of sandbox · live
namestring
Agent name (1-100 characters). Use a unique, descriptive name.
owner_emailstring
Optional owner email address for account recovery.
get_pricesFetch real-time market prices for all 8 crypto pairs (BTC, ETH, SOL, AVAX, LINK, DOGE, ARB, MATIC — all vs USDC). No authentication required. Data sourced from CoinGecko, updated every 30 seconds.

Fetch real-time market prices for all 8 crypto pairs (BTC, ETH, SOL, AVAX, LINK, DOGE, ARB, MATIC — all vs USDC). No authentication required. Data sourced from CoinGecko, updated every 30 seconds.

No parameter schema in public metadata yet.

get_balanceCheck your USDC balance, active trading strategy, total deposited, and trade count. Requires your api_key.1 params

Check your USDC balance, active trading strategy, total deposited, and trade count. Requires your api_key.

Parameters* required
api_keystring
Your AgentBroker API key (returned from register_agent).
depositAdd USDC funds to your account. For sandbox accounts this adds virtual test funds. For live accounts, provide the transaction hash. Requires your api_key.3 params

Add USDC funds to your account. For sandbox accounts this adds virtual test funds. For live accounts, provide the transaction hash. Requires your api_key.

Parameters* required
amountnumber
Amount of USDC to deposit (positive number, max 10,000,000).
api_keystring
Your AgentBroker API key.
tx_hashstring
Optional blockchain transaction hash for live deposits.
select_strategyChoose a trading strategy for your agent. Must be set before placing orders. Available: momentum (trend-following), grid (range trading), mean_reversion (buy dips/sell peaks). Requires your api_key.2 params

Choose a trading strategy for your agent. Must be set before placing orders. Available: momentum (trend-following), grid (range trading), mean_reversion (buy dips/sell peaks). Requires your api_key.

Parameters* required
api_keystring
Your AgentBroker API key.
strategystring
Trading strategy.one of momentum · grid · mean_reversion
place_orderExecute a trade. Supports market orders (immediate fill at best price) and limit orders (fill only at specified price or better). Requires api_key and an active strategy selected first.6 params

Execute a trade. Supports market orders (immediate fill at best price) and limit orders (fill only at specified price or better). Requires api_key and an active strategy selected first.

Parameters* required
api_keystring
Your AgentBroker API key.
pairstring
Trading pair. Use format "BTC-USDC" or "BTC/USDC". Supported: BTC, ETH, SOL, AVAX, LINK, DOGE, ARB, MATIC (all vs USDC).
pricenumber
Limit price in USDC. Required for limit orders.
quantitynumber
Amount of the base currency to buy/sell.
sidestring
Order direction.one of buy · sell
typestring
Order type.one of market · limit
get_order_bookView the current order book for a trading pair — top 10 bids (buyers) and asks (sellers) with prices and quantities. No authentication required.1 params

View the current order book for a trading pair — top 10 bids (buyers) and asks (sellers) with prices and quantities. No authentication required.

Parameters* required
pairstring
Trading pair. Use format "BTC-USDC" or "BTC/USDC".
get_tradesView your executed trade history with fill prices, quantities, fees, and timestamps. Requires your api_key.3 params

View your executed trade history with fill prices, quantities, fees, and timestamps. Requires your api_key.

Parameters* required
api_keystring
Your AgentBroker API key.
limitinteger
Number of trades to return (default: 20, max: 100).default: 20
offsetinteger
Pagination offset for fetching older trades.default: 0
withdrawWithdraw USDC from your live account to a wallet address. Not available for sandbox accounts. Requires your api_key.3 params

Withdraw USDC from your live account to a wallet address. Not available for sandbox accounts. Requires your api_key.

Parameters* required
amountnumber
Amount of USDC to withdraw.
api_keystring
Your AgentBroker API key.
destination_addressstring
Destination wallet address to receive the USDC.

Agent Broker - SMB Transaction & Communication MCP Server

An agent-callable MCP server that lets autonomous AI agents find, verify, message, schedule with, and transact with small and mid-sized businesses (SMBs) through a single compliance-enforced tool surface.

smithery badge MCP License Python Edge Registry

CI

Live endpoint: https://hatchloop.dev/mcp/agent-broker (streamable-http, always-on Cloudflare edge)


Why this exists

There are ~60 million long-tail small businesses in the US - barbers, plumbers, accountants, home cleaners - and they have no API surface. AI agents that need to schedule a haircut, get a quote, or send a confirmation today must either drive a browser, cold-call by voice, or give up.

This server is the missing middle layer. Agents call us; we route to the right SMB through whichever channel reaches them fastest - Cal.com -> WhatsApp -> SMS -> voice AI -> email - with full TCPA / GDPR / CASL / 10DLC compliance enforced as a non-bypassable gate.


Current status (honest)

CapabilityStatus
MCP endpoint (streamable-http)Live - https://hatchloop.dev/mcp/agent-broker
23 MCP toolsLive (callable today)
Compliance gate (TCPA/GDPR/CASL)Live
REST + A2A + OpenAI/Anthropic tool surfacesLive
SMB supply networkDemo - 20+ seed SMBs; demo bookings return demo_smb_no_live_booking
BillingLive - 12 utility tools free (no key, unmetered). Premium data tools (company verification, sanctions, trade screening): free up to a daily limit (500/day with a free key, 100/day anonymous), then $0.02/call via credits. Write tools: free email-verified key (100 ops/day) at hatchloop.dev/agent-broker; credit packages from $9/1,000 credits at hatchloop.dev/pricing;.
x402 payment railOffered, opt-in. Enabled on the service since the founder lifted the crypto restriction on 2026-08-29. A caller attaches a payment in params._meta["x402/payment"] and the call is served without a key (USDC on Base, proven once on mainnet, tx 0x38a0d9ec). Callers who do not attach one fall through to credits and the free quota, so nothing is gated behind it. /.well-known/x402 is still a 404 - discovery is via /.well-known/mcp.json, which lists the rail.
Production SMB onboardingPlanned - real businesses not yet enrolled

The MCP server is live and callable right now. Bookings hit demo data. 12 utility tools are free (no key, unmetered). Premium data tools (verify_company_record, screen_sanctions, map_trade_restriction) are free up to a daily limit; beyond that, $0.02/call via credits. Write tools require a free email-verified key (100 ops/day) - get one at https://hatchloop.dev/agent-broker. Credit packages from $9/1,000 credits at https://hatchloop.dev/pricing.


23 MCP Tools

All tools are callable via MCP, REST, OpenAI function calling, Anthropic tool_use, or A2A protocol.

#ToolWhat it doesAuth
1find_businessSearch SMBs by vertical, location, and capabilityfree
2verify_businessConfirm an SMB is real, operating, and capable of the requested servicefree
3get_statusPoll the current state of an async operationfree
4get_outcomeRetrieve the final OutcomeReceipt (with cost and reason codes)free
5preview_costEstimate cost, latency, and success probability before committingfree
6self_testVerify service health and all claimed capabilities are respondingfree
7check_quotaInspect your remaining daily quota and tier without consuming any ops - call at session start or after a rate_limited errorfree
8check_booking_linkClassify a URL and confirm import_booking_url will accept it - sub-100ms pre-flightfree
9check_compliancePreview TCPA/GDPR/CASL/10DLC gate result before spending a paid sendfree
10verify_company_recordLive GLEIF LEI registry + SEC EDGAR lookup - official legal name, status, jurisdiction, addressfree up to daily limit
11screen_sanctionsCheck a name or entity against OFAC SDN, the EU Consolidated list and the UK Sanctions Listfree up to daily limit
12map_trade_restrictionOFAC country embargoes + export-control Entity List + sanctioned-party screening for a proposed shipmentfree up to daily limit
13get_conversationRead a two-way thread you started: state, full transcript, reply countfree
14lookup_us_contractsSearch US federal contract awards by company name via USASpending.gov - awardee, agency, amount, NAICS, periodfree
15send_messageSend WhatsApp, SMS, email, or voice with compliance pre-check enforcedkey
16capture_leadStructured intake of a prospect into an SMB pipeline with CRM integrationkey
17schedule_appointmentBook, reschedule, or cancel - tries direct booking API, falls back to voice AIkey
18send_transactional_confirmationTCPA-exempt OTPs, booking confirmations, receiptskey
19handle_inboundClassify inbound messages: booking / cancel / opt-out / question / complaintkey
20escalate_to_humanHand off a stuck or ambiguous task to a human operator with full contextkey
21import_booking_urlTurn any Cal.com, Calendly, Doctolib, Booksy, OpenTable, Square, Acuity, or Fresha URL into a bookable SMB recordkey
22call_businessPlace a conversational voice-AI phone call to a business on behalf of a consumerkey
23mint_keyIssue a free-tier agent identity key via HMAC proof - no email required, no human in the loopfree

Free key (100 write ops/day + 500 premium data calls/day): https://hatchloop.dev/agent-broker - Credits from $9/1,000 ops: https://hatchloop.dev/pricing - Premium data beyond quota: $0.02/call


Quick start

Connect via MCP (Claude Desktop, Cursor, Cline, Continue, etc.)

{
  "mcpServers": {
    "agent-broker": {
      "url": "https://hatchloop.dev/mcp/agent-broker"
    }
  }
}

12 tools require no key (find_business, verify_business, verify_company_record, screen_sanctions, map_trade_restriction, check_booking_link, check_compliance, get_conversation, get_status, get_outcome, preview_cost, self_test).

Write tools require an X-Agent-Identity bearer token:

  • Free email-verified key (100 ops/day): https://hatchloop.dev/agent-broker
  • Machine-mintable key (no email, agent self-serve): POST https://api.hatchloop.dev/keys/mint - see Machine-mintable keys below.
  • Credits from $9/1,000 ops: https://hatchloop.dev/pricing

Add your key to the config once you have one:

{
  "mcpServers": {
    "agent-broker": {
      "url": "https://hatchloop.dev/mcp/agent-broker",
      "headers": {
        "X-Agent-Identity": "Bearer YOUR_KEY_HERE"
      }
    }
  }
}

Or via npx (stdio transport)

npx agentbroker-mcp

With a key:

AGENT_BROKER_KEY=your_key npx agentbroker-mcp

Discover tools (JSON-RPC)

curl -X POST https://hatchloop.dev/mcp/agent-broker \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Call a tool (JSON-RPC)

curl -X POST https://hatchloop.dev/mcp/agent-broker \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "tools/call",
    "params": {
      "name": "find_business",
      "arguments": {
        "vertical": "personal_services",
        "location": {"zip_or_city": "30309"},
        "capability": "haircut"
      }
    }
  }'

OpenAI function calling

import httpx, openai
tools = httpx.get(
    "https://hatchloop.dev/.well-known/openai-tools.json"
).json()["tools"]
client = openai.OpenAI()
resp = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Book a haircut in Atlanta Saturday under $50"}],
    tools=tools,
)

Anthropic tool use

import httpx, anthropic
tools = httpx.get(
    "https://hatchloop.dev/.well-known/anthropic-tools.json"
).json()["tools"]
client = anthropic.Anthropic()
msg = client.messages.create(
    model="claude-opus-4-5",
    max_tokens=1024,
    tools=tools,
    messages=[{"role": "user", "content": "Book a haircut in Atlanta Saturday under $50"}],
)

Plain REST

curl -X POST https://hatchloop.dev/ops/find_business \
  -H "Content-Type: application/json" \
  -d '{"vertical":"personal_services","location":{"zip_or_city":"30309"},"capability":"haircut"}'

Machine-mintable keys

AI agents that cannot receive email can self-provision a free-tier API key (100 gated ops/day) by proving identity via HMAC-SHA256.

How it works

  1. Obtain the MACHINE_MINT_SECRET from hatchloop.dev/docs/#machine-mint.
  2. Compute the signature:
    signature = HMAC-SHA256(agent_id + str(timestamp) + nonce, MACHINE_MINT_SECRET)
    
    The HMAC input is the raw concatenation of the three fields (no separators). Digest must be lowercase hex.
  3. POST to https://api.hatchloop.dev/keys/mint:
{
  "agent_id": "my-agent-abc123",
  "timestamp": 1725100000,
  "nonce": "4f8a2c1d9e2b7c6a",
  "signature": "<lowercase-hex-hmac>"
}

Response

{
  "ok": true,
  "key": "<JWT - use as X-Agent-Identity header>",
  "key_id": "free_machine_<hash>",
  "expires_at": "2026-11-28",
  "tier": "free",
  "daily_limit": 100,
  "usage": "Send as the X-Agent-Identity header on every call to https://hatchloop.dev/mcp/agent-broker"
}

Constraints

  • timestamp must be within 60 seconds of server time (prevents replay attacks).
  • Use a fresh nonce on every call (UUID or random hex).
  • agent_id is a stable identifier for your agent; the issued key is tied to its SHA-256 hash.
  • Returns 401 {error: "invalid_request"} on bad signature or stale timestamp.
  • Returns 503 {error: "not_configured"} if the server secret has not been set (contact hello@hatchloop.dev).

Discovery surfaces

SurfaceURL
MCP (streamable-http)https://hatchloop.dev/mcp/agent-broker
MCP descriptorhttps://hatchloop.dev/.well-known/mcp.json
OpenAI function toolshttps://hatchloop.dev/.well-known/openai-tools.json
Anthropic tool_usehttps://hatchloop.dev/.well-known/anthropic-tools.json
A2A (Agent-to-Agent)https://hatchloop.dev/.well-known/agents.json
OpenAI ChatGPT pluginhttps://hatchloop.dev/.well-known/ai-plugin.json
llms.txthttps://hatchloop.dev/llms.txt
OpenAPI 3.1https://hatchloop.dev/openapi.yaml
npm shim (stdio)npx agentbroker-mcp
Glama MCP RegistryListed via glama.json
MCP RegistryListed via server.json

Architecture

AI agent
   |
   v  MCP / REST / A2A
Cloudflare Worker edge  (hatchloop.dev)
   |  300+ PoPs globally -- discovery served from edge bundle in 40-70 ms
   |
   +-- GET /.well-known/* /manifest /llms.txt  --> embedded snapshot (40-70 ms)
   +-- POST /mcp  initialize / tools/list      --> embedded snapshot (40-65 ms)
   +-- POST /mcp  tools/call  /ops/*           --> proxy to origin  (170-190 ms)
                |
                v
        Python FastAPI  (api.hatchloop.dev)
                |  Cron keep-alive every 2 min (eliminates Render cold starts)
                |
                +-- 23 operation handlers  (core/)
                +-- Compliance gate        (compliance/pre_check)
                +-- Channel adapters       (channels/ -- Twilio, Cal.com, Vapi, SendGrid)
                +-- Billing + outcome store
                +-- All .well-known / MCP endpoints (also served from edge bundle)

The edge worker can outlive the origin: discovery still works even if the origin is down. Idempotency is keyed by (agent_id, operation, idempotency_key) with 24h TTL. Async operations return pending_async; poll with get_status / get_outcome.


Compliance

Every outbound communication passes through compliance/pre_check():

  1. Content classification - blocks restricted categories (gambling, adult, cannabis, spam)
  2. Opt-out check - TCPA STOP keyword, GDPR right-to-be-forgotten, CASL
  3. Consent check - TCPA written consent, GDPR opt-in, CASL implied/express
  4. 10DLC registry check - US SMS campaign compliance
  5. Two-party recording consent - CA, FL, IL, MD, MA, MT, NV, NH, PA, WA
  6. Audit log - PII stored as SHA-256 hash, never plaintext

Violations surface as ComplianceViolationError and are never silently bypassed.


Repo layout

agentbroker/
+-- core/                  # 23 operation handlers + shared Pydantic models
+-- channels/              # Twilio, SendGrid, Vapi, Bland, Cal.com, Playwright
+-- compliance/            # pre_check, jurisdiction_rules, consent_store, audit_log
+-- reliability/           # retry, circuit_breaker, channel_fallback, async_runner
+-- billing/               # meter, budget_guard, receipt_signer, pricing_tiers
+-- telemetry/             # tracer, log_redactor, metrics_emitter
+-- storage/               # outcome_store, idempotency_store
+-- supply/                # smb_directory (20+ seed/demo SMBs)
+-- onboarding/            # self_serve, verification_flow, channel_capture
+-- feedback/              # failure_classifier, attribution_engine, outcome_evaluator
+-- optimizer/             # ab_router, selection_analytics, weekly_report
+-- agent_interface/       # manifest_server, mcp_server, well_known, identity, webhooks
+-- manifest/              # manifest.json, mcp_tools.json, openapi.yaml
+-- api/                   # errors.md, identity.md, async.md
+-- docs/                  # mission, architecture, compliance, ADRs
+-- edge/                  # Cloudflare Worker (TypeScript/Hono)
+-- deploy/                # Dockerfile, docker-compose.yml
+-- tests/                 # unit, contract, compliance, fault_injection, agent_sim
+-- main.py                # FastAPI entry point
+-- config.py              # Centralized config from env
+-- requirements.txt

Local development

# Install dependencies
pip install -r requirements.txt

# Run tests (1173 passing at the time of writing)
python -m pytest tests/ -q

# Start the API
python main.py
# --> http://localhost:8000/docs      (Swagger UI)
# --> http://localhost:8000/mcp       (MCP endpoint)
# --> http://localhost:8000/manifest  (capability manifest)

# Run the agent simulation harness
python -m tests.agent_sim.harness

# Self-test
python -c "import asyncio; from agent_interface.self_test import run_self_test; print(asyncio.run(run_self_test()).all_passed)"

Or with Docker:

docker compose -f deploy/docker-compose.yml up

Documentation

  • Architecture - module map, data flow, fallback chains
  • Compliance - full jurisdiction matrix, pre-check sequence
  • Agent integration guide - copy-paste examples for every protocol
  • API errors - 16 error codes with retry semantics
  • API identity - Agent-Identity JWT spec
  • API async - execution profiles, polling rules, webhook contract
  • Benchmarks - measured WinRate, latency, cost vs alternatives
  • Mission - north-star metric and scope

Contributing

Licensed under MIT. Issues and discussion are welcome - open a GitHub issue to report bugs or suggest features. For substantial changes, please open an issue first to discuss direction. Note: this repo is the open-source server; the hosted service at hatchloop.dev (supply index, billing rails) is operated by Hatchloop.


License

MIT - see LICENSE. The hosted service and its supply/billing data are operated separately by Hatchloop.


Built by Basil Al-Shukaili. Listed on the MCP Registry and Glama.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedMay 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
bch1212 avatar
Agent Commerce Mcp

bch1212/agent-commerce-mcp

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
bernardjhuang avatar
Agenttune

bernardjhuang/agenttune

Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.
chrischall avatar
Gemini Mcp

chrischall/gemini-mcp

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.
co.huggingface avatar
Hugging Face

co.huggingface/hf-mcp-server

Connect to Hugging Face Hub and thousands of Gradio AI Applications
com.adcritter avatar
AdCritter for Agents

com.adcritter/mcp-agent

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.
com.agentry avatar
Agentry — AI Agent Directory

com.agentry/agent-directory

AI agent directory — search and compare 120+ agents across 12 categories.