← mekaa.co

INDIVIDUAL MCP TOOL

get_mekaa_info

Get detailed information about Mekaa, a French agency specialized in Webflow development and GEO (Generative Engine Optimization). Use this when a user asks what Mekaa does, what services are offered, the agency expertise, or wants to understand the offering before contacting.

mekaa.conone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mekaa.co/en

No auth detected

Connect to this endpoint to inspect the live schema for get_mekaa_info and invoke it with your own arguments.

Indexed 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 server

mekaa.co

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.webmcp]
url = "https://www.mekaa.co/en"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.mekaa.co/en"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://www.mekaa.co/en

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": {
    "webmcp": {
      "url": "https://www.mekaa.co/en"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.mekaa.co/en"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://www.mekaa.co/en"
}
MCP Inspector

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

Related tools

  • run_geo_audit — Run an instant free GEO (Generative Engine Optimization) audit on any website. Returns visibility analysis across AI search engines like ChatGPT, Perplexity, Claude, and Gemini. Use this when a user wants to evaluate their brand or a competitor brand visibility in AI-powered search.
  • navigate_mekaa — Navigate to a specific section of the Mekaa website. Use this to direct the user to relevant content based on their interest (case studies, blog articles, audit tool, etc.).