INDIVIDUAL MCP TOOL
list_form_submissions
Every lead this key produced, each with the request body the site posted and a verdict per field: stored, ignored, or bot-protection.
LIVE ENDPOINT
https://manhattin.com/api/mcp
Connect to this endpoint to inspect the live schema for list_form_submissions 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.manhattin]
url = "https://manhattin.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"manhattin": {
"type": "http",
"url": "https://manhattin.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: manhattin
Remote MCP URL: https://manhattin.com/api/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": {
"manhattin": {
"url": "https://manhattin.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"manhattin": {
"type": "http",
"url": "https://manhattin.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "manhattin",
"transport": "streamable-http",
"url": "https://manhattin.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_pricing_plans— Published Manhattin subscription plans, including the free tier, with prices and features.get_openapi_specification— The full OpenAPI 3.1 description of the Manhattin public API: every endpoint, schema, error code and rate-limit policy.list_available_units— Units on the property behind the key that can be advertised today: vacant with no lease starting later than today, plus occupied units whose lease ends within three calendar months.list_all_units— Every active unit on the property, split into advertisable units and an explicit unavailable list with reasons, plus active promotions.get_unit— Detail for a single residential unit on the property: rent, size, features, restrictions, parking, storage and photos.submit_inquiry— Records a prospective tenant's enquiry against the property behind the key.list_organization_properties— Each active property in the organization with its address, amenities, photos and unit counts.list_organization_available_units— Marketable units from every active property in the organization, each carrying the property it belongs to.