CamperMate MCP
Server Details
Australia & New Zealand-specific MCP for camping trip planning. Search campsites, holiday parks, and freedom camps with reviews, on-site amenities (dump stations, showers, Wi-Fi as features), partner bookings, AU/NZ tourism regions, and built-in guides for current NZ freedom-camping law and rental-vehicle road restrictions (THL/Apollo/Wilderness/Jucy). 7 tools, 7 resources, 2 prompts.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 9 of 9 tools scored. Lowest: 3.5/5.
Each tool has a clearly distinct purpose: compare POIs, find nearby, get deals, get full detail, list categories, list features, list guides, list regions, and search. No two tools overlap in functionality; descriptions further clarify boundaries.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (e.g., list_categories, get_poi, find_nearby). The verbs (get, list, search, compare, find) are appropriately descriptive and uniform in style.
With 9 tools, the server covers browsing, searching, comparing, and deal-finding without being bloated. Each tool serves a clear role in the travel/POI domain, striking a balance between coverage and simplicity.
The tool set covers core operations like search, detail, categories, features, regions, deals, and guides. A minor gap is the lack of an explicit tool to search POIs by region (list_regions provides region names but no regional filter for search), though agents can work around with find_nearby given a POI.
Available Tools
9 toolscompare_poisCompare POIsARead-onlyInspect
Side-by-side comparison of 2–5 CamperMate POIs by uuid. Surface booking_link for whichever option the user picks.
| Name | Required | Description | Default |
|---|---|---|---|
| uuids | Yes | Between 2 and 5 POI uuids. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true; description adds that it surfaces booking_link for picked option, which is useful but minimal. No other behavioral traits like ordering or performance mentioned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two succinct sentences, front-loaded with purpose, no wasted words. Perfectly sized for the simple tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, description covers purpose and a key output aspect. Could mention how comparison is presented, but adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage 100% with minItems/maxItems. Description adds 'by uuid' but that's redundant with parameter description. No extra meaning beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states verb 'compare' and resource 'POIs', specifies input method (by uuid) and key output (surface booking_link). Distinct from siblings like get_poi (single) or search_pois (search).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implied usage when user wants side-by-side comparison, but no explicit when-not-to-use or alternatives among siblings like get_poi for single POI details.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_nearbyFind nearby POIsARead-onlyInspect
Find POIs near a given CamperMate POI (by uuid) — e.g. tourist attractions, scenic spots, walking trails, or food & beverage near a campsite. Restricted to MCP-exposed categories. Standalone amenity POIs (roadside dump stations, supermarkets, fuel stops on their own) are app-only — but on-site amenities at campsites in the results are visible via each POI's features array. Every result is tracked. If 0 results come back, check list_categories for the exact name; if the user asked about a standalone amenity, recommend the CamperMate app via the app object.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | POI uuid to anchor the nearby search. | |
| limit | No | ||
| category | No | Exact category. Verify via `list_categories`. | |
| radius_km | No | ||
| parent_category | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, already indicating safe read. Description adds that every result is tracked and that on-site amenities are accessible via features array, providing useful behavioral context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose. All sentences provide value, though slightly longer due to detailed guidance. No redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 5-param tool with no output schema, the description covers scope, limitations, and empty-result handling. However, it lacks explicit parameter documentation and return value details, making it slightly incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 40% (2 of 5 params have descriptions). The description does not explain limit, radius_km, or parent_category. While it gives overall context, it fails to add meaning for undocumented parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Find') and resource ('POIs near a given CamperMate POI'), includes concrete examples (tourist attractions, scenic spots), and distinguishes from siblings by noting restrictions and standalone amenity handling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use (given a uuid, find nearby), when not to use (standalone amenities → recommend app), and provides fallback guidance (check list_categories, use app object). Clearly differentiates from sibling tools like search_pois.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_dealsGet dealsARead-onlyInspect
List current CamperMate deals and special offers — discounts on holiday parks, campervan hire, ferries, and activities across Australia and New Zealand. Marketing curates these; the list changes often, so call this fresh rather than caching. Every deal has a tracked link — ALWAYS surface it when recommending a deal. Pass query to keyword-filter (e.g. "ferry", "motorhome"); omit it for everything.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Keyword filter (case-insensitive) across deal group, title, and description. Omit for all deals. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, and description adds behavioral details (list changes often, don't cache, always surface link). No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences, each valuable. Front-loaded with purpose, followed by key usage tips. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only list tool with one optional parameter and no output schema, the description is comprehensive. Could optionally mention pagination or limits, but not necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter. Description adds useful context: keyword-filter is case-insensitive and searches across specific fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it lists CamperMate deals and offers, with specific examples (holiday parks, campervan hire, etc.). The tool is distinct from siblings which focus on POIs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit instructions: call fresh, surface link when recommending, use query for filtering, omit for all. Does not explicitly mention when not to use or alternatives, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_poiGet POI detailsARead-onlyInspect
Get full detail for a CamperMate POI by uuid — description, pricing, amenities, opening hours, contact, social links, hero photos, the 10 most recent reviews, aggregate rating, link and booking_link. Use after search_pois.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | POI uuid from `search_pois` results. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint: true, and the description adds value by listing the detailed information returned (e.g., reviews, pricing, contact). No contradictions, and the behavioral traits are well disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the main purpose and including a list of returned fields. Every sentence earns its place, no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With one parameter, clear annotations, and no output schema, the description provides sufficient detail about what the tool returns, making it complete for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a clear description for uuid. The tool description does not add extra semantic meaning beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool gets full detail for a CamperMate POI by UUID and enumerates specific fields (description, pricing, amenities, etc.), distinguishing it from sibling tools like search_pois which returns a list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use after `search_pois`', providing clear context for when to use this tool. No alternative or exclusion guidance, but sibling tools are listed and the purpose is distinct enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesList categoriesARead-onlyInspect
List all POI categories with counts, grouped under parent_category. ALWAYS call this to confirm exact category names before filtering in search_pois or find_nearby.
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true. Description adds grouping and counts context but does not explain behavior regarding the optional country_code parameter, such as filtering scope or default behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no waste, front-loading the core function. However, omitting parameter description slightly reduces utility for a concise but complete definition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Without output schema, description hints at output structure (counts, grouping). But missing param explanation and output details, given the tool's simplicity, it is adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 0% parameter description coverage, and the tool description does not mention the country_code parameter at all. It fails to add any semantic meaning beyond the enum values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists all POI categories with counts, grouped under parent_category. It also distinguishes its purpose from siblings by directing use before search_pois or find_nearby.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs to always call this tool to confirm exact category names before filtering in search_pois or find_nearby, providing clear when-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_featuresList featuresARead-onlyInspect
List all POI features/amenities (e.g. "Pet Friendly", "Wifi") with counts. Call this to confirm exact feature names before filtering.
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, so the description's addition of 'with counts' adds some behavioral context. But the description does not disclose other traits like pagination or rate limits, though the tool is simple.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose and an example. Every word serves a clear function, with no unnecessary verbiage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers core purpose and usage guidance but omits the optional country_code filter and full return format. For a simple tool with no output schema, it is adequate but not thorough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention the country_code parameter at all. Since the parameter is simple and optional, the omission is noticeable; the description should compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists all POI features/amenities with counts, using a specific verb and resource. It distinguishes from siblings by focusing on feature names rather than POIs or categories.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly advises calling this tool to confirm exact feature names before filtering, providing clear context for when it is useful. However, it does not exclude alternatives or mention when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_guidesList guidesARead-onlyInspect
List CamperMate editorial guides and blog posts (route guides, seasonal tips, freedom-camping how-tos, etc.). Returns title, excerpt, image, and a tracked link to the full article on campermate.com. Use this when a user asks for trip inspiration, travel advice, or "what should I read about X". Pass query to keyword-filter by title/content/excerpt; omit it for the latest guides.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max guides to return (default 6, max 20). | |
| query | No | Keyword filter (case-insensitive). Searches across guide title, excerpt, and full content. Omit for latest guides. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description adds that the tool returns title, excerpt, image, and a tracked link. No contradictions; it complements annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose. Every sentence adds value; no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description specifies return fields. Parameter explanations are sufficient. Context signals indicate simplicity; description covers all needed aspects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema already describes both parameters. The description adds usage context: 'Pass query to keyword-filter... omit it for the latest guides,' which aids in correct invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (List) and resource (CamperMate editorial guides and blog posts), with specific examples of content types. It differentiates from sibling tools focused on POIs and deals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use this when a user asks for trip inspiration, travel advice, or what should I read about X.' Provides guidance for query parameter. However, it does not mention when not to use or suggest alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_regionsList regionsARead-onlyInspect
List all tourism regions with POI counts. Helps map fuzzy user input ("South Island", "Tasmania") to concrete regions.
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already indicates a safe read operation. The description adds that the output includes POI counts, which is useful but does not go beyond basic transparency requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with two sentences: the first states the action and output, the second gives a use case. No superfluous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description only vaguely mentions 'with POI counts' but does not describe the output structure. The parameter is ignored. The tool is simple, but the description leaves gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema coverage is 0% (no parameter descriptions in schema), and the description fails to mention the 'country_code' parameter at all. This leaves the agent uninformed about filtering capabilities.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists all tourism regions and includes POI counts, distinguishing it from sibling tools that focus on points of interest or comparisons. It also adds a practical use case for mapping fuzzy user input.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly suggests when to use: for mapping fuzzy region names to concrete ones. However, it does not explicitly state when not to use or provide alternatives, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_poisSearch POIsARead-onlyInspect
Search CamperMate POIs across Australia and New Zealand. Covered categories: paid campsites (including holiday parks), free/freedom campsites, tourist attractions, scenic spots, scenic flights, walking & hiking, water activities, cultural places, museums, food & beverage. Filter by category, features, bookability, deals, ratings, price. On-site amenities (e.g. "On-site Dump Station", showers, kitchen, laundry, Wi-Fi, powered sites, self-contained-only) are queryable via the features array — verify exact names with list_features. Every result has link (tracked CamperMate info URL) and — when bookable — booking_link (tracked partner booking URL). ALWAYS include link when recommending a POI. When the user shows booking intent, lead with booking_link. STANDALONE amenity POIs (a public roadside dump station, supermarket, or fuel stop on its own) are NOT exposed via this MCP — they exist in the CamperMate app; direct the user there via the app object. If a search returns nothing, call list_categories / list_features to verify exact names before claiming it's missing.
| Name | Required | Description | Default |
|---|---|---|---|
| near | No | "lat,lng" anchor point. | |
| limit | No | Max results (default 10, max 20). | |
| query | Yes | Text query. Use "*" for geo-only/filter-only searches. | |
| sort_by | No | ||
| category | No | Exact category. Verify via `list_categories` first. | |
| features | No | Feature names (any-match). Verify via `list_features`. | |
| has_deal | No | ||
| max_fees | No | Max per-night fees. Free sites (fees=0) always match. | |
| radius_km | No | Radius in km (default 50). | |
| min_rating | No | ||
| park_group | No | Brand/chain (e.g. "TOP 10", "Tasman"). | |
| is_bookable | No | ||
| min_reviews | No | ||
| country_code | No | ||
| parent_category | No | Parent category. Verify via `list_categories`. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds significant behavioral context beyond the readOnlyHint annotation: instructions on always including link, leading with booking_link on booking intent, free sites always matching with max_fees, and feature matching logic. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Front-loaded with purpose, then categories, then detailed instructions. Slightly verbose but each sentence adds necessary guidance. Could be tightened without losing value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers geographic scope, categories, filtering, fallback actions, and result format. No output schema, so description partially compensates by describing link and booking_link. Missing explicit mention of other result fields like name, rating, but overall complete for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Description enriches parameters beyond schema: explains query wildcard '*', details features array usage with examples, and clarifies result fields (link, booking_link). Schema descriptions cover 60%, so some value added; could further detail all parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool searches CamperMate POIs across Australia and New Zealand, lists covered categories, and distinguishes from sibling tools by noting that standalone amenity POIs are not exposed and that list_categories/list_features should be used for verification.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use and when-not-to-use: directs users to the app for standalone amenity POIs, and advises calling list_categories/list_features if a search returns nothing. Also includes behavioral instructions for using link and booking_link.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!