Data Collection
coreloop.so
Searches the CoreLoop business directory to retrieve business information.
ENDPOINT 1
https://coreloop.so/api/mcp/directory
MCP server metadata
- Name
- coreloop:directory
- Version
- 1.0.0
Known tools 1
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-directory]
url = "https://coreloop.so/api/mcp/directory"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coreloop-directory": {
"type": "http",
"url": "https://coreloop.so/api/mcp/directory"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coreloop-directory
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-directory": {
"url": "https://coreloop.so/api/mcp/directory"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coreloop-directory": {
"type": "http",
"url": "https://coreloop.so/api/mcp/directory"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coreloop-directory",
"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.
ENDPOINT 2
https://coreloop.so/api/mcp/coreloop-directory
MCP server metadata
- Name
- coreloop:network
- Version
- 1.2.1
Known tools 7
check_business_availabilityOne business's opening hours, whether it is open right now, and when it next opens.
Inferred read-onlycompare_business_servicesCompare one business's services within a category or keyword, with a price/duration summary.
Inferred read-onlyget_business_agentThe canonical ids and endpoint URLs for one business — its own MCP and A2A endpoints, agent card, llms.
Inferred read-onlyget_business_infoFull profile for one business found through search_businesses: identity, locations, contact, policies, images, public documents and the languages it publishes in.
Inferred read-onlyget_business_servicesOne business's service catalogue, with filtering, sorting and pagination.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for coreloop.so was fetched 2026-08-01T07:38:06.814Z and is being refreshed.
coreloop.so is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.