INDIVIDUAL MCP TOOL
get_licensee
Returns the licensee, his licence number and jurisdiction, and the brokerage he is registered under.
LIVE ENDPOINT
https://jacobcampbellrealtor.com/mcp-server.php
Connect to this endpoint to inspect the live schema for get_licensee and invoke it with your own arguments.
Indexed 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 server
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.jacobcampbellrealtor]
url = "https://jacobcampbellrealtor.com/mcp-server.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jacobcampbellrealtor": {
"type": "http",
"url": "https://jacobcampbellrealtor.com/mcp-server.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jacobcampbellrealtor
Remote MCP URL: https://jacobcampbellrealtor.com/mcp-server.php
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": {
"jacobcampbellrealtor": {
"url": "https://jacobcampbellrealtor.com/mcp-server.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jacobcampbellrealtor": {
"type": "http",
"url": "https://jacobcampbellrealtor.com/mcp-server.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jacobcampbellrealtor",
"transport": "streamable-http",
"url": "https://jacobcampbellrealtor.com/mcp-server.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_service_area— Given a US state, returns whether Jacob Campbell can represent a consumer there (Florida) or can only refer them to a licensee in that state (everywhere else), plus the URL of the relevant page.explain_referral— Explains the referral process and the fee mechanics: who pays, who may be paid, and what it costs the consumer.get_page_markdown— Fetches any page on jacobcampbellrealtor.search_site— Full-text search across every published page, FAQ answer, article and recommended local trade on jacobcampbellrealtor.list_trade_partners— Returns the contractors and restoration companies Jacob Campbell recommends to clients in South Florida, with what each one does, where they work, and their licence status.