← Registry

General Tools

leaporbit.com

Searches for providers by name, specialty, or city and retrieves detailed provider information.

1 endpoint2 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/mcp

No auth detected

MCP server metadata

Name
convergent-provider-directory
Version
0.1.0
Capabilities
tools
Server instructions

Convergent Provider Directory. Two tools: 1. search_provider — search the directory by name, specialty, and/or city. Each result includes a stable `id`. 2. get_provider_details — pass an `id` from search_provider to get that provider's full record. Typical flow: call search_provider, take the `id` of the desired result, then call get_provider_details with that id.

Known tools 2

get_provider_details

Get the full detail record for one provider by 'id'.

Inferred read-only
search_provider

Search the provider directory by name, specialty, and/or city.

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.convergent-provider-directory]
url = "https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "convergent-provider-directory": {
      "type": "http",
      "url": "https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: convergent-provider-directory
Remote MCP URL: https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/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": {
    "convergent-provider-directory": {
      "url": "https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "convergent-provider-directory": {
      "type": "http",
      "url": "https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "convergent-provider-directory",
  "transport": "streamable-http",
  "url": "https://convergent-mcp-dummy.livelycoast-4be0cd2b.eastus2.azurecontainerapps.io/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.