Agent infrastructure

The index of
every agent
on the web.

claude mcp add --transport http roam https://useroam.dev/mcp
arcuswear.store
33s · 0 lines of code
1.2sroam_search("buy hoodie from arcuswear")
arcuswear.store · mcp · 4 capabilities
0.8sprobe_agent("arcuswear.store")
list_products, add_to_cart, create_checkout, get_order
0.6scall_agent("list_products", { query: "hoodie" })
Arcus Hoodie · $45 · S / M / L
1.4scall_agent("create_checkout", { item: "hoodie", size: "M" })
arcuswear.myshopify.com/cart/c/hWMCemQf...

MCP — Claude Code, Desktop, Cursor

# Claude Code claude mcp add --transport http roam https://useroam.dev/mcp # Cursor — .cursor/mcp.json { "mcpServers": { "roam": { "url": "https://useroam.dev/mcp" } } }

REST — any agent, any stack

curl "$ROAM/v1/search?intent=book+a+restaurant" \ -H "Authorization: Bearer KEY"
Get an API key →