← Registry

General Tools

crowfly.org

Provides APIs to find, search, and get details about local service providers and check their availability.

1 endpoint10 known toolsFirst detected May 11, 2026Last detected August 28, 2026

ENDPOINT 1

https://crowfly.org/mcp

No auth detected

MCP server metadata

Name
crowfly
Version
1.0.0
Capabilities
tools.listChanged

Known tools 10

find_providers

Find service providers near a location.

Inferred read-only
search_providers

Search for service providers near a location.

Inferred read-only
get_provider

Get detailed information about a specific provider by their URL slug.

Inferred read-only
list_services

List all active services offered by a provider.

Inferred read-only
check_availability

Check which days have availability for a provider's service at a location.

Inferred read-only
get_slots

Get available time slots for a specific date.

Inferred read-only
create_booking

Book an appointment.

Inferred read-only
lookup_booking

Look up a booking by its manage token to view details, status, and customer info.

Inferred read-only
cancel_booking

Cancel an existing booking using its manage token.

Inferred read-only
reschedule_booking

Reschedule an existing booking to a new time.

Inferred read-only

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.crowfly]
url = "https://crowfly.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crowfly": {
      "type": "http",
      "url": "https://crowfly.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crowfly
Remote MCP URL: https://crowfly.org/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": {
    "crowfly": {
      "url": "https://crowfly.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crowfly": {
      "type": "http",
      "url": "https://crowfly.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crowfly",
  "transport": "streamable-http",
  "url": "https://crowfly.org/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.