dnv-spain
Server Details
Spain Digital Nomad Visa: eligibility check by UGE rules, sworn translators search, visa facts.
- 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.2/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: eligibility checking, translator lookup, and factual reference. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern in snake_case (check_, find_, get_), making them predictable and readable.
With 3 tools, the server is tightly scoped to its purpose. Each tool covers a necessary aspect of the Digital Nomad Visa process without redundancy or bloat.
The set covers the core needs: eligibility assessment, translator search, and general requirements. Minor gaps exist such as a dedicated document checklist, but the main workflows are supported.
Available Tools
3 toolscheck_dnv_eligibilityAInspect
Проверяет проходимость кейса на визу цифрового кочевника (Digital Nomad Visa) в Испании по официальным правилам UGE: порог дохода с учётом семьи, стаж отношений с работодателем, маршрут подачи. Возвращает вердикт, требуемый порог и рекомендации.
| Name | Required | Description | Default |
|---|---|---|---|
| partner | No | Едет ли супруг/партнёр | |
| children | No | Сколько детей едет | |
| location | Yes | Где заявитель находится сейчас | |
| employment | Yes | Тип занятости: contractor = ИП/фрилансер с заказчиками, employee = наёмный сотрудник, company = владелец компании | |
| tenure_months | Yes | Сколько месяцев длятся отношения с текущим работодателем или основным заказчиком | |
| income_monthly_eur | Yes | Ежемесячный доход в евро |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the behavioral logic: checks income threshold with family, employment tenure, and application route, and returns a verdict with threshold and recommendations. This goes beyond a simple 'checks eligibility' and provides useful context about what the tool computes. No contradictions with annotations (none provided).
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, concise, and front-loaded with the main action and return information. Every sentence carries essential information: what the tool does, the criteria it checks, and what it returns. No unnecessary words or repetition.
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 tool with 6 parameters and no output schema, the description adequately covers the essence: what it checks, based on official rules, and what it returns. It lacks exact output structure, but the high-level return (verdict, threshold, recommendations) is sufficient for selection. Given the moderate complexity, this is a good level of completeness.
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 baseline is 3. The description adds some context by linking income threshold to family and mentioning tenure and route, but it does not add specific details about each parameter beyond what the schema already provides. Since the schema is well-documented, the description's additional semantic value is marginal.
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+resource: 'Проверяет проходимость кейса' (checks the case passability) for the Digital Nomad Visa in Spain. It clearly distinguishes from siblings by focusing on eligibility assessment rather than finding translators or getting general facts. Also explicitly states what it returns (verdict, threshold, recommendations).
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 implies when to use this tool: when you need to check eligibility under UGE rules. It mentions specific criteria (income threshold, tenure, submission route) which indicates the context. However, it does not explicitly mention alternatives or when not to use, so it misses the 'when-not' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_sworn_translatorsAInspect
Ищет присяжных переводчиков (traductores jurados) из официального реестра МИД Испании по языку и провинции. Только такие переводы принимаются UGE и консульствами.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Сколько вернуть (максимум 20) | |
| language | Yes | Язык документа по-русски (например: Русский, Украинский, Английский) или по-испански заглавными (RUSO, INGLES) | |
| province | No | Провинция Испании (необязательно), например MADRID или BARCELONA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It adds behavioral context by specifying the official registry as the source and the acceptance by UGE/consulates. However, it omits return format, pagination, or edge cases, which is a notable gap for a search tool.
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, front-loaded with the core purpose and followed by a single contextual statement. 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 is a simple finder with well-documented parameters and no output schema. The description covers purpose, source, and significance concisely. While it does not specify the return structure, the output is predictable from the tool name and purpose; a bit more detail on returned fields would push it to 5.
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 already describes all three parameters with 100% coverage. The description only restates that filtering is by language and province, adding no new parameter details. Baseline 3 is appropriate because the schema carries the load.
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 'Ищет' (finds), names the resource ('присяжных переводчиков' / sworn translators), identifies the official source ('официального реестра МИД Испании'), and specifies criteria ('по языку и провинции'). This cleanly distinguishes it from the sibling tools, which focus on DNV eligibility and facts.
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 context by noting that only these sworn translations are accepted by UGE and consulates, signaling why a user would need this tool. It does not state explicit when-not-to-use rules, but the sibling tools have clearly unrelated purposes, so ambiguity is minimal.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_dnv_factsAInspect
Возвращает актуальные требования визы цифрового кочевника Испании: пороги дохода, сроки, маршруты подачи, правила апостиля.
| 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 carries the burden of disclosing behavior. It states the tool returns current requirements and specifies the domains covered, which gives a clear sense of what to expect. It does not describe output format or limitations, but for a zero-parameter fact retrieval tool, this is adequate.
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 a single, front-loaded sentence with a clear verb and specific enumerations. Every word adds value; no redundant phrasing.
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 the tool's simplicity (no parameters, no output schema), the description covers the key aspects: what it does and what content categories are included. It could mention explicitly that it's not a personalized eligibility check, but that is tangential to the fact-retrieval purpose.
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 no parameters, and the schema is empty. The baseline for zero parameters is 4; the description adds context about the returned content, which is not parameter-related.
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 returns current requirements for Spain's digital nomad visa, enumerating specific content areas (income thresholds, timelines, filing routes, apostille rules). This differentiates it from siblings like check_dnv_eligibility and find_sworn_translators.
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 makes the tool's use case clear: to obtain up-to-date visa requirement facts. It does not explicitly mention alternatives or exclusions, but the context is unambiguous; the sibling tools' names imply different purposes, so no confusion arises.
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
AlicenseAqualityAmaintenanceTravel compliance and trip planning for digital nomads — visa requirements, tax residency analysis, Schengen 90/180-day tracking, and curated accommodation, transport, and experience search across 189 European destinations.7MIT- AlicenseAqualityCmaintenanceProvides access to official Spanish fiscal data and tools based on AEAT and BOE sources, covering income tax, VAT, and regional deductions. It enables AI assistants to answer tax-related queries and verify filing deadlines using verified information.101213MIT
- Alicense-qualityBmaintenanceThe first fiscal MCP server for Spain, connecting AI agents to live IAE, CNAE 2025, AEAT tax-form, and RETA data from official sources.MIT
- Alicense-qualityBmaintenanceCompany data for Spain, France, the UK, Ireland and Poland — registry, KYB and sanctions.78MIT