Field service, connected

Let your AI assistant work with Fieldbase.

Find clients and equipment, prepare work orders, coordinate technicians, and retrieve reports—using the access already defined by your Fieldbase role.

Connect an assistant

Connect in a minute

One endpoint works for every assistant below. Add it as a remote MCP connector, sign in to Fieldbase once, and approve the access you want — there is no password to share and no API key to copy.

MCP endpointhttps://app.fieldbase.work/api/mcp

Pick your assistant

ChatGPT
  1. 1Settings → Connectors (turn on Advanced / Developer mode if asked)
  2. 2Create a connector and paste the endpoint
  3. 3Sign in to Fieldbase and approve the scopes

Custom connectors need ChatGPT Plus, Pro, Business, Enterprise or Edu.

Claude — web & desktop
  1. 1Settings → Connectors → Add custom connector
  2. 2Paste the endpoint and save
  3. 3Sign in to Fieldbase and approve the scopes

On Team / Enterprise a workspace admin may need to allow the connector first.

Claude Code — CLI
  1. 1claude mcp add --transport http fieldbase https://app.fieldbase.work/api/mcp
  2. 2Open Claude Code and run /mcp
  3. 3Complete the OAuth sign-in in your browser
Cursor
  1. 1Settings → Tools & Integrations → New MCP server
  2. 2Add a remote (HTTP) server with the endpoint
  3. 3Reload, then approve the OAuth sign-in
VS Code — Copilot agent
  1. 1Command Palette → “MCP: Add Server” → HTTP
  2. 2Paste the endpoint URL
  3. 3Approve the OAuth sign-in when prompted
Any other MCP client
  1. 1Add a remote / HTTP MCP server
  2. 2Use the endpoint — auth is auto-discovered
  3. 3Sign in to Fieldbase and approve scopes

Spec-compliant clients need nothing but the URL; discovery does the rest.

For developers & agents

The server speaks the standard Model Context Protocol over Streamable HTTP with OAuth 2.1 (PKCE) and Dynamic Client Registration. A compliant client only needs the endpoint — it discovers everything else from the well-known metadata.

TransportStreamable HTTP (GET + POST)
AuthorizationOAuth 2.1 + PKCE · Dynamic Client Registration · refresh-token rotation
Protected-resource metadatahttps://app.fieldbase.work/.well-known/oauth-protected-resource
Authorization-server metadatahttps://app.fieldbase.work/.well-known/oauth-authorization-server
Config file (Cursor / VS Code / Claude Code)
{
  "mcpServers": {
    "fieldbase": {
      "url": "https://app.fieldbase.work/api/mcp"
    }
  }
}

Streamable HTTP · OAuth 2.1 + PKCE · scoped to your Fieldbase role · revoke anytime from Settings