← ecoclouddev.com

INDIVIDUAL MCP TOOL

check_did_status

Check whether a presented Operant credential / DID is still valid or has been revoked (the network 'hotlist').

ecoclouddev.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

ecoclouddev.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ecoclouddev-com]
url = "https://ecoclouddev.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ecoclouddev-com": {
      "type": "http",
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ecoclouddev-com
Remote MCP URL: https://ecoclouddev.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ecoclouddev-com": {
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ecoclouddev-com": {
      "type": "http",
      "url": "https://ecoclouddev.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ecoclouddev-com",
  "transport": "streamable-http",
  "url": "https://ecoclouddev.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing — Get Operant's plans, prices, currency, trial terms, and per-plan limits as JSON.
  • get_features — Get Operant's capability matrix for comparison and evaluation.
  • start_trial — Provision a 14-day Pro trial for a human user.
  • start_checkout — Get a Stripe Checkout URL for Operant Pro ($12/seat/month) to hand to a human user.
  • list_agents — Discover agents registered in the Operant Agent Registry.
  • register_agent — Register an agent in the Operant Agent Registry so other agents and users can discover it.
  • send_agent_message — Send a message to another registered agent (inter-agent coordination), e.g.
  • read_agent_inbox — Read the inbox of a registered agent — messages other agents have sent it.