mcpbeat Sign in

Willitsend MCP Server

local only

Willitsend runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 17 Jul 2026.

Deterministic pre-send lint for SMS/iMessage: silent carrier filtering and segment blowups.

Installs per day peak 141 · avg 8 · +54% w/w
a month agotoday
31
Installs / week
npm · willitsend
1
Stars
1 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Willitsend every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add willitsend -- npx -y willitsend
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "willitsend": {
      "args": [
        "-y",
        "willitsend"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.willitsend]
command = "npx"
args = ["-y", "willitsend"]
.cursor/mcp.json
{
  "mcpServers": {
    "willitsend": {
      "args": [
        "-y",
        "willitsend"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "willitsend": {
      "args": [
        "-y",
        "willitsend"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTPHONE_API_KEY (Optional API key for live carrier/capabilities lookup. The linter runs fully offline without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Willitsend

same job, measured the same way
HEIDES
by abduljabbarbxr

Deterministic code analysis harness giving AI agents senses, memory and judgment for code.

local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only
Codelens MCP
by segentic-lab

Deterministic code maps for AI agents: 7 tree-sitter tools for TS/JS/Py — map, find, function_body

local only
defluff
by ahmedak

Deterministic prose linter for LLM text — flags AI slop, filler, buzzwords, hedges, clichés.

64 installs/wk local only
consolelog dev tools
by mbdev3

Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more.

22 installs/wk local only
MCP Repo Mapper
by lovranran

Deterministic repository structure mapping for onboarding agents.

64 installs/wk local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering

Willitsend — questions

Answers built from our own checks of this server.

Why is there no uptime for Willitsend?
Willitsend runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package willitsend was installed 31 times last week.
How do I connect Willitsend?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls willitsend straight from npm; nothing to host, nothing to sign up for.
How many people use Willitsend?
The npm package willitsend was installed 31 times in the last week. Week over week that is +54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Willitsend open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.