INDIVIDUAL MCP TOOL
get_business_services
One business's service catalogue, with filtering, sorting and pagination.
LIVE ENDPOINT
https://coreloop.so/api/mcp/coreloop-directory
Connect to this endpoint to inspect the live schema for get_business_services 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
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/coreloop-directory"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coreloop-network": {
"type": "http",
"url": "https://coreloop.so/api/mcp/coreloop-directory"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coreloop-network
Remote MCP URL: https://coreloop.so/api/mcp/coreloop-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/coreloop-directory"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coreloop-network": {
"type": "http",
"url": "https://coreloop.so/api/mcp/coreloop-directory"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coreloop-network",
"transport": "streamable-http",
"url": "https://coreloop.so/api/mcp/coreloop-directory"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search the CoreLoop business directory.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.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.send_business_inquiry— Send a message to one business.