RoadOpsDeveloper

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.

RoadOps Claude Connector

  1. Add a custom connector. In Claude, open Settings, select Connectors, click Add, and choose Custom Connector.
  2. Enter the connection details. Set Name to RoadOps and Remote MCP server URL to https://api.roadops.app/mcp.
  3. Configure authentication. Choose Always required, select Use your own OAuth client, and enter OAuth Client ID tpc_jvz6Zf7kJwJF2G265H4SCa. Leave OAuth Client Secret empty.
  4. Finish setup. Click Add, then sign in to RoadOps when Claude prompts you.

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"
    }
  }
}