Conselho Nacional de Justiça: Serventias Extrajudiciais (Lista)
Server Details
Conselho Nacional de Justiça: Serventias Extrajudiciais (Lista), official-source lookup. Platform-ho
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/cnj_serventias_extrajud_lista-mcp
- GitHub Stars
- 0
- Server Listing
- cnj_serventias_extrajud_lista
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 7 of 7 tools scored. Lowest: 3.1/5.
Each tool has a clear, non-overlapping purpose. The single domain tool is distinct from the platform utilities, and the utilities (authenticate, connect, marketplace, etc.) are all clearly differentiated from each other.
Tool names follow no consistent pattern: single verbs (authenticate, connect), nouns (marketplace), verb-noun compounds (report_bug, show_version), noun compounds (toolkit_info), and one long Portuguese snake_case name. The mix of styles makes naming unpredictable.
At 7 tools, the count is within a typical range, but the server's stated purpose (CNJ extrajudicial data) is served by only one tool; the other six are generic platform utilities that seem unrelated to the domain, making the composition poorly scoped.
The server offers only a single query operation (consultar) for the CNJ extrajudicial registries, with no other lifecycle operations (list, create, update, delete). This severely limits any practical workflow, making the tool surface incomplete.
Available Tools
7 toolsauthenticateBIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate idempotentHint=true (safe to repeat) and destructiveHint=false. The description adds that the token is a JWT and that config-based connection is permanent and non-expiring, which is useful. However, it does not mention any side effects (like creating a session) or the exact behavior of returning a link (e.g., does it open a browser? It implies redirecting user to browser). The description provides moderate 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 a single sentence but it is dense and front-loaded with 'MCP.AI for IDE agents'. It includes practical instructions, but the fl ow is a bit convoluted: it alternates between config and session options, which may confuse. It is reasonably concise but could be better structured with clear steps.
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 has 1 optional parameter, no output schema, and annotations that are minimal (no readOnly, but idempotent), the description provides enough for basic use but lacks details on return value (e.g., what is returned on success) and error handling. It covers the main use cases but not edge cases. Overall, adequate but not comprehensive.
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 0% (schema has no descriptions), so the description carries the burden. It explains that 'token' is a JWT pasted by the user and that it can be omitted to get a link. However, it does not specify token format requirements, validity, or error cases. This is minimal compensation for a single parameter.
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 that the tool is for authentication, providing a login link or accepting a token. It distinguishes from siblings by focusing on auth, but it does not explicitly name alternatives, leaving some ambiguity about when to use 'connect' instead.
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 provides clear usage scenarios: add token to config for permanent connection, or paste token for session-only login, or call with no args to get link. It also mentions the target audience (IDE agents). However, it does not explicitly state when NOT to use this tool or mention alternatives like 'connect'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cnj_serventias_extrajud_lista_consultarARead-onlyIdempotentInspect
Conselho Nacional de Justiça: Serventias Extrajudiciais (Lista), consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).
| Name | Required | Description | Default |
|---|---|---|---|
| uf | Yes | ||
| municipio | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the read-only and idempotent annotations, the description discloses that the tool consumes prepaid credits, originates from official sources, is not confidential, and imposes LGPD compliance responsibilities. These behavioral details are not covered by annotations and are valuable for the agent.
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, somewhat redundant paragraph (repeats 'official source' twice) and includes legal boilerplate about LGPD. It could be more concise, but it is not excessively long and follows a logical flow from source to usage conditions.
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 list-query tool, the description sufficiently covers the data source, access conditions, and legal considerations. It does not specify output format, but given the simplicity and lack of output schema, the provided context is adequate for decision-making.
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 includes 'uf' and 'municipio' as required strings, but the description does not explain their meaning, allowed values, or how they affect the query. The agent is left to infer that 'uf' is a Brazilian state and 'municipio' is a municipality, which is not explicit.
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 that the tool queries a list of extrajudicial services from the official CNJ source. It specifies the nature of the data (official, non-confidential) and differentiates from sibling tools like authentication or connection tools by focusing on a specific data query.
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 provides some usage context (requires prepaid credits, no platform credentials needed, official data), but it does not explicitly state when to use this tool versus alternatives or provide conditional usage guidance. It implies a query scenario but lacks direct comparison to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and idempotent behavior. The description adds valuable context by specifying exact return values for different states (authenticated:true vs connect_url), which goes beyond the structured 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 sentences, front-loaded with the primary purpose, and every sentence adds meaningful detail about conditional behavior. 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?
For a zero-parameter, read-only tool with no output schema, the description fully covers its behavior in both relevant states. It is complete for the tool's simplicity.
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, so the baseline is 4. The description doesn't need to explain parameter semantics and adds no irrelevant information.
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 'Returns' and clearly states the resource: connection status and URLs. It also distinguishes the tool by describing two conditional states (connected vs missing credentials), which differentiates it from siblings like authenticate.
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 provides clear context on when to use the tool: to check connection status and get URLs. It doesn't explicitly name alternatives or exclusions, but the behavior is clear enough to infer appropriate use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Despite annotations like readOnlyHint=false and openWorldHint=true, the description adds essential context: invoke works even when the MCP isn't installed, runs one-off without bloating the tool list, and handles auth/payment edge cases via connect/checkout links. It also clarifies permission requirements for write actions, going well beyond what annotations convey.
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 long (~400 words) but well-organized, front-loading the core flow and key differentiators. It uses paragraphs and bold/uppercase for emphasis, making it readable despite its length. Every section adds value, though it could be tightened with bullet points for the many sub-actions.
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 complexity (23 params, no output schema, zero schema coverage), the description is remarkably complete. It covers the full lifecycle, including discovery, execution, permissions, auth/payment fallbacks, permanent vs. one-off usage, and the prompt library sub-features. This is sufficient for an agent to use the tool effectively.
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%, so the description must compensate for the 23 parameters. It explains the core parameters like action, mcp_id, tool_id, and arguments, and mentions prompt-related fields indirectly, but does not cover all parameters (e.g., cancel_reason, prompt_targets, tier_slug). The high-level flow provides some meaning, but not exhaustive parameter semantics.
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 that this is the mcp.ai marketplace tool, encompassing discovery, description, and execution of MCPs, plus a prompt library. It details the core flow (search → describe → invoke) and explicitly mentions sub-features like install, subscribe, and prompt publishing, making its purpose unambiguous and differentiating it from sibling tools like authenticate or connect.
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 provides explicit usage guidance: it outlines the core flow, advises 'prefer invoke for a single/occasional use' and 'use install only to make an MCP PERMANENT', explains when invoke returns connect/checkout links and how to retry, and notes that write actions require workspace owner/admin. This thoroughly addresses when to use this tool versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugAIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds the behavioral detail that the conversation array is needed for reproduction, which is useful context. However, it does not go beyond this, such as explaining response behavior or side effects. With annotations covering the baseline, a 3 is appropriate.
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 with no unnecessary words. The main purpose is front-loaded, and the reproduction instruction is clearly separated. Every sentence 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?
Given the tool's simplicity (3 parameters, no output schema, no nested objects), the description is mostly complete. It covers the core function and the key parameter. It could optionally mention the response or clarify 'context', but the description is sufficient for a basic bug-reporting tool. A minor gap prevents a 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?
Schema description coverage is 0%, so the description must compensate. It explains 'conversation' by calling it an array of recent messages, but the schema types it as a string, creating potential confusion. It does not clarify 'message' or 'context', leaving those parameters underspecified. The compensation is only partial, so a 2 reflects the gap.
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 strong imperative verb 'Report' and clearly specifies the resource: bug, missing feature, or feedback. This clearly distinguishes it from sibling tools like authenticate or marketplace. It is not a tautology and leaves no doubt about the tool's function.
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 tells when to use the tool (when encountering a bug or wanting to provide feedback) and even adds the instruction to include the conversation array for reproduction. It does not explicitly mention alternatives, but given the distinct purpose among siblings, this is acceptable. Lacks explicit 'when not to use' but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds useful context by specifying it reports 'MCP platform and adapter versions,' which clarifies return content 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?
A single, grammatically simple sentence that is front-loaded and contains zero filler. Every word 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 zero-parameter, read-only tool with strong annotations, the description fully conveys purpose and output. Even without an output schema, it specifies the key content (platform and adapter versions), making it complete for agent invocation.
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, so the baseline is 4; the input schema is empty and fully 'covered' by the description. No parameter documentation is required or missing.
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 uses specific verb 'Show' and identifies the exact resource 'current MCP platform and adapter versions,' making the function immediately clear. It naturally distinguishes from sibling tools like authenticate, connect, and toolkit_info, which serve different purposes.
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 tool's purpose is self-evident for retrieving version information, and no sibling tool offers a comparable function. While explicit when-to-use guidance is absent, the context is clear and there are no exclusions; a minor deduction only for not stating 'use when you need version info' directly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds meaningful context about the returned state (MCPs, status, accounts, catalog tool counts). It doesn't mention potential edge cases like empty states, but it doesn't contradict the annotations. This adds value beyond the structured metadata.
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, well-structured sentence that front-loads the core purpose ('Returns the current toolkit state:') followed by a colon-led list of specific attributes (MCPs, status, accounts, catalog tool counts). Every word earns its place with no unnecessary padding 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?
Given the tool's simplicity (zero parameters, no output schema, read-only), the description fully captures what the agent needs to know. It enumerates all the elements of the toolkit state that will be returned, leaving no ambiguity about the tool's behavior. The annotations cover safety, and the description covers content.
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, so there is nothing for the description to add. The rubric specifies a baseline of 4 for zero-parameter tools, and the schema coverage is at 100% trivially. The description correctly focuses on the return value rather than 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 and resource: 'Returns the current toolkit state', then details exactly what that includes: 'installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.' This clearly differentiates it from siblings like show_version and marketplace by referencing MCPs and connections.
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 when to use this tool but does not explicitly mention when not to use it or reference alternatives. For example, it doesn't contrast with siblings like marketplace or show_version, so an agent must infer that this is the go-to for connection-state information. The usage context is clear but not made explicit.
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
- AlicenseNot gradedqualityCmaintenanceConsulta detalhes de serventias extrajudiciais do Conselho Nacional de Justiça em fonte oficial, com ferramenta de leitura paga por uso e integração com qualquer cliente MCP.MIT
- AlicenseNot gradedqualityCmaintenanceEmits civil, criminal, and fiscal certificates from Brazilian state courts (Tribunal de Justiça) using CPF or CNPJ and UF. Read-only MCP server accessible via HTTP, pay-per-use with prepaid credits.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for read-only consultation of Brazilian National Council of Justice SEEU court proceedings from official sources, using prepaid credit.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying registration of certificate requests from the official Tribunal de Justiça de São Paulo (TJSP) system via a single read-only tool.MIT
Your Connectors
Sign in to create a connector for this server.