← tuscaloosacashhomebuyers.com
INDIVIDUAL MCP TOOL
get_site_info
Return site name, description, and discovery URLs.
LIVE ENDPOINT
https://www.tuscaloosacashhomebuyers.com/mcp
Connect to this endpoint to inspect the live schema for get_site_info 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.tuscaloosa-cash-home-buyers]
url = "https://www.tuscaloosacashhomebuyers.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tuscaloosa-cash-home-buyers": {
"type": "http",
"url": "https://www.tuscaloosacashhomebuyers.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tuscaloosa-cash-home-buyers
Remote MCP URL: https://www.tuscaloosacashhomebuyers.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": {
"tuscaloosa-cash-home-buyers": {
"url": "https://www.tuscaloosacashhomebuyers.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tuscaloosa-cash-home-buyers": {
"type": "http",
"url": "https://www.tuscaloosacashhomebuyers.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tuscaloosa-cash-home-buyers",
"transport": "streamable-http",
"url": "https://www.tuscaloosacashhomebuyers.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_public_pages— List public page paths that have markdown mirrors.get_page_markdown— Fetch the markdown representation of a public page path (e.g.submit_cash_offer_lead— Submit a cash-offer lead (address, phone, email) to the public offers API.