Talandor
Public MCP report

Neoenergia (Elektro): Download + OCR

https://api.mcp.ai/p_contas_neoenergia_download_ocr

Official Registry

Official Registry · io.github.mcp-dir/contas_neoenergia_download_ocr-mcp · Publisher namespace: io.github.mcp-dir

Server checked today at 20:41 UTC

Displayed catalog: last complete observation from September 19

7 public tools observed. Tools were not executed. These tools come from the catalog observation above, not from the latest availability check.

Reachable

What Talandor observed

The server answered

Add the endpoint to a compatible client below. A Watch can alert you if this public catalog changes.

This is a public protocol and tools/list check, not a functional validation.

https://api.mcp.ai/p_contas_neoenergia_download_ocr
AvailabilityReachablemeasured
Tools7 public tools observedmeasured
CompatibilityEstimated from published client rules · not a hands-on testestimated

Configure your assistant · Check details

How to use this MCP

Talandor checks the server; it does not connect the server to your assistant.

Choose your assistant, then copy the configuration shown for that client. Authentication is completed with the MCP provider, never inside Talandor.

    Open the official client guide (opens in a new tab)
    Compatibility evidence by assistant

    Compatibility is estimated from published configuration rules and is not a hands-on test in each client.

    Claude
    Observed 2025-11-25.
    Likely compatible · inferred
    Cursor
    Streamable HTTP and public HTTPS were observed.
    Likely compatible · inferred
    ChatGPT
    Public tool names, descriptions and schemas were observed. Plan and workspace access still apply.
    Likely compatible · inferred
    VS Code
    Public remote HTTP configuration can be assessed.
    Likely compatible · inferred
    Generic MCP
    Observed 2025-11-25.
    Likely compatible · inferred

    Rule evidence: Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

    Check details

    What changed

    Public contract stable since
    Last check · No semantic contract change since the previous complete snapshot.
    Info

    The notes above are for this connector.

    Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
    Tools and declared exposure

    Server annotations are declarations, not verified behavior.

    Show 7 of 7 server-provided tool definitions
    authenticate
    Declared idempotent
    Show server-provided details
    Server description (copied; language not verified)
    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: "<jwt>" } after the user pastes, or with no args to get the link.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "token": {
          "type": "string"
        }
      }
    }
    connect
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    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.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    contas_neoenergia_download_ocr_consultar
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    Neoenergia (Elektro): Download + OCR, 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).
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "login_senha"
      ],
      "properties": {
        "uc": {
          "type": "string"
        },
        "uf": {
          "type": "string"
        },
        "mes_ano": {
          "type": "string"
        },
        "login_cpf": {
          "type": "string"
        },
        "login_cnpj": {
          "type": "string"
        },
        "login_senha": {
          "type": "string"
        },
        "acesso_imobiliaria": {
          "type": "string"
        }
      }
    }
    marketplace
    Annotation present; effect not classified
    Show server-provided details
    Server description (copied; language not verified)
    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/<slug> link that opens without login.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "limit": {
          "type": "number",
          "default": 10
        },
        "query": {
          "type": "string",
          "default": ""
        },
        "action": {
          "enum": [
            "search",
            "describe",
            "install",
            "uninstall",
            "subscribe",
            "cancel",
            "resume",
            "report_bug",
            "request_mcp",
            "list_tools",
            "invoke",
            "search_prompts",
            "get_prompt",
            "publish_prompt"
          ],
          "type": "string",
          "default": "search"
        },
        "mcp_id": {
          "type": "string",
          "default": ""
        },
        "message": {
          "type": "string",
          "default": ""
        },
        "tool_id": {
          "type": "string",
          "default": ""
        },
        "arguments": {
          "type": "string",
          "default": "{}"
        },
        "immediate": {
          "type": "boolean",
          "default": false
        },
        "tier_slug": {
          "type": "string",
          "default": ""
        },
        "prompt_body": {
          "type": "string",
          "default": ""
        },
        "prompt_slug": {
          "type": "string",
          "default": ""
        },
        "prompt_tool": {
          "type": "string",
          "default": ""
        },
        "prompt_vars": {
          "type": "string",
          "default": "{}"
        },
        "conversation": {
          "type": "string",
          "default": "[]"
        },
        "prompt_title": {
          "type": "string",
          "default": ""
        },
        "request_name": {
          "type": "string",
          "default": ""
        },
        "cancel_reason": {
          "enum": [
            "too_expensive",
            "missing_features",
            "switched_service",
            "unused",
            "customer_service",
            "too_complex",
            "low_quality",
            "other"
          ],
          "type": "string"
        },
        "cancel_comment": {
          "type": "string",
          "default": ""
        },
        "prompt_targets": {
          "type": "array",
          "items": {
            "enum": [
              "claude",
              "chatgpt",
              "cursor",
              "lovable"
            ],
            "type": "string"
          },
          "default": []
        },
        "report_context": {
          "type": "string",
          "default": ""
        },
        "prompt_category": {
          "type": "string",
          "default": ""
        },
        "request_details": {
          "type": "string",
          "default": ""
        },
        "prompt_description": {
          "type": "string",
          "default": ""
        }
      }
    }
    report_bug
    Declared idempotent
    Show server-provided details
    Server description (copied; language not verified)
    Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "message"
      ],
      "properties": {
        "context": {
          "type": "string",
          "default": ""
        },
        "message": {
          "type": "string"
        },
        "conversation": {
          "type": "string",
          "default": "[]"
        }
      }
    }
    show_version
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    Show the current MCP platform and adapter versions.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    toolkit_info
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    Evidence and limitations

    Method: anonymous Streamable HTTP probe. We never invoke a tool.

    Attempted protocols: 2026-07-28, 2025-11-25

    Protocol2025-11-25
    TransportStreamable HTTP
    AuthNo authentication challenge observed
    EvidencePublic contract observed
    Total latency4867 ms
    Response bytes6880

    No diagnostic errors.

    Observation history
    Operational
    · stable since
    2025-11-25 · 7 tools · no change · 45 checks
    Complete public contract · 2025-11-25 · 7 tools
    84a72d299782

    Deep monitoring eligibility

    Eligible for deep monitoring

    A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.

    Personal Watch is not open yet. This report does not start a Watch or a payment.

    See public monitoring

    Automatic monitoring later

    Saving this connector does not start a Watch. Watch is a future offer; subscriptions and alerts are not available yet.

    Full Watch. Availability, protocol, auth and public tool contract changes can be compared.