eCommerce
chasepmgt.com
MCP server for searching Dominican Republic real estate listings, retrieving property details by slug, and initiating a fiduciary pre-reservation via a broker.
ENDPOINT 1
https://www.chasepmgt.com/api/mcp.php
MCP server metadata
- Name
- chase-property-management-mcp
- Version
- 1.0.0
Known tools 3
get_property_detailsObtiene detalles completos de una propiedad o proyecto por slug.
Inferred read-onlyreserve_propertyInicia un proceso formal de pre-reserva fiduciaria coordinado con la broker Socario Mass Abitabile.
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.chase-property-management-mcp]
url = "https://www.chasepmgt.com/api/mcp.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chase-property-management-mcp": {
"type": "http",
"url": "https://www.chasepmgt.com/api/mcp.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chase-property-management-mcp
Remote MCP URL: https://www.chasepmgt.com/api/mcp.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": {
"chase-property-management-mcp": {
"url": "https://www.chasepmgt.com/api/mcp.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chase-property-management-mcp": {
"type": "http",
"url": "https://www.chasepmgt.com/api/mcp.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chase-property-management-mcp",
"transport": "streamable-http",
"url": "https://www.chasepmgt.com/api/mcp.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://chasepmgt.com
MCP server metadata
- Name
- WebMCP
Known tools 0
No tool metadata was available in the registry cache.
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.webmcp]
url = "https://chasepmgt.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://chasepmgt.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://chasepmgt.com
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": {
"webmcp": {
"url": "https://chasepmgt.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://chasepmgt.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://chasepmgt.com"
}
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.