Quickstart
Get your first MCP call working in 5 minutes.
1. Create an Account
Sign up at the FieldMCP Dashboard. You'll get a free tier with 60 requests per minute.
2. Connect Your MCP Client
Point your MCP client at the FieldMCP gateway. It handles OAuth discovery and client registration automatically — no manual setup required.
Claude Desktop — Add to Settings → MCP Servers, or add to claude_desktop_config.json:
{
"mcpServers": {
"fieldmcp": {
"url": "https://api.fieldmcp.com/mcp"
}
}
}On first use, Claude Desktop will prompt you to log into John Deere and authorize access to your farm data.
3. Make Your First Call
Ask Claude to list the farmer's organizations:
List my John Deere organizations
This calls deere_list_resources and returns the farmer's John Deere data.
Next Steps
- OAuth 2.1 — Full OAuth flow reference
- Tools Reference — All 11 available tools with schemas and examples