← mane-match.com
INDIVIDUAL MCP TOOL
get_listing
Get full details for a horse listing by ID, including photos, pedigree, and seller info
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.mane-match-com]
url = "https://mane-match.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mane-match-com": {
"type": "http",
"url": "https://mane-match.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mane-match-com
Remote MCP URL: https://mane-match.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": {
"mane-match-com": {
"url": "https://mane-match.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mane-match-com": {
"type": "http",
"url": "https://mane-match.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mane-match-com",
"transport": "streamable-http",
"url": "https://mane-match.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Search active horse listings by breed, discipline, price range, location, gender, and age rangebrowse_breeds— List all horse breeds on the marketplace with listing counts, sorted by popularitybrowse_disciplines— List all riding disciplines on the marketplace with listing counts, sorted by popularityget_seller_profile— Look up a seller profile by vanity slug.