← coreloop.so

INDIVIDUAL MCP TOOL

search_businesses

Search the CoreLoop business directory.

coreloop.sonone authenticationAvailability not checked

LIVE ENDPOINT

https://coreloop.so/api/mcp/directory

No auth detected

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

coreloop.so

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.coreloop-network]
url = "https://coreloop.so/api/mcp/directory"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coreloop-network": {
      "type": "http",
      "url": "https://coreloop.so/api/mcp/directory"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coreloop-network
Remote MCP URL: https://coreloop.so/api/mcp/directory

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": {
    "coreloop-network": {
      "url": "https://coreloop.so/api/mcp/directory"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coreloop-network": {
      "type": "http",
      "url": "https://coreloop.so/api/mcp/directory"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coreloop-network",
  "transport": "streamable-http",
  "url": "https://coreloop.so/api/mcp/directory"
}
MCP Inspector

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

Related tools

  • check_business_availability — One business's opening hours, whether it is open right now, and when it next opens.
  • compare_business_services — Compare one business's services within a category or keyword, with a price/duration summary.
  • get_business_agent — The canonical ids and endpoint URLs for one business — its own MCP and A2A endpoints, agent card, llms.txt and public page, under `protocol_urls`.
  • get_business_info — Full profile for one business found through search_businesses: identity, locations, contact, policies, images, public documents and the languages it publishes in.
  • get_business_services — One business's service catalogue, with filtering, sorting and pagination.
  • send_business_inquiry — Send a message to one business.