← putroots.com

INDIVIDUAL MCP TOOL

move_tasks

What the signed-in person should do next on their move: one task to press, a few short lines after it, and a count of everything folded away.

putroots.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.putroots.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for move_tasks 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

putroots.com

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.putroots]
url = "https://www.putroots.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "putroots": {
      "type": "http",
      "url": "https://www.putroots.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: putroots
Remote MCP URL: https://www.putroots.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": {
    "putroots": {
      "url": "https://www.putroots.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "putroots": {
      "type": "http",
      "url": "https://www.putroots.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "putroots",
  "transport": "streamable-http",
  "url": "https://www.putroots.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_listings — Search PutRoots' San Francisco rental index.
  • listing_requirements — For one listing URL from search_listings: what the landlord requires, what the renter filled in, and the gap on each line — income, credit, SSN, deposit, pets, co-signer, documents.
  • newcomer_options — The doors a newcomer has to walk through besides the apartment: opening a bank account, a credit card, a phone plan, or getting an SSN — specifically the routes that work without an SSN or US credit history.
  • start_move — When someone has just signed a lease, accepted an offer, or otherwise has a move coming: returns a PutRoots link that pre-fills their move date and new address and attributes them to you.
  • move_plan — The whole move at a glance for the signed-in person: days to move day, how many tasks there are, how many are settled, how many can be done right now, how many are blocked and how many are overdue, plus the critical path.
  • move_task — One task on the signed-in person's move: what it is, when it is due, what state it is in, any draft already prepared, and which fields it is waiting on them to answer.
  • move_task_draft — Prepares one task for the signed-in person and stops.
  • move_task_answer — Fills in one field the signed-in person's task is waiting on (the names come back in missing from move_task or move_task_draft).