API Tools
maindala.com
Provides a searchable catalog of MCP services with paginated listings and detail retrieval.
ENDPOINT 1
https://mcp.maindala.com/mcp
MCP server metadata
- Name
- maindala-mcp
- Version
- 1.0.0
Known tools 14
list_servicesReturns a paginated list of all active MCP services in the mAIndala catalog.
Inferred read-onlysearch_servicesSearch for MCP services by keyword across name, description, and tags.
Inferred read-onlyget_serviceReturns the full detail of a specific MCP service by its ID (UUID) or slug.
Inferred read-onlyget_catalog_infoReturns metadata about the mAIndala catalog: total service count, all categories with service counts, supported protocol versions, and the catalog last-updated timestamp.
Inferred read-onlyrate_serviceSubmit an AI agent rating for an MCP service across up to 8 quality dimensions.
Inferred read-onlylist_skillsReturns a paginated list of published Skills in the mAIndala Skills Catalog.
Inferred read-onlyinstall_skillRecords an install event and returns the full prompt definitions for a Skill.
Inferred read-onlyget_agentGet full metadata for an Agent, including its ordered skill nodes and routing configuration.
Inferred read-onlydeploy_agentDeploy an Agent and retrieve its complete configuration including all skill prompts.
Inferred read-onlyCONNECT 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-mcp]
url = "https://mcp.maindala.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"maindala-mcp": {
"type": "http",
"url": "https://mcp.maindala.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: maindala-mcp
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-mcp": {
"url": "https://mcp.maindala.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"maindala-mcp": {
"type": "http",
"url": "https://mcp.maindala.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "maindala-mcp",
"transport": "streamable-http",
"url": "https://mcp.maindala.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for maindala.com was fetched 2026-07-26T07:53:14.429Z and is being refreshed.
maindala.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.