← Registry

API Tools

ownyourlisting.com

An MCP server for searching and retrieving local business listings, including verification details and category vocabularies.

1 endpoint4 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://mcp.ownyourlisting.com/mcp

No auth detected

MCP server metadata

Name
own-your-listing
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

A merchant-owned directory of local businesses that agents can query directly. Start with search_listings to get a ranked shortlist, then get_listing for the full record. verify_listing returns what has actually been checked about a business, with the licence records behind it -- read the scope sentence rather than treating the state as a badge. Coverage today is Orlando, Florida only: personal-care establishments licensed by the Florida DBPR -- hair salons, nail salons, med spas and barbershops. Every listing carries a name, address, category and licence record. None yet carries a phone number, website or opening hours, and there are no dentists or other DOH-licensed practices in the index.

Known tools 4

search_listings

Find local businesses by location, category and free text.

Inferred read-only
get_listing

The full record for one listing: address, category and licence-backed verification detail, plus whatever the business has published -- opening hours, services with prices, and any machine endpoints it declares, including its own MCP server.

Inferred read-only
verify_listing

What has actually been verified about a business, and when it expires.

Inferred read-only
list_categories

The category vocabulary this directory accepts, with the schema.org type each maps to.

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.own-your-listing]
url = "https://mcp.ownyourlisting.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "own-your-listing": {
      "type": "http",
      "url": "https://mcp.ownyourlisting.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: own-your-listing
Remote MCP URL: https://mcp.ownyourlisting.com/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": {
    "own-your-listing": {
      "url": "https://mcp.ownyourlisting.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "own-your-listing": {
      "type": "http",
      "url": "https://mcp.ownyourlisting.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "own-your-listing",
  "transport": "streamable-http",
  "url": "https://mcp.ownyourlisting.com/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.