Connect your agent to RoadOps.
Use the RoadOps MCP server for platform capabilities and the documentation MCP server for API reference content.
RoadOps provides two MCP servers for agents and MCP-compatible clients.
RoadOps MCP Server
MCP URL: https://api.roadops.app/mcp
Use the RoadOps MCP server to interact with RoadOps platform capabilities from an agent or MCP-compatible client.
Documentation MCP Server
MCP URL: https://developer.roadops.app/mcp/rcp
Use the documentation MCP server to search RoadOps Developer API documentation, inspect generated schemas, and retrieve operation details.
Connection
{
"mcpServers": {
"roadops-docs": {
"url": "https://developer.roadops.app/mcp/rcp"
},
"roadops": {
"url": "https://api.roadops.app/mcp"
}
}
}