# agentic-swarm-marketplace

**Agentic Swarm Marketplace** is a hierarchical multi-agent stack for **machine-paid** commerce (not trading). It exposes **HTTP 402** + **x402** seller APIs (**T54 on XRPL**, **Base USDC**, **Celo**…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hobiecunningham/agentic-swarm-marketplace

# Browse available tools
npx -y @smithery/cli@latest tool list hobiecunningham/agentic-swarm-marketplace

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hobiecunningham/agentic-swarm-marketplace t54_list_operations

# Call a tool
npx -y @smithery/cli@latest tool call hobiecunningham/agentic-swarm-marketplace t54_list_operations '{}'
```

## Direct MCP Connection

Endpoint: `https://agentic-swarm-marketplace--hobiecunningham.run.tools`

## Tools (12)

- `t54_list_operations` — Returns operationIds, HTTP methods, paths, and query parameter names from the bundled OpenAPI spec (no network). Use be…
- `t54_x402_request` — Execute any T54 seller operation by operationId with an optional query map. Prefer per-operation t54_* tools when avail…
- `t54_agent_commerce_data` — Verifiable swarm proof + x402 commerce bundle (premium)
- `t54_airdrop_intelligence` — Airdrop / incentive screening (Farm Score, risk flags)
- `t54_constitution_audit_lite` — Heuristic constitution / ethics review
- `t54_get_health` — Seller health and LLM probe
- `t54_hello_ping` — Micropayment ping (cheapest SKU)
- `t54_research_brief` — Multi-section research brief
- `t54_structured_query` — Constitution-safe short LLM answer
- `contract_triage` — Screen an EVM smart contract address for malicious patterns, honeypots, rug mechanics, and known scam frameworks. Retur…
- `contract_audit` — Run a full 5-phase security audit on up to 3 EVM contract addresses. Handles EIP-1167 proxy/implementation pairs. Retur…
- `contract_monitor_subscribe` — Subscribe to 30-day continuous monitoring of up to 10 EVM contract addresses. Fires webhook alerts on admin key movemen…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hobiecunningham/agentic-swarm-marketplace <tool-name>
```

## Resources

- `openapi://agentic-swarm-t54-skus` — Raw OpenAPI 3 YAML for T54 SKUs.

## Prompts (3)

- `t54_swarm_intro` — Explains how to use this MCP server with Agentic Swarm.
- `t54_call_sku` (operation_id) — Structured prompt for a specific operationId.
- `t54_x402_troubleshooting` — When 402, env, or broker issues appear.
