---
title: "FieldRobin MCP server"
description: "Connect to the FieldRobin MCP server over Streamable HTTP with OAuth."
canonical_url: https://fieldrobin.com/mcp
markdown_url: https://fieldrobin.com/mcp.md
content_type: mcp_guide
product: "FieldRobin"
company: "Doorkeeper Labs LLC"
updated_at: 2026-09-10
language: en
---
# FieldRobin MCP server

The FieldRobin MCP server exposes authenticated workspace tools over Streamable HTTP. Read tools require `mcp:read`. Customer and job writes require `mcp:customers:write` and `mcp:jobs:write`.

## Endpoints

- Streamable HTTP: https://fieldrobin.com/api/v1/mcp
- Standard MCP alias: https://fieldrobin.com/.well-known/mcp
- [MCP Server Card](https://fieldrobin.com/.well-known/mcp/server-card.json)
- [OAuth and MCP authentication guide](https://fieldrobin.com/auth.md)

## Quick starts

- Claude custom connector: add the Streamable HTTP endpoint and complete OAuth.
- Claude Code: `claude mcp add --transport http fieldrobin https://fieldrobin.com/api/v1/mcp`
- Gemini CLI: `gemini mcp add --scope user --transport http fieldrobin https://fieldrobin.com/api/v1/mcp`
- ChatGPT and Codex: add the endpoint as a remote Streamable HTTP MCP server.

- [FieldRobin developer portal](https://fieldrobin.com/developers)
