Locus
Locus payment tools for AI agents. Use when asked to send payments, check wallet balances, list tokens, approve token spending, or process payment-related actions from emails. Also use for demos of Lo
Locus payment tools for AI agents. Use when asked to send payments, check wallet balances, list tokens, approve token spending, or process payment-related actions from emails. Also use for demos of Lo
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Locus connects AI agents to crypto wallets via MCP. Tools are dynamic — each user gets different tools based on their permission group.
When the user asks to set up Locus, use payments, or anything payment-related — check if Locus is configured and walk them through setup interactively:
command -v mcporter || npm i -g mcporter
mcporter config get locus 2>/dev/null
If configured, skip to Usage. If the user wants to reconfigure, run:
mcporter config remove locus
Tell them:
You'll need a Locus API key to connect your wallet. Get one at https://app.paywithlocus.com — each key is tied to your wallet and permission group. Paste it here when you're ready.
Wait for the user to provide their key. It should start with
locus_. If it doesn't, warn them and confirm before proceeding.
mcporter config add locus \ --url "https://mcp.paywithlocus.com/mcp" \ --header "Authorization=Bearer <API_KEY>" \ --scope home
mcporter list locus
If tools appear, setup is complete — tell the user they're ready. If it fails, ask them to double-check their API key and try again.
Users can also run the setup script directly from the Clawdbot workspace root:
bash skills/locus/scripts/setup.sh
Always discover available tools first:
mcporter list locus --schema
This returns all tools the user's permission group allows. Tools vary per user — do not assume which tools exist. Use the schema output to understand parameters.
Call any discovered tool:
mcporter call locus.<tool_name> param1=value1 param2=value2
For array/object parameters:
mcporter call locus.<tool_name> --args '{"key": "value"}'
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.