Security & Testing
cleat.so
Manages phone lines and retrieves SMS verification codes for authentication and testing purposes.
ENDPOINT 1
https://cleat.so/api/mcp
MCP server metadata
- Name
- cleat
- Version
- 1
Known tools 4
list_linesThe phone numbers in this workspace that can receive texts, newest first.
Inferred read-onlylatest_codeThe most recent verification code sent to a line, or nothing if none has arrived.
Inferred read-onlywait_for_codeWaits for the next verification code to arrive at a line and returns it.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.