RoadSpend MCP
Connect RoadSpend to AI agents
This remote MCP service gives ChatGPT, Claude, Codex and other MCP-capable clients secure read-only access to RoadSpend data through the official RoadSpend REST API. Access requires an active RoadSpend Pro subscription.
https://mcp.roadspend.com/mcpHow to connect
- Open MCP / Connectors settings in your AI client.
- Add a remote MCP server with URL
https://mcp.roadspend.com/mcp. - The client will show a device code and a RoadSpend verification link.
- Open the link, sign in to RoadSpend and enter the code.
- If RoadSpend Pro is active, the agent can read your current trip, expense log and report.
For Codex and local MCP clients
If your client supports remote HTTP MCP, use this endpoint:
mcp server: https://mcp.roadspend.com/mcp
Manual RoadSpend JWT tokens are not supported. Authorization uses OAuth Device Authorization Flow.
Prompt for AI agents
Copy this prompt into an MCP-capable agent:
Connect to RoadSpend using the remote MCP server at https://mcp.roadspend.com/mcp. Use OAuth Device Authorization Flow when prompted. After connection, verify access with get_account_status. Then use only read-only tools unless I explicitly ask for a future write-capable workflow.
Available read-only MVP tools
get_account_status— account and Pro access status.get_current_trip— current trip.list_recent_expenses— expense log.get_trip_report— current trip report.
Write tools will be added later as a separate task with an explicit approval policy.