← Registry

Data Collection

getlisted.business

This MCP server provides access to the Get Listed business directory, allowing users to search for businesses, retrieve details, list categories, and find locations.

1 endpoint5 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://getlisted.business/mcp

No auth detected

MCP server metadata

Name
getlisted
Version
1.0.0
Capabilities
tools
Server instructions

Public tools search the Get Listed directory. Paid members authenticate with Authorization: Bearer TOKEN to create and update their listings. Tokens are created at /member/account?tab=agents.

Known tools 5

search_businesses

Search approved Get Listed directory businesses by keyword, city/state, and category slug.

Inferred read-only
get_business

Fetch one approved public business profile by its unique listing code.

Inferred read-only
list_categories

List canonical Get Listed business categories with slugs to use in search and listing create/update.

Potential side effects
lookup_location

Find canonical Canada/USA locations.

Inferred read-only
site_info

Describe Get Listed, the MCP endpoint, paid-plan agent access, and how to connect.

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

.mcp.json

{
  "mcpServers": {
    "getlisted": {
      "type": "http",
      "url": "https://getlisted.business/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "getlisted",
  "transport": "streamable-http",
  "url": "https://getlisted.business/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.