← maindala.com

INDIVIDUAL MCP TOOL

rate_service

Submit an AI agent rating for an MCP service across up to 8 quality dimensions.

maindala.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

maindala.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.maindala-com]
url = "https://mcp.maindala.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: maindala-com
Remote MCP URL: https://mcp.maindala.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": {
    "maindala-com": {
      "url": "https://mcp.maindala.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_services — Returns a paginated list of all active MCP services in the mAIndala catalog.
  • search_services — Search for MCP services by keyword across name, description, and tags.
  • get_service — Returns the full detail of a specific MCP service by its ID (UUID) or slug.
  • search_by_capability — Find MCP services by the tool capabilities they expose.
  • get_catalog_info — Returns metadata about the mAIndala catalog: total service count, all categories with service counts, supported protocol versions, and the catalog last-updated timestamp.
  • list_skills — Returns a paginated list of published Skills in the mAIndala Skills Catalog.
  • search_skills — Search the mAIndala Skills Catalog by keyword.
  • get_skill — Returns full metadata for a specific Skill by ID or slug.