Location & Demand Intelligence
Server Details
Pay-per-call where-and-when-to-operate signals from official local statistics.
- 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 3.8/5 across 7 of 7 tools scored.
Most tools target distinct resources, but the two MOIS demographic scorers (neighborhood-age and solo-household) overlap in purpose and could be confused; both score demand based on age cohorts, and the distinction is subtle.
Most tools follow a hyphenated source-description-suffix pattern, but 'pricing_info' breaks convention with snake_case and a different suffix style; internal structure also varies between 'demand-scorer', 'benchmark', and 'planner'.
Seven tools is well-scoped for a location-demand bundle; each covers a distinct analytical function without redundancy, though the two demographic scorers could arguably be one.
The set covers key location intelligence factors (hazards, transit, demographics, property, traffic), but lacks a composite/aggregation tool or broader economic indicators; minor gaps exist but core workflows are supported.
Available Tools
7 toolsafad-earthquake-operations-routerAFAD Earthquake Operations RouterAInspect
Turn official AFAD events into distance-based asset and route actions. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.02/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| assets | Yes | One to 100 customer-owned operational points. Use opaque non-PII asset IDs. | |
| maxAlerts | Yes | Returns the highest-priority matching event–asset pairs, up to this limit. | |
| requestId | Yes | Unique non-PII idempotency ID. Reusing it with changed inputs fails. | |
| alertRadiusKm | Yes | Only event–asset pairs within this straight-line distance can become alerts. | |
| maximumDepthKm | Yes | Events deeper than this are ignored. | |
| inspectMagnitude | Yes | At or above this magnitude a matching site receives inspect_asset_and_review. | |
| minimumMagnitude | Yes | Events below this AFAD magnitude are ignored. | |
| rerouteMagnitude | Yes | At or above this magnitude a matching route waypoint receives reroute_for_review. | |
| maxTotalChargeUsd | Yes | Hard run cap checked before any alert claim or paid delivery. | |
| maximumEventAgeHours | Yes | Ignores older rows even if they remain in the last-100 list. | |
| pauseDispatchMagnitude | Yes | At or above this magnitude a matching non-route asset receives pause_dispatch_and_review. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate the tool is not read-only, not idempotent, and not destructive. The description adds that it is an unofficial, independent actor not affiliated with the source publisher, and mentions a per-call cost. This provides some context beyond annotations, but does not disclose specifics about what actions are dispatched or how the routing behaves. No contradiction 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?
The description is two sentences: the first front-loads the core purpose, and the second provides a disclaimer and pricing. Every sentence adds value, with no wasted 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?
While the input schema is rich with parameter descriptions and contextual notes (e.g., mapping AFAD events to assets), the top-level description lacks an explanation of the output format or the nature of the 'actions' produced. There is no output schema, so a bit more context would help. However, the schema's own description mitigates some gaps, so this is minimally 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 description coverage is 100%, so the input schema fully documents all 11 parameters and their semantics. The description adds no additional parameter information, which is acceptable when schema coverage is complete. Baseline score of 3 applies.
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 'Turn official AFAD events into distance-based asset and route actions' clearly identifies the verb (turn), resource (official AFAD events), and output (distance-based asset and route actions). This distinguishes it from sibling scorer tools, which focus on scoring destinations and demand rather than operational routing.
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 implies usage for processing AFAD earthquake event data into asset/route actions, but does not explicitly state when to prefer this tool over alternatives or provide exclusion criteria. There is no mention of alternative tools or conditions under which this tool should not be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ispark-metro-destination-access-scorerİSPARK & Metro Destination Access ScorerAInspect
Score customer sites against official Metro stations and İSPARK capacity. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.02/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | One to 100 customer-owned site IDs and coordinates inside the bounded Istanbul service area. | |
| requestId | Yes | Unique non-PII idempotency ID. Reusing it with different decision inputs fails. | |
| railWeight | Yes | Share of the final score assigned to metro proximity. Parking receives one minus this value. | |
| maxTotalChargeUsd | Yes | Maximum accepted total run charge. A 100-site default-price batch needs at least $2.005 including Actor start. | |
| minimumEmptySpaces | Yes | Flags the nearest İSPARK facility when its reported live empty capacity is below this threshold. | |
| railReferenceMeters | Yes | Metro proximity reaches zero at and beyond this straight-line distance. | |
| parkingReferenceMeters | Yes | Parking proximity reaches zero at and beyond this straight-line distance. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds useful context beyond annotations: it discloses the per-call cost ('$0.02/call, x402 (USDC on base)') and the tool's unofficial, non-endorsed status. However, it does not clarify what side effects (if any) occur despite readOnlyHint=false, nor does it explain external dataset behavior beyond the openWorldHint. The description does not contradict the annotations, so no flag, but it leaves room for more transparency.
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 two sentences: the first states the purpose, the second provides critical context (independence and pricing). It is front-loaded, free of fluff, and every sentence contributes meaning. This is a model of conciseness.
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 tool has 7 required parameters and no output schema. The input schema explains all parameters in detail, but the description does not specify what the tool returns (e.g., a score, a ranked list, or a pricing breakdown). Given the complexity and lack of output schema, the description is somewhat incomplete. However, the schema's rich parameter descriptions partially compensate, and the core purpose is clear.
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 100%, and each parameter has detailed meaning (e.g., railWeight 'Share of the final score assigned to metro proximity', maxTotalChargeUsd 'Maximum accepted total run charge'). The tool description itself adds no parameter-level detail, but the schema bears the full burden. Since coverage is high, the baseline score of 3 applies; the description does not need to 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 uses the specific verb 'Score' and clearly identifies the resource: 'customer sites against official Metro stations and İSPARK capacity.' This distinguishes it from sibling tools focused on other location-based scoring (e.g., neighborhood-age-demand, solo-household-demand), showing a unique transit/parking access focus. The schema description reinforces this by mentioning 'Ranks customer-supplied Istanbul sites using straight-line proximity...'
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 offers no guidance on when to use this tool versus alternatives. It does not mention sibling tools, exclusions, or preferred use cases. The only contextual hint is the mention of being 'Unofficial, independent Actor,' which is about trust, not usage. There is no explicit 'use this when...' or 'for other scoring needs, see...' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
mois-neighborhood-age-demand-scorerMOIS Neighborhood Age Demand ScorerBInspect
Score neighborhoods from official resident age cohorts with customer-defined weights. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.02/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Stable idempotency key without personal data. | |
| cohortWeights | Yes | Non-overlapping inclusive age bands; age 110 means 110+. | |
| peerAdminCodes | Yes | Two to 200 official codes; must include every target. | |
| targetAdminCodes | Yes | One to 20 official 10-digit administrative-neighborhood codes to score. | |
| maxTotalChargeUsd | Yes | Maximum total run charge in addition to the platform cap. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds useful context beyond annotations, including that it is unofficial, independent, and costs $0.02/call. However, despite readOnlyHint=false and openWorldHint=true, it does not disclose any side effects, external data access, or operational 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?
The description is extremely concise: two sentences deliver the core purpose and important independence/pricing disclaimers. Every word earns its place with 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?
The tool has no output schema, so the description should explain what the result of 'scoring' looks like; it does not. It also doesn't mention open-world behavior or data source handling. The description covers purpose and price but remains incomplete for a scoring service.
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 input schema provides full coverage (100%) for all five parameters, so the description is not required to repeat them. The only semantic addition is 'customer-defined weights' which maps to cohortWeights, but no further parameter-specific meaning is added.
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's function: scoring neighborhoods using official resident age cohorts and customer-defined weights. It distinguishes itself from the sibling MOIS solo-household scorer via the 'age' focus, though it doesn't explicitly name that sibling.
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 offers no guidance on when to use this tool over the sibling scorers or other alternatives. There are no contextual cues, exclusions, or example scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
mois-solo-household-demand-scorerMOIS Solo Household Demand ScorerAInspect
Rank territories by official one-person-household age composition. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.05/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Stable idempotency key without personal data. | |
| ageWeights | Yes | Non-overlapping inclusive age bands; age 110 means 110+. | |
| peerLegalCodes | Yes | Two to 200 official codes; must include every target. | |
| targetLegalCodes | Yes | One to 20 official 10-digit legal-district codes to score. | |
| maxTotalChargeUsd | Yes | Maximum total run charge in addition to the platform cap. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide safety hints (readOnlyHint: false, destructiveHint: false). The description adds valuable behavioral context beyond annotations: it discloses that the tool is an 'Unofficial, independent Actor' and states the cost ('$0.05/call, x402 (USDC on base)'), which is useful for the agent. It does not detail rate limits or response behavior, but the added cost/affiliation transparency earns a solid 4.
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 compact: one sentence for core purpose, one sentence for disclaimers and pricing. Every clause adds information, with no filler or repetition. The most important action ('Rank') appears first, so it is well-structured and front-loaded.
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 scoring tool with 5 fully documented parameters and no output schema, the description explains the essential purpose and provides pricing/affiliation context. It does not fully explain what the ranking output looks like or how it differentiates from the sibling scorer, but the schema and annotations cover most of the necessary context. A 3 would undervalue the explicit cost and independence disclosure, so 4 is fitting.
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 input schema has 100% description coverage, including clear explanations for each parameter (e.g., ageWeights with non-overlapping bands, targetLegalCodes with 10-digit codes). The description does not add extra parameter-level meaning beyond mentioning 'age composition', so the baseline of 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 states a specific action ('Rank territories') with a specific resource ('official one-person-household age composition'), making the purpose clear. However, it does not explicitly distinguish from the very similar sibling tool 'mois-neighborhood-age-demand-scorer', so it stops short of a 5.
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 implies use when ranking territories by solo-household age composition, but gives no explicit guidance on when to choose this tool over its sibling 'mois-neighborhood-age-demand-scorer' or any other alternative. There is no mention of exclusions or preferred context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pricing_infoPricing — Location & Demand IntelligenceARead-onlyInspect
Free — list every paid tool in the 'location-demand-intelligence' bundle with its price, payTo address and network. Call this first if you don't have a wallet ready yet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive behavior. The description adds the 'Free' cost and explicitly enumerates returned fields (price, payTo, network), providing useful output context beyond the 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?
Two concise sentences: the first states what the tool does and its output fields, the second gives the usage instruction. No redundancy or unnecessary detail.
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 zero-parameter tool with no output schema, the description fully covers invocation context, result contents, and when to call it. It is self-sufficient and leaves no critical 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 tool has zero parameters and schema description coverage is 100%, so the baseline of 4 applies. The description focuses on purpose and output, which is appropriate given no parameters need explanation.
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 every paid tool in the 'location-demand-intelligence' bundle with price, payTo address, and network. The verb 'list' and specific resource distinguish it from sibling scoring tools.
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 call this first if no wallet is ready, giving a clear condition and priority. This effectively communicates when the tool should be used as a prerequisite for paid tool interactions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sahibindex-property-market-benchmarkSahibindex Property Market BenchmarkAInspect
Compare customer-owned property facts with licensed public Sahibindex market reports. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.02/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| reportUrl | No | Optional exact image5.sahibinden.com staticContent PDF. The PDF must identify itself as a public sale-market Sahibindex/BETAM report. | https://image5.sahibinden.com/staticContent/46800756/5ff7/403d/a818/c375e3143738/1774419975.pdf |
| requestId | Yes | Unique non-PII idempotency ID. Reuse is allowed only with identical decision inputs. | |
| properties | Yes | One to 50 customer-owned fact sets. Do not submit an address, owner name, contact data or listing URL. | |
| slowMarketDays | No | Closed-listing age at or above this value is labelled slow. | |
| maxTotalChargeUsd | Yes | Hard run cap checked for the entire set of new benchmarks before any claim. | |
| maxReportAgeMonths | No | Fail if the aggregate reference period is older than this many months. | |
| deviationThresholdPct | No | Absolute price-per-m² deviation that triggers below/above aggregate review. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable non-obvious context beyond annotations: it discloses that the tool is 'Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher' and provides pricing ('$0.02/call, x402 (USDC on base)'). These details supplement the openWorldHint and readOnlyHint flags with cost and affiliation information. It does not contradict annotations, and no major behavioral gaps remain glaring.
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 two concise sentences: the first states the core function, and the second adds necessary caveat and pricing info. Every clause earns its place, and the structure is front-loaded with the purpose. No redundant or verbose language.
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 tool has 7 parameters and no output schema. While the input schema is rich, the description does not explain what the tool returns (e.g., benchmark results, comparative metrics, or reports). The name 'benchmark' hints at the output, but the agent is left without clear expectations about the response structure, especially given the tool's cost and independence caveat. A statement about return format would complete the context.
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?
With schema description coverage at 100%, all parameters already have detailed descriptions in the input schema. The main description adds no parameter-specific meaning beyond what the schema provides. The schema itself explains idempotency, limits, and field semantics thoroughly, so the baseline score of 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's function: 'Compare customer-owned property facts with licensed public Sahibindex market reports.' It specifies the verb (compare), the resource (property facts vs. market reports), and the scope is evident from the name and sibling context (benchmark for property markets). This distinguishes it from the unrelated sibling tools.
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 implies usage (comparing property facts against market reports) but does not explicitly state when to use it vs. alternatives. The input schema adds a negative constraint ('Listing URLs and listing-page scraping are not supported') but no positive use cases or alternative tool exclusions. Since the purpose itself provides enough context to infer when to invoke, it earns a 3; however, it lacks explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
traffic-index-operating-window-plannerİBB Traffic Operating Window PlannerAInspect
Convert official hourly traffic history into explainable low-congestion operating windows. Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. — $0.02/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| windows | Yes | One paid decision at most per new, non-duplicate window plan. | |
| requestId | Yes | Reuse only for the exact same input. A changed payload with the same key fails closed. | |
| maxTotalChargeUsd | Yes | Checked before any decision claim and again by the Apify platform. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses pricing ('$0.02/call'), payment method ('USDC on base'), and independence ('Unofficial, independent Actor'), which go beyond the annotations. It does not contradict annotations and adds context not available from structured fields.
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 extremely concise (two sentences) with the core purpose front-loaded, followed by essential disclaimers and pricing. Every sentence earns its place with 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?
The tool has moderate complexity and no output schema, yet the description does not explain the return format or how the operating windows are computed beyond stating the conversion. It remains adequate for selection but not fully sufficient for invocation without relying on the schema's input descriptions.
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 detailed parameter descriptions, so the baseline is 3. The main description adds no extra parameter semantics beyond the high-level 'traffic history into windows' concept, but schema already handles the burden.
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 states a specific verb ('Convert') and resource ('official hourly traffic history') with a clear output ('explainable low-congestion operating windows'). This clearly distinguishes it from sibling tools focused on earthquakes, parking, and real estate.
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?
No explicit when-to-use or when-not-to-use guidance is provided. The description only states what the tool does, leaving usage to be inferred from the domain and tool name.
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!
Related MCP Servers
- Flicense-qualityCmaintenancePay-per-call structured data for autonomous AI agents. x402-metered, MCP-native.
- Flicense-qualityBmaintenanceEnables LLM agents to query the Explore Local Statistics API for local area data like employment rates and demographics.
- AlicenseAqualityAmaintenanceUK property area intelligence: validated trajectory scores, gentrification early-warning and area screening for 2,292 England & Wales postcode districts, from 30+ government data sources.127MIT
- Alicense-qualityCmaintenanceAgent-ready economic, market & geo-health intelligence — 163 MCP tools, 155 driver-backed indices.MIT