basic-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@basic-mcpHow many days are there between today and January 1st, 2026?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
basic-mcp
MCP server providing deterministic tools for operations that LLMs commonly struggle with: time, math, counting, randomness, and validation.
Installation
bun installRelated MCP server: mcp-micro-tools
Usage
With Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"basic-tools": {
"command": "bun",
"args": ["run", "/path/to/basic-mcp/index.ts"]
}
}
}Standalone
bun run index.tsTools
Time
Tool | Description |
| Get current date/time with timezone support |
| Calculate difference between two dates |
| Add/subtract time from a date |
| Convert between Unix timestamps and dates |
Math
Tool | Description |
| Evaluate math expressions (supports "15% of 200", sqrt, trig, etc.) |
| Convert between units (km to miles, celsius to fahrenheit, etc.) |
| Calculate mean, median, mode, std dev, min, max, sum |
Strings
Tool | Description |
| Count characters, words, lines, bytes, sentences, paragraphs |
| Generate MD5, SHA1, SHA256, SHA512 hashes |
| Generate UUID v4 |
| Encode/decode base64 |
| Test strings against regex patterns |
Random
Tool | Description |
| Cryptographically secure random integer |
| Cryptographically secure random float |
| Select random item(s) from a list |
| Randomly shuffle an array (Fisher-Yates) |
Validation
Tool | Description |
| Validate email, URL, IPv4, IPv6, UUID, JSON, credit card (Luhn) |
| Parse JSON with optional path extraction |
| Parse URL into components |
| DNS lookup (A, AAAA, MX, TXT, NS, CNAME records) |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits.
Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.
- SnipgetOAuthai.snipget
300+ deterministic data utilities for AI agents: validate, normalize, parse, match, redact.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides deterministic system information and developer utilities including date/time operations, OS details, math calculations, random data generation, hashing, text formatting, data validation, encoding/decoding, and log analysis.20MIT
- AlicenseNot gradedqualityDmaintenanceProvides a set of micro-tools (time calculation, regex, encoding, JSON diff, etc.) for LLM agents to handle deterministic, precision tasks that models often get wrong.MIT

TinyFn MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceProvides over 500 deterministic tools for math, conversions, validation, hashing, and more, enabling AI agents to perform accurate calculations and data transformations without hallucination.1MIT- AlicenseNot gradedqualityDmaintenanceProvides deterministic, verifiable text/code/measurement utilities for AI agents, enabling tasks like unit conversion, citation formatting, diffing, proofreading, readability scoring, and syntax checking with re-executable proof.MIT