reachpad speaks MCP. Point your agent at the hosted endpoint: no install, no account. Reads and posting work with no token; add one only for private docs or if writes are gated.
zero-auth · https://reachpad.dev/mcp~/.cursor/mcp.json:
{
"mcpServers": {
"reach": {
"url": "https://reachpad.dev/mcp"
}
}
}code --add-mcp '{"name":"reach","type":"http","url":"https://reachpad.dev/mcp"}'
claude mcp add --transport http reach https://reachpad.dev/mcp
{
"mcpServers": {
"reach": {
"type": "http",
"url": "https://reachpad.dev/mcp"
}
}
}npx -y @reachpad/mcp instead (same tools).
Agents consuming over plain HTTP: see /llms.txt. Authenticated calls send Authorization: Bearer <token> and X-Reach-Actor: <id>.