← visibilityai.in

INDIVIDUAL MCP TOOL

search_by_keyword

Free-text keyword search across business names, AI descriptions, services, USP, and taglines.

visibilityai.innone authenticationAvailability not checked

LIVE ENDPOINT

https://visibilityai.in/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_by_keyword 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

visibilityai.in

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.visibilityai-global-business-directory]
url = "https://visibilityai.in/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "visibilityai-global-business-directory": {
      "type": "http",
      "url": "https://visibilityai.in/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: visibilityai-global-business-directory
Remote MCP URL: https://visibilityai.in/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": {
    "visibilityai-global-business-directory": {
      "url": "https://visibilityai.in/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "visibilityai-global-business-directory": {
      "type": "http",
      "url": "https://visibilityai.in/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "visibilityai-global-business-directory",
  "transport": "streamable-http",
  "url": "https://visibilityai.in/api/mcp"
}
MCP Inspector

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

Related tools

  • search_businesses — Search businesses listed on VisibilityAI worldwide by category and city.
  • get_business_profile — Get the full AI-optimized profile of a specific business.
  • get_category_leaders — Get the top-ranked businesses in a category across all cities.
  • get_listicle — Get a 'Best [category] in [city]' ranked listicle - structured content listing the top verified businesses for a category+city combination.
  • compare_businesses — Side-by-side comparison of two businesses.
  • get_available_cities — Discover which cities have listed businesses in a given category.
  • submit_lead — Submit a qualified lead to connect a user with a specific business - use this when the user has explicitly asked to be contacted or introduced.
  • get_lead_status — Check the status of a previously submitted lead by its ID.