Productivity
fieldrobin.com
MCP server for FieldRobin that enables creating customers and jobs, retrieving workspace summaries, and managing business locations.
ENDPOINT 1
https://fieldrobin.com/api/v1/mcp
MCP server metadata
- Name
- fieldrobin-mcp
- Version
- 1.2.1
Discover the authenticated FieldRobin tool catalog for each new session. Request mcp:read for read tools, mcp:customers:write for direct customer creation, and mcp:jobs:write for direct job creation; mcp:write remains a broad compatibility scope. Use mcp:read only when the user intentionally wants a read-only connection. The legacy mcp:use scope remains read-only compatible. Use available tools according to their annotations and required scopes. If an operation needs more permission, use the client authorization flow instead of claiming FieldRobin cannot perform it. Create-customer and create-job persist directly only when the corresponding OAuth write scope is granted, and return an authoritative verified result.
Known tools 47
create-customerCreates one customer directly in the selected FieldRobin business when the connection has customer-write permission.
Potential side effectscreate-jobCreates one job directly in the selected FieldRobin business when the connection has job-write permission.
Potential side effectsget-workspace-summaryReturns a limited, read-only summary of the authenticated FieldRobin workspace.
Inferred read-onlysearch-customersSearches the authenticated workspace customers without exposing addresses, notes, or other private fields.
Inferred read-onlysearch-jobsSearches the authenticated workspace jobs using safe summary fields only; it does not return service addresses, notes, or amounts.
Inferred read-onlyget-customerReturns one authorized customer using bounded contact and lifecycle fields; addresses and notes are excluded.
Inferred read-onlyget-jobReturns one authorized job using bounded customer, schedule, status, and technician fields; service addresses, notes, and amounts are excluded.
Inferred read-onlysearch-leadsSearches authorized workspace leads with bounded contact, source, status, and service-interest fields; notes and estimated values are excluded.
Inferred read-onlyjobs-todayLists authorized jobs scheduled for a business day, with bounded customer, schedule, status, and technician fields.
Inferred read-onlyget-leadReturns one authorized lead using bounded contact, source, status, and service-interest fields; notes, budget, and internal summaries are excluded.
Inferred read-onlysearch-quotesSearches authorized estimates using bounded customer, status, title, and total fields; notes, terms, and addresses are excluded.
Inferred read-onlyget-quoteReturns one authorized estimate with bounded customer, status, pricing, revision, and line-item fields; addresses, notes, and terms are excluded.
Inferred read-onlypreview-quoteCalculates a deterministic estimate preview without saving, sending, or creating a quote.
Inferred read-onlysearch-invoicesSearches authorized invoices using bounded customer, job, status, payment, due-date, and total fields; payment links and addresses are excluded.
Potential side effectsget-invoiceReturns one authorized invoice with bounded customer, job, payment-state, due-date, and line-item fields; payment links, addresses, and internal notes are excluded.
Potential side effectspreview-invoiceCalculates a deterministic invoice preview without saving, charging, sending, or creating an invoice.
Potential side effectsschedule-availabilityCalculates verified busy jobs and open planning windows for a local business day without scheduling or changing a job.
Inferred read-onlypipeline-next-actionsLists persisted pipeline attention items for the authenticated business without changing, dismissing, or executing them.
Inferred read-onlypipeline-recommendationsLists persisted pipeline recommendations for the authenticated business without generating, editing, approving, rejecting, or executing them.
Inferred read-onlycustomer-service-requestsLists recent active service requests associated with one authorized customer using bounded status, source, urgency, and scheduling fields.
Inferred read-onlysearch-service-requestsFinds bounded active service-request inbox records for the authenticated business without exposing request descriptions, addresses, contact channels, or outreach controls.
Inferred read-onlyget-service-requestReturns one authorized service-request inbox record using bounded status, source, urgency, and scheduling fields without exposing request descriptions, addresses, contact channels, metadata, files, or outreach controls.
Inferred read-onlyget-invoice-payment-statusReturns the authoritative payment state for one authorized invoice without exposing payment links or provider identifiers.
Potential side effectspreview-review-requestsPreviews explicit completed jobs for review requests, including eligibility and skip reasons, without sending anything.
Inferred read-onlysearch-reviewsSearches authorized reviews by reviewer, customer, job, rating, platform, or reply status using bounded fields.
Inferred read-onlydraft-review-replyDrafts a policy-aware reply for one authorized review without posting or changing the review.
Inferred read-onlysearch-referral-campaignsSearches authorized referral campaigns by name, status, message channel, and bounded performance fields.
Potential side effectsget-referral-campaign-attributionShows verified referral campaign totals and conversion activity without returning referral tokens or bearer-like links.
Inferred read-onlypreview-referral-campaignPreviews eligible completed jobs for one authorized referral campaign without sending or changing records.
Inferred read-onlysearch-reactivation-campaignsSearches authorized reactivation campaigns by name, status, channel, and job-type filter.
Inferred read-onlypreview-reactivation-campaignPreviews dormant customers eligible for one authorized reactivation campaign without sending or changing records.
Inferred read-onlysearch-broadcast-campaignsSearches authorized broadcast campaigns by name, status, message channel, and bounded delivery fields.
Potential side effectspreview-broadcast-campaignPreviews one approved broadcast audience, including suppression and policy skips, without sending or changing records.
Inferred read-onlysearch-social-draftsSearches authorized social drafts and returns bounded content, status, platform, source-review, and approval metadata.
Inferred read-onlypreview-social-draftValidates social post copy for an authorized source review without saving or publishing it.
Potential side effectslist-job-photosLists authorized private photos attached to one job with protected download URLs, filenames, captions, and media types.
Inferred read-onlysearch-inventorySearches active inventory in the authenticated workspace and can identify low-stock items without exposing internal cost or margin fields.
Inferred read-onlysearch-pricebookSearches active customer-facing services and materials in the authenticated workspace without exposing internal cost or markup fields.
Inferred read-onlycomplaint-recall-riskLists complaint and recall risk records for the authenticated workspace without exposing private operational notes.
Inferred read-onlyrouting-driving-riskReads a local business day route and high driving-risk stops for the authenticated workspace without exposing addresses or private route notes.
Inferred read-onlyoperations-partsReads bounded parts stock, technician exposure, and transaction metadata for the authenticated workspace without exposing amounts, item pricing, or private notes.
Inferred read-onlyoperations-scorecardsReads bounded technician performance and coaching signals for the authenticated workspace without exposing coaching notes or private contact fields.
Inferred read-onlyreports-overviewReads aggregate revenue, receivables, job, lead, and estimate performance for the authenticated workspace without exposing customer names, addresses, invoice rows, or mutation access.
Potential side effectsreports-by-locationCompares revenue, activation, retention, and review-request outcomes by physical location.
Inferred read-onlyreports-customer-revenue-rankRanks named customers by paid invoice revenue for the authenticated workspace.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fieldrobin-mcp]
url = "https://fieldrobin.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fieldrobin-mcp": {
"type": "http",
"url": "https://fieldrobin.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fieldrobin-mcp
Remote MCP URL: https://fieldrobin.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fieldrobin-mcp": {
"url": "https://fieldrobin.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fieldrobin-mcp": {
"type": "http",
"url": "https://fieldrobin.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fieldrobin-mcp",
"transport": "streamable-http",
"url": "https://fieldrobin.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://fieldrobin.com/.well-known/mcp
MCP server metadata
- Name
- fieldrobin-mcp
- Version
- 1.2.1
Discover the authenticated FieldRobin tool catalog for each new session. Request mcp:read for read tools, mcp:customers:write for direct customer creation, and mcp:jobs:write for direct job creation; mcp:write remains a broad compatibility scope. Use mcp:read only when the user intentionally wants a read-only connection. The legacy mcp:use scope remains read-only compatible. Use available tools according to their annotations and required scopes. If an operation needs more permission, use the client authorization flow instead of claiming FieldRobin cannot perform it. Create-customer and create-job persist directly only when the corresponding OAuth write scope is granted, and return an authoritative verified result.
Known tools 47
create-customerCreates one customer directly in the selected FieldRobin business when the connection has customer-write permission.
Potential side effectscreate-jobCreates one job directly in the selected FieldRobin business when the connection has job-write permission.
Potential side effectsget-workspace-summaryReturns a limited, read-only summary of the authenticated FieldRobin workspace.
Inferred read-onlysearch-customersSearches the authenticated workspace customers without exposing addresses, notes, or other private fields.
Inferred read-onlysearch-jobsSearches the authenticated workspace jobs using safe summary fields only; it does not return service addresses, notes, or amounts.
Inferred read-onlyget-customerReturns one authorized customer using bounded contact and lifecycle fields; addresses and notes are excluded.
Inferred read-onlyget-jobReturns one authorized job using bounded customer, schedule, status, and technician fields; service addresses, notes, and amounts are excluded.
Inferred read-onlysearch-leadsSearches authorized workspace leads with bounded contact, source, status, and service-interest fields; notes and estimated values are excluded.
Inferred read-onlyjobs-todayLists authorized jobs scheduled for a business day, with bounded customer, schedule, status, and technician fields.
Inferred read-onlyget-leadReturns one authorized lead using bounded contact, source, status, and service-interest fields; notes, budget, and internal summaries are excluded.
Inferred read-onlysearch-quotesSearches authorized estimates using bounded customer, status, title, and total fields; notes, terms, and addresses are excluded.
Inferred read-onlyget-quoteReturns one authorized estimate with bounded customer, status, pricing, revision, and line-item fields; addresses, notes, and terms are excluded.
Inferred read-onlypreview-quoteCalculates a deterministic estimate preview without saving, sending, or creating a quote.
Inferred read-onlysearch-invoicesSearches authorized invoices using bounded customer, job, status, payment, due-date, and total fields; payment links and addresses are excluded.
Potential side effectsget-invoiceReturns one authorized invoice with bounded customer, job, payment-state, due-date, and line-item fields; payment links, addresses, and internal notes are excluded.
Potential side effectspreview-invoiceCalculates a deterministic invoice preview without saving, charging, sending, or creating an invoice.
Potential side effectsschedule-availabilityCalculates verified busy jobs and open planning windows for a local business day without scheduling or changing a job.
Inferred read-onlypipeline-next-actionsLists persisted pipeline attention items for the authenticated business without changing, dismissing, or executing them.
Inferred read-onlypipeline-recommendationsLists persisted pipeline recommendations for the authenticated business without generating, editing, approving, rejecting, or executing them.
Inferred read-onlycustomer-service-requestsLists recent active service requests associated with one authorized customer using bounded status, source, urgency, and scheduling fields.
Inferred read-onlysearch-service-requestsFinds bounded active service-request inbox records for the authenticated business without exposing request descriptions, addresses, contact channels, or outreach controls.
Inferred read-onlyget-service-requestReturns one authorized service-request inbox record using bounded status, source, urgency, and scheduling fields without exposing request descriptions, addresses, contact channels, metadata, files, or outreach controls.
Inferred read-onlyget-invoice-payment-statusReturns the authoritative payment state for one authorized invoice without exposing payment links or provider identifiers.
Potential side effectspreview-review-requestsPreviews explicit completed jobs for review requests, including eligibility and skip reasons, without sending anything.
Inferred read-onlysearch-reviewsSearches authorized reviews by reviewer, customer, job, rating, platform, or reply status using bounded fields.
Inferred read-onlydraft-review-replyDrafts a policy-aware reply for one authorized review without posting or changing the review.
Inferred read-onlysearch-referral-campaignsSearches authorized referral campaigns by name, status, message channel, and bounded performance fields.
Potential side effectsget-referral-campaign-attributionShows verified referral campaign totals and conversion activity without returning referral tokens or bearer-like links.
Inferred read-onlypreview-referral-campaignPreviews eligible completed jobs for one authorized referral campaign without sending or changing records.
Inferred read-onlysearch-reactivation-campaignsSearches authorized reactivation campaigns by name, status, channel, and job-type filter.
Inferred read-onlypreview-reactivation-campaignPreviews dormant customers eligible for one authorized reactivation campaign without sending or changing records.
Inferred read-onlysearch-broadcast-campaignsSearches authorized broadcast campaigns by name, status, message channel, and bounded delivery fields.
Potential side effectspreview-broadcast-campaignPreviews one approved broadcast audience, including suppression and policy skips, without sending or changing records.
Inferred read-onlysearch-social-draftsSearches authorized social drafts and returns bounded content, status, platform, source-review, and approval metadata.
Inferred read-onlypreview-social-draftValidates social post copy for an authorized source review without saving or publishing it.
Potential side effectslist-job-photosLists authorized private photos attached to one job with protected download URLs, filenames, captions, and media types.
Inferred read-onlysearch-inventorySearches active inventory in the authenticated workspace and can identify low-stock items without exposing internal cost or margin fields.
Inferred read-onlysearch-pricebookSearches active customer-facing services and materials in the authenticated workspace without exposing internal cost or markup fields.
Inferred read-onlycomplaint-recall-riskLists complaint and recall risk records for the authenticated workspace without exposing private operational notes.
Inferred read-onlyrouting-driving-riskReads a local business day route and high driving-risk stops for the authenticated workspace without exposing addresses or private route notes.
Inferred read-onlyoperations-partsReads bounded parts stock, technician exposure, and transaction metadata for the authenticated workspace without exposing amounts, item pricing, or private notes.
Inferred read-onlyoperations-scorecardsReads bounded technician performance and coaching signals for the authenticated workspace without exposing coaching notes or private contact fields.
Inferred read-onlyreports-overviewReads aggregate revenue, receivables, job, lead, and estimate performance for the authenticated workspace without exposing customer names, addresses, invoice rows, or mutation access.
Potential side effectsreports-by-locationCompares revenue, activation, retention, and review-request outcomes by physical location.
Inferred read-onlyreports-customer-revenue-rankRanks named customers by paid invoice revenue for the authenticated workspace.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fieldrobin-mcp]
url = "https://fieldrobin.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fieldrobin-mcp": {
"type": "http",
"url": "https://fieldrobin.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fieldrobin-mcp
Remote MCP URL: https://fieldrobin.com/.well-known/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fieldrobin-mcp": {
"url": "https://fieldrobin.com/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fieldrobin-mcp": {
"type": "http",
"url": "https://fieldrobin.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fieldrobin-mcp",
"transport": "streamable-http",
"url": "https://fieldrobin.com/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.