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.
ENDPOINT 1
https://getlisted.business/mcp
MCP server metadata
- Name
- getlisted
- Version
- 1.0.0
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_businessesSearch approved Get Listed directory businesses by keyword, city/state, and category slug.
Inferred read-onlyget_businessFetch one approved public business profile by its unique listing code.
Inferred read-onlylist_categoriesList canonical Get Listed business categories with slugs to use in search and listing create/update.
Potential side effectssite_infoDescribe Get Listed, the MCP endpoint, paid-plan agent access, and how to connect.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.