Install for Claude Desktop
Simplest path:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
Manual install
Add to your MCP client’s config:SLY_API_KEY(required) — your API keySLY_ENVIRONMENT(optional) —sandbox(default),productionSLY_AGENT_TOKEN(alternative) — agent token instead of API keySLY_LOG_LEVEL(optional) —debug,info,warn,error
Tools exposed
The server exposes every tool appropriate for the calling credentials. Full list on the MCP tool catalog page. Highlights:- Accounts + agents CRUD
- Wallet management + balances
- Transfers + streams
- Full protocol coverage (UCP, ACP, AP2, x402, A2A, MCP, MPP)
- Agent wallet policies + evaluation
- Governance (approvals, kill-switch, rejection explanations)
Remote HTTP MCP
If your runtime prefers HTTP to stdio, Sly hosts an MCP endpoint directly:Permission filtering
The server only exposes tools the calling credentials can actually invoke. An agent at KYA Tier 0 won’t see Tier-2-only tools. This keeps the LLM’s tool catalog focused and prevents wasted, guaranteed-to-fail tool calls.Scanner MCP (separate package)
The Scanner service has its own MCP server with demand-intelligence tools (merchant readiness, protocol adoption, shopping simulations):scan_merchant, batch_scan, get_readiness_report, run_agent_shopping_test.
