Quantamentry
Server Details
Daily sovereign-credibility and macro scores for 169 emerging markets, built on free public data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 4.5/5 across 3 of 3 tools scored.
Each tool targets a clearly distinct operation: one returns a single country's details, one returns the full ranked country list, and one returns the weekly briefing. There is no meaningful overlap or risk of an agent picking the wrong tool for a given task.
All tool names follow a predictable verb_noun pattern using get_ and list_, which are standard read-operation verbs in MCP tooling. The naming is consistent, lowercase, and makes the purpose of each tool immediately clear.
Three tools is a well-scoped size for a focused sovereign-credibility data server. Each tool provides a distinct, necessary capability—single-country lookup, full list, and latest briefing—without redundant or excessive surface area.
For a read-only public data service, the surface covers the core workflows: listing available countries, retrieving a single country's score, and reading the latest weekly briefing. The noted free-tier limitations are explicit constraints rather than missing operations an agent would expect from this server.
Available Tools
3 toolsget_countryAInspect
Get one country's public sovereign-credibility reading: the 0-100 composite score, its credibility band, its rank and percentile within its region, the 7-day move, a one-line read and the score date. The seven underlying dimensions, the executive summary and the 90-day history are not in the free tier.
| Name | Required | Description | Default |
|---|---|---|---|
| iso | Yes | ISO 3166-1 alpha-3 country code, e.g. 'BRA'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It explicitly names the returned fields and also states what is NOT available in the free tier (underlying dimensions, executive summary, 90-day history). This gives strong transparency about payload scope and tier limitations, though it doesn't discuss errors, auth, or data freshness beyond 'score date'.
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 tight sentences. The first leads with the action and then enumerates the exact return fields in a colon-separated list; the second usefully states what is excluded. No filler or repetition of schema info.
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 single-param, no-output-schema tool, the description is effectively an output contract: it lists all returned components and explicitly flags excluded fields. An agent can select and call this tool with confidence on a first attempt.
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% and the schema already fully describes the iso parameter with an example. The description adds no new parameter-level meaning, so it earns the baseline of 3 without needing 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?
States a specific verb ('Get') and an exact resource: one country's public sovereign-credibility reading, followed by a detailed list of included fields. The singular 'one country' clearly separates it from list_countries, and the 'reading' focus separates it from get_latest_briefing.
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?
Clearly describes the context: use it when you want a single country's sovereign-credibility reading with specific metrics. It does not explicitly say 'use get_latest_briefing for briefings' or 'use list_countries to enumerate countries,' but the one-country framing and the list of returned fields provide clear usage context without exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_latest_briefingAInspect
Get the current weekly briefing in full: which sovereign credibility scores moved this week, by how much, and which dimension drove each move. Published every Monday and free to read.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It discloses the publication cadence (every Monday), the content granularity (score movements and driving dimensions), and the access condition (free to read). For a zero-parameter read tool, this is meaningful context beyond the tool's name.
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, no wasted words. The main purpose is front-loaded, followed by detail on content and availability. Every clause earns its place.
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, no-argument informational tool, the description fully covers what the briefing contains, when it is available, and that it is free. No output schema or parameters exist, so nothing essential is missing.
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 the schema confirms an empty object, so there are no parameter semantics to document. The baseline of 4 applies because there is nothing the description needs to compensate for.
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 names a specific resource (current weekly briefing) and a clear action (get in full), then elaborates exactly what the briefing contains: which sovereign credibility scores moved, by how much, and which dimension drove each move. This clearly differentiates it from siblings get_country and list_countries.
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 gives clear usage context: the briefing is weekly, published every Monday, and free to read. It implies when the tool is useful and that no special access is needed, though it does not explicitly name alternative tools or say 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_countriesAInspect
List every country Quantamentry scores, in rank order by composite sovereign-credibility score, plus the 'monitored' countries held out of the headline ranking for thin data coverage. Free tier: credibility BAND only, no composite scores and no deltas. Call get_country for a single country's score.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the behavioral disclosure. It explains the free-tier limitation (credibility band only, no composite scores or deltas) and the treatment of thin-data monitored countries. This is meaningful behavioral context, though it could have been slightly more explicit about output shape or ordering 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 compact, with no filler. The first sentence delivers the core purpose and ranking, the second adds the tier limitation, and the third points to a sibling tool. Every sentence earns its place and the structure is 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 zero-parameter listing tool with no output schema, the description covers purpose, order, exclusions, tier constraints, and the correct alternative for single-country data. There is no missing information an agent would reasonably need to invoke or interpret this 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?
The tool takes zero parameters, so schema coverage is complete by definition. The description adds no parameter-specific detail because there are none; the baseline of 4 applies. It still informs what the output will contain, which is relevant to expected usage.
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 ('List') and resource ('every country Quantamentry scores'), adds the ranking criterion and explicitly calls out the monitored-country exception. It is easily distinguishable from get_country (single country) and get_latest_briefing (briefing), so an agent can select it without opening the schema.
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 clearly indicates when to use the tool: when you need the full list of countries in rank order. It also points to the alternative get_country for single-country lookups, and qualifies the free-tier behavior. This gives an agent explicit routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Live macro data for AI agents: regime, conditions, liquidity, with input provenance. No signup.
Search expert emerging-markets research on economics, politics, policy and sovereign risk.
Geopolitical grounding for AI agents: country risk, forecasts, chokepoints, sanctions. Free tier.
License-clean African & EM data as citable agent tools: company fundamentals, tenders (OCDS), macro.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceReal-time crypto risk scoring for AI agents. Trust Score, crash probability, and distance-to-default for 205 tokens. Free, no API key needed.MIT- AlicenseNot gradedqualityCmaintenanceAgent-ready economic, market & geo-health intelligence — 163 MCP tools, 155 driver-backed indices.MIT
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.91675MIT
- AlicenseNot gradedqualityCmaintenanceReal-time curated knowledge API for AI agents. Updated Mon/Wed/Fri from 31 sources covering AI/tech, startups, alternative markets, and emerging markets — no scraping or storage required.1MIT