
Quickstart GuideThis provides your agent with access to Senpi and to trade on your behalf, at your instructions or autonomously.
Create an account on Railway with the $5 plan. (Required for hosting Senpi x OpenClaw and easy setup)
go.senpi.ai/railway →You'll need to enter 6 environment variables in the Senpi Railway Quickstart:




Click DEPLOY.
?If you already have an OpenClaw instance deployed, you can add Senpi to it instead of using the hosted quickstart above. However, this path requires manual configuration and won’t receive the same automatic updates — we strongly recommend the Railway-hosted option above for the smoothest experience.
⚠️ Not recommended for most users. Only use this method if you have a specific reason to manage your own OpenClaw deployment.
⚠️ You are fully responsible for your Senpi token management and maintaining latest Senpi versioning.
Same as Step 1 above—create a token at the top of this page. Keep it somewhere safe; you’ll need it in the next step.
Add Senpi as a remote MCP server in your OpenClaw configuration. Open your openclaw.json and add the following to your agent’s MCP servers:
{
"mcpServers": {
"senpi": {
"url": "https://mcp.prod.senpi.ai",
"headers": {
"Authorization": "YOUR_SENPI_AUTH_TOKEN"
}
}
}
}Replace YOUR_SENPI_AUTH_TOKEN with the token you generated in Step 1. If your openclaw.json already has other MCP servers configured, add senpi alongside them:
{
"mcpServers": {
"existing-server": { ... },
"senpi": {
"url": "https://mcp.prod.senpi.ai",
"headers": {
"Authorization": "YOUR_SENPI_AUTH_TOKEN"
}
}
}
}Restart your OpenClaw instance so it picks up the new MCP server configuration:
Once it’s back online, your agent should now have access to all 31 Senpi trading tools. You can verify the connection by messaging your agent on Telegram and asking it to check your Senpi account or list available tools.