Tribunal TJSP: Processos do 1º Grau
Server Details
Tribunal TJSP: Court Cases do 1º Grau, official-source lookup. Platform-hosted, pay per query with p
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/tribunal_tjsp_primeiro_grau-mcp
- GitHub Stars
- 0
- Server Listing
- Tribunal TJSP: Processos do 1º Grau
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.9/5 across 7 of 7 tools scored. Lowest: 3.1/5.
The set mixes platform-level tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with a single domain-specific tool (tribunal_tjsp_primeiro_grau_consultar). The platform tools are mostly distinct, but 'connect' and 'toolkit_info' both report connection status, and 'marketplace' overlaps with 'toolkit_info' in listing tools, creating some ambiguity.
Naming is inconsistent: platform tools use generic verbs (authenticate, connect, report_bug, show_version) or noun-based names (marketplace, toolkit_info), while the domain tool uses a long snake_case Portuguese name (tribunal_tjsp_primeiro_grau_consultar). There is no consistent verb_noun pattern across the set.
Seven tools is a reasonable count, but the set is dominated by platform management tools (6 of 7) with only one actual domain tool for the stated purpose (Tribunal TJSP). This feels like a platform wrapper with a single domain capability, making the count borderline for the server's apparent scope.
For a server named 'Tribunal TJSP: Processos do 1º Grau', the domain surface is severely incomplete: only one consult (query) tool exists, with no support for listing, filtering, or retrieving details beyond a single generic consult. The platform tools are complete for their purpose, but the domain coverage is minimal and will likely cause agent failures for any non-trivial workflow.
Available Tools
7 toolsauthenticateAIdempotentInspect
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?
The description adds useful behavioral context beyond annotations: it explains that config-based tokens are permanent and non-expiring, while pasted tokens are session-only. It does not detail failure modes or success response formats, but annotations already establish safety expectations.
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 fairly compact and front-loaded with the core browser-login flow. The 'MCP.AI for IDE agents' opener and the two-part config-vs-session guidance earn their place, though a slightly cleaner structure would improve it.
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 one-optional-parameter auth tool with no output schema, it covers the main workflow well: login flow, permanent config option, session-only option, and no-args behavior. It does not specify what the tool returns after token authentication, which leaves some ambiguity, but the description is otherwise 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?
The input schema is bare with 0% coverage, and the description compensates by explaining that the optional token parameter is a JWT to be pasted after login. It also makes clear that calling without arguments returns the login link, which adds meaning to an otherwise undocumented 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: the user logs in via browser, pastes a JWT, or calls with no args to receive a login link. It distinguishes itself by being the auth/token entry point among the listed 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?
It explicitly distinguishes the permanent config-based login from the session-only pasted-token login, and says to call with no args to get the link. It gives concrete branch guidance, though it does not explicitly 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.
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 readOnlyHint and idempotentHint. The description adds valuable conditional behavior ('when all providers are connected...' and 'when credentials are missing...'), disclosing the dynamic response shape. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two succinct sentences, front-loading the main purpose and then covering edge cases. No fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only, zero-parameter status endpoint with good annotations, the description fully covers the response behavior and failure modes. No output schema needed.
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?
No parameters exist, so schema coverage is trivially 100%. The description doesn't need to add parameter semantics. Baseline 4 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?
Specific verb+resource: 'Returns connection status and URLs.' Clearly differentiates from siblings like authenticate and toolkit_info. The purpose is immediately obvious.
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 its use as a status check but does not explicitly state when to prefer it over siblings or when not to use it. No exclusions are given, but the context is understandable.
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?
Annotations are weak (all false), so the description carries full burden. It adds substantial behavioral context: 'invoke works even when the MCP is NOT installed', credential flows ('invoke returns a connect link'), payment flows ('checkout/top-up link... then you retry'), permission requirements ('Writes require workspace owner/admin'), and the 'installed_in_toolkit vs installed_in_workspace' flags. The one-off vs permanent install distinction transparently explains the side effects.
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?
This is a single, dense wall of text with no paragraph breaks, lists, or visual segmentation despite covering two major features, ~14 actions, and ~20 concepts. It mixes languages ('consulta um CPF', 'pontualmente') and crams orthogonal concerns (search flow, install-vs-invoke decision, billing, prompt library) into one run-on narrative. The content is valuable, but the structure actively harms scannability for such a complex tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the extreme complexity (23 params, 14 actions, a sub-feature), the description is dense but comprehensive: it covers auth, payment, permissions, billing lifecycle (subscribe/cancel), error recovery ('then you retry'), and prompt library semantics without an output schema to offload to. Small gaps remain (list_tools output semantics, immediate/tier_slug, search result structure), but the main user journeys and edge cases are addressed.
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 0% schema description coverage, the description must compensate. It does explain the core action parameter values contextually: 'action=search discovers MCPs by intent → describe returns one MCP's full profile... → invoke RUNS that tool.' It also explains prompt library parameters like prompt_vars ('with {{variables}} filled') and publish_prompt's slug link. However, many parameters (limit, query, immediate, tier_slug, conversation, cancel_reason, report_context, etc.) remain undocumented in both schema and description, which prevents a 5.
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 is 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It uses the specific verb+resource structure ('discover', 'describe', 'invoke'), defines scope ('Covers capability requests like find an MCP that does X'), and distinguishes the prompt library sub-feature from the MCP catalog. The polysemous 'marketplace' name is disambiguated from any competitor or counting concept.
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 when/when-not guidance with named alternatives: 'Use install only to make an MCP PERMANENT in the active toolkit... prefer invoke for a single/occasional use'; 'request_mcp asks us to build a NEW MCP when nothing fits.' It also gives explicit exclusions, e.g., 'without adding the MCP to the toolkit and without bloating the tool list,' making it clear when NOT to use install.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugBIdempotentInspect
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?
The description does not disclose any behavioral traits beyond the basic action. Moreover, the annotation idempotentHint=true contradicts the typical non-idempotent nature of reporting a bug, as each report likely creates a new entry. This contradiction merits a score of 1.
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 succinct, using two sentences without 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?
The description provides a clear purpose but lacks usage guidelines, preconditions, side effects, or any information about the expected behavior. It is not fully self-contained for an agent to use 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?
The description explains the 'conversation' parameter as needing recent messages for reproduction, but leaves 'context' and 'message' vague. Since the schema provides no descriptions, the description only partially compensates.
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: reporting bugs, missing features, or feedback. It is specific and distinct 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 implies usage (when you want to report an issue) but does not explicitly compare to alternatives or provide context on when to use it versus other tools. It lacks clear when-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 state readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description adds that versions are current. No additional side effects, auth requirements, rate limits, or output shape are disclosed, but this is a low-risk read-only 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 a single, focused sentence with no filler, repetition, or unnecessary detail. It is easy to parse quickly.
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 that this is a simple zero-parameter version-inspection tool with strong read-only annotations, the description is nearly complete. The only minor gap is the absence of output-shape detail or explicit guidance on how it relates to sibling informational tools.
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 empty input schema is fully self-explanatory and there is no parameter detail for the description to need to add. This matches the baseline for 0-parameter tools.
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 identifies the tool function using a specific verb and resource: showing current MCP platform and adapter versions. It does not explicitly differentiate from sibling tools like toolkit_info, which keeps it from a perfect score.
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 intended usage is implied: call when you need current version information. There is no explicit when-not-to-use guidance or mention of alternative information tools, but the tool is simple and parameterless.
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, idempotentHint=true, and destructiveHint=false, so the description's implicit read-only nature aligns well. The description adds context by specifying exactly what is returned (installed MCPs, connection status, accounts, catalog tool counts), but it does not elaborate on performance, freshness, or any side effects, which is acceptable given the safety hints.
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, tightly packed with all relevant details (what is returned and the components). No unnecessary fluff, and it is front-loaded with the main action. It earns full marks for conciseness and structure.
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, but a clear list of returned data), the description is sufficiently complete for an agent to understand the tool's purpose and expected output. It could optionally mention that the tool is useful for verifying connectivity, but that is not essential, so a 4 is appropriate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has zero parameters, so the description does not need to document parameter semantics. The baseline for 0 parameters is a score of 4, and the description effectively conveys what the tool does without any parameter dependence, making it consistent.
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 specifies the verb 'Returns' and the resource 'current toolkit state', listing the specific data items (installed MCPs, connection status, accounts, catalog tool counts). It is distinct from sibling tools like 'show_version' or 'authenticate', and distinguishes itself as a read-only status/inventory tool.
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 this is for checking the toolkit's overall state, but it does not explicitly say when to use this versus other tools (e.g., when troubleshooting connections, before running a tool, or to see available accounts). No exclusions or alternatives are mentioned, so the guidance is minimal but not misleading.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tribunal_tjsp_primeiro_grau_consultarARead-onlyIdempotentInspect
Tribunal TJSP: Processos do 1º Grau, 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 |
|---|---|---|---|
| rg | No | ||
| cda | No | ||
| cpf | No | ||
| oab | No | ||
| cnpj | No | ||
| parte | No | ||
| pagina | No | ||
| advogado | No | ||
| processo | No | ||
| carta_precatoria | No | ||
| documento_delegacia | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the readOnly/idempotent hints: queries are hosted, require no platform credentials, are paid per query, and only access non-confidential citizen-available data. It also discloses LGPD data-controller responsibilities, though it omits details about return format or pagination.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well structured: three sentences, each adding distinct information about purpose, cost/access, and legal responsibility. It is front-loaded with the core purpose and contains no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 11 optional parameters and no output schema, the description is not complete enough for reliable invocation. It explains cost and source but does not state which parameter combinations are valid, how results are returned, or whether pagination is needed.
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 11 string parameters and 0% schema description coverage, the description provides no explanation of parameter meanings, combinations, or valid usage. The parameter names like cpf, cnpj, or processo are somewhat self-explanatory, but the description itself adds no semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a query ('consulta') for TJSP first-instance judicial proceedings from an official source, with explicit mention of Brazilian official sources. This distinguishes it from the sibling tools, which are platform-level utilities like authentication or marketplace.
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 one needs official TJSP first-degree case information and provides operational context such as prepaid credit and no platform credentials. It does not explicitly state when-not-to-use or compare against alternatives, though no comparable sibling query tools exist.
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
- Alicense-qualityCmaintenanceEnables querying unified court proceedings from the São Paulo State Court (TJSP) via the Eproc system, providing read-only access to official case information through a single consultation tool.MIT
- Alicense-qualityCmaintenanceConsulta certidões cíveis de 1º grau do Tribunal de Justiça de São Paulo em fonte oficial, com leitura somente e acesso via MCP.MIT
- Alicense-qualityCmaintenanceEnables downloading first-degree certificates from the São Paulo Court of Justice (TJSP) via official source, with a single read-only tool.MIT
- Alicense-qualityCmaintenanceEmits 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
Your Connectors
Sign in to create a connector for this server.