Deterministic tools for non-deterministic agents
Format code, generate diffs, validate schemas, convert documents. One API, zero inference tokens, single-digit milliseconds.
$ curl -X POST https://morso.dev/api/hash \ -H "Authorization: Bearer sk_morso_..." \ -d '{"algorithm":"sha256","input":"hello world"}' { "hash": "b94d27b...efcde9", "time_ms": 1 }
Works with
Endpoints
Developer tools. One API key.
Each endpoint wraps a battle-tested tool. Stateless, sub-second, structured JSON.
Browse all free tools →Auto-format TypeScript, Python, Go, Rust, CSS, and JSON. Zero config.
def hello( ): return 42
def hello():
return 42 Correct line numbers and parseable hunks. No hallucinated diffs.
Article extraction from raw HTML. Reader mode as an API.
Cron, JSON Schema, regex, YAML, TOML, semver. Structured error output.
MIME type, encoding, and language detection. From content bytes, not extensions.
Lossy and lossless compression for PNG, JPEG, and WebP.
SHA-256, MD5, SHA-1, SHA-512 in one call.
20+ formats via Pandoc: PDF, DOCX, LaTeX, JATS XML, and more.
Integration
Drop-in for any stack
Plain HTTP. Any language. MCP server included.
curl -X POST https://morso.dev/api/format-code \
-H "Authorization: Bearer sk_morso_..." \
-H "Content-Type: application/json" \
-d '{"language":"python","code":"def hello( ):return 42"}' const res = await fetch("https://morso.dev/api/hash", {
method: "POST",
headers: {
"Authorization": "Bearer sk_morso_...",
"Content-Type": "application/json",
},
body: JSON.stringify({
algorithm: "sha256",
input: "hello world",
}),
});
const { hash } = await res.json(); Compatible
Works with every agent
Performance
10–32x cheaper than LLM tokens
Every call is deterministic and CPU-only. No GPU, no inference cost, no token waste. Your agent reasons; Morso executes.
Playground
Try any endpoint
Stateless. JSON in, JSON out. 3ms median.
POST /api/hash
Host: morso.dev
Authorization: Bearer sk_morso_...
{
"algorithm": "sha256",
"input": "hello world"
}{
"hash": "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9",
"algorithm": "sha256",
"time_ms": 1
}Pricing
Pay per credit
500 credits/month free. Standard endpoints cost 1 credit, Premium costs 5. Scale when you need to.
500
free credits/mo
$0.001
per standard request
$0.005
per premium request
Stop burning tokens on
deterministic work
No hallucinations. No model drift. No inference cost.
500 free credits/month — no credit card required.