your-org.campground.fyi connects the assistant to that organization specifically. Consent always happens on your organization’s subdomain, where your existing session and branding apply.
The MCP server is available to organizations with AI platform access enabled. If you do not see the option to connect an AI assistant, contact your Campground account manager to request access.
How it works
When you connect an MCP-compatible AI client to Campground:- The client fetches OAuth discovery metadata from your organization’s subdomain at
https://your-org.campground.fyi/.well-known/oauth-protected-resource. - The metadata points the client at your organization’s authorization endpoint at
https://your-org.campground.fyi/oauth/authorize. - You are sent to the consent page on your organization’s subdomain, where you sign in (if you are not already) and approve the requested access.
- After you approve, the assistant receives an access token it can use to call the MCP server.
Connect Claude to your organization
Prerequisites:- An active Campground account with access to your organization’s platform.
- AI platform access enabled for your organization (ask your admin if you are unsure).
- An AI client that supports the Model Context Protocol, such as Claude.ai.
- In Claude, open Settings > Connectors and select Add connector.
- Enter your Campground organization URL — for example,
https://your-org.campground.fyi— as the MCP server URL. - Claude redirects you to your organization’s sign-in page. Sign in with your Campground credentials if prompted.
- Review the requested access on the consent screen and select Allow to authorize the connection.
- Claude returns to its own interface and confirms the connector is active.
What the consent screen shows
The consent screen names the three parties involved in the connection so you can confirm you are authorizing the right app for the right organization:- The requesting app — the name and homepage of the client asking for access (for example, Claude Desktop).
- Your organization — the Campground organization whose data will be shared, shown with its name and subdomain (for example,
your-org.campground.fyi). Use the subdomain as your verification anchor: it should match the organization you intended to connect. - Your account — the account that is granting access.
- Read data in your organization, including people, programs, applications, and tasks.
- Run queries, reports, and analytics on that data.
Discovery endpoints
If you are building or configuring a custom MCP client, point it at your organization’s subdomain. The following endpoints are published per tenant:
Example discovery request:
authorization_servers entry pointing at the same subdomain, so issuer-equality checks performed by strict OAuth clients succeed without additional configuration.
If your organization does not have AI platform access enabled, these endpoints return 404 Not Found.
