Small, stateless MCP servers served from toolstop.dev
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add toolstop -- npx -y @toolstop/check-digits{
"mcpServers": {
"toolstop": {
"command": "npx",
"args": ["-y", "@toolstop/check-digits"]
}
}
}MCP Servers overview
# toolstop
Small, stateless MCP servers. Each one does a single narrow job exactly, so an
assistant can call it instead of guessing.
Every server runs on Cloudflare Workers at `<name>.toolstop.dev`, holds no
state, and can also run locally over stdio.
> **Not maintained since September 2026.** The servers stay up, but the data
> embedded in export-control is frozen at its 2026-08-27 edition and every
> answer names the edition it came from. Treat a licensing verdict as a
> starting point, not a ruling.
## Servers
| Server | Does | Endpoint |
|---|---|---|
| [check-digits](packages/mcp-check-digits) | Validates check digits for IBAN, LEI, ISBN, GTIN/UPC/EAN, VIN, NPI, ISIN, ABA routing numbers and payment cards | `https://check-digits.toolstop.dev` |
## Connecting
Remote, over streamable HTTP. No install, no account:
```json
{
"mcpServers": {
"check-digits": {
"type": "url",
"url": "https://check-digits.toolstop.dev"
}
}
}
```
Local, over stdio:
```bash
npx @toolstop/check-digits
```
## Design
**Stateless.** No database, no vector index, no metered upstream API. A request
is answered from its arguments alone. Servers scale to zero and an idle one
costs nothing.
**Zero runtime dependencies.** No MCP SDK, no schema library. MCP over
streamable HTTP is request/response, which makes hand-rolled dispatch small
enough to be worth it: faster cold starts, and no supply chain.
**Telemetry records shape and outcome, never argument values.** A check-digit
server that logged its input would be storing real IBANs and card numbers. The
transport emits one row per request describing *what kind* of call happened and
whether it succeeded. `packages/_shared/transport.test.mjs` asserts that no raw
argument value can reach it.
The row also carries a session id, and it is derived from the **network** the
request came from, truncated to a /24 or /48 before hashing, never the full
address. Hashing the whole IP would not have anonymised it: the IPv4 space is 32
bits and the other inputs are public, so the id was walkable back to one address
until this was fixed on 2026-08-10. Each server's README states the complete
recorded row rather than only what is left out.
**Every tool declares `readOnlyHint`, a complete `inputSchema` and an
`outputSchema`**, so a client can tell what a call will do before making it and
what shape comes back. The transport refuses to start a server whose tools do
not state their annotations, rather than defaulting them to something reassuring.
## Repo layout
```
packages/_shared/ shared transport, dispatch and telemetry
packages/mcp-<name>/ one server
scripts/discover.mjs derives the CI matrix from the filesystem
scripts/smoke.mjs protocol check against a live endpoint
```
See [CLAUDE.md](CLAUDE.md) for the operating manual.
## Development
```bash
npm install
npm test # every server plus the shared transport
node scripts/smoke.mjs mcp-check-digits # protocol check against the live endpoint
```
## License
MIT
What people ask about toolstop
What is toolstop/toolstop?
+
toolstop/toolstop is mcp servers for the Claude AI ecosystem. Small, stateless MCP servers served from toolstop.dev It has 0 GitHub stars and its last recorded update is dated 2026-09-16.
How do I install toolstop?
+
You can install toolstop by cloning the repository (https://github.com/toolstop/toolstop) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is toolstop/toolstop safe to use?
+
Our security agent has analyzed toolstop/toolstop and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains toolstop/toolstop?
+
toolstop/toolstop is maintained by toolstop. The last recorded GitHub activity is dated 2026-09-16, with 0 open issues.
Are there alternatives to toolstop?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy toolstop to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/toolstop-toolstop)<a href="https://claudewave.com/repo/toolstop-toolstop"><img src="https://claudewave.com/api/badge/toolstop-toolstop" alt="Featured on ClaudeWave: toolstop/toolstop" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.