← mithilab.ai

INDIVIDUAL MCP TOOL

get_company_info

Get Mithilab company information: email, KVK number, website, social media links.

mithilab.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent endpoint

mithilab.ai

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

.mcp.json

{
  "mcpServers": {
    "mithilab-ai": {
      "type": "http",
      "url": "https://mithilab.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mithilab-ai",
  "transport": "streamable-http",
  "url": "https://mithilab.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • get_services — List all Mithilab services with pricing, timelines, and features.
  • get_service_details — Get detailed information about a specific Mithilab service including features, deliverables, and pricing.
  • capture_lead — Capture contact information for a potential customer.
  • book_discovery_call — Capture lead info AND generate a Calendly booking URL for a 30-minute discovery call with the Mithilab team.