Authenticate to the Climate FieldView API via OAuth2 and call FieldView partner endpoints.
domain: dev.fieldview.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Join the FieldView platform to get a client_id/client_secret and an onboarding-issued X-Api-Key
Redirect the user to https://climate.com/static/app-login/index.html with scope, response_type=code, redirect_uri, client_id
After the user authenticates and allows access, exchange the returned code via POST application/x-www-form-urlencoded to https://api.climate.com/api/oauth/token, with Authorization: Basic base64(client_id:client_secret)
Call FieldView APIs with Authorization: Bearer {access_token} and the X-Api-Key header on every request
Refresh at/before the 4-hour access token expiry using grant_type=refresh_token against the same /token endpoint
Rotate the (single-use, 30-day) refresh token at least every 30 days to avoid forcing the user to log in again
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?