← Registry

Security & Testing

cleat.so

Manages phone lines and retrieves SMS verification codes for authentication and testing purposes.

1 endpoint4 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://cleat.so/api/mcp

No auth detected

MCP server metadata

Name
cleat
Version
1
Capabilities
tools

Known tools 4

list_lines

The phone numbers in this workspace that can receive texts, newest first.

Inferred read-only
list_messages

Texts received by one line, newest first.

Inferred read-only
latest_code

The most recent verification code sent to a line, or nothing if none has arrived.

Inferred read-only
wait_for_code

Waits for the next verification code to arrive at a line and returns it.

Inferred read-only

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.cleat]
url = "https://cleat.so/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cleat": {
      "type": "http",
      "url": "https://cleat.so/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cleat": {
      "type": "http",
      "url": "https://cleat.so/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cleat",
  "transport": "streamable-http",
  "url": "https://cleat.so/api/mcp"
}
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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.