Talandor
Public MCP report

Neoenergia (Elektro): Download

https://api.mcp.ai/p_contas_neoenergia_download

Official Registry

Official Registry · io.github.mcp-dir/contas_neoenergia_download-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.

Unreachable now

What Talandor observed

The endpoint was not reachable for this check

Not reachable for this check

Insufficient evidence is a limit of this public check, not a judgment that the server is unusable. Retry later.

https://api.mcp.ai/p_contas_neoenergia_download
AvailabilityNot reachable for this checkmeasured
ToolsNot fully observablemeasured
CompatibilityUnknownunknown

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.

    Client setup cannot be inferred yet. This public check did not observe a complete tool contract or an authentication challenge, so there is no honest compatibility signal.

    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

    Endpoint became unreachable since
    Ongoing · The latest public check could not reach the endpoint after a previous working observation. Watch would confirm an outage after two failed checks.
    Critical

    A Watch would confirm an outage after two failed checks, then alert only if it may affect the selected client.

    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_consultar
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    Neoenergia (Elektro): Download, 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

    ProtocolNot listed in this check
    TransportNot confirmed as Streamable HTTP
    AuthNo authentication challenge in this check
    EvidenceTransport only
    Total latency6014 ms
    Response bytes0

    NETWORK_ERROR — The endpoint could not be reached; try again later.

    Observation history
    Unreachable now
    No protocol
    Operational
    · stable since
    2025-11-25 · 7 tools · no change · 44 checks
    Complete public contract · 2025-11-25 · 7 tools
    cac445d29047

    Deep monitoring eligibility

    Not eligible yet

    Only transport-level evidence was observed; no public tools/list contract was confirmed.

    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.

    This result is not eligible for automatic monitoring yet.