Tools for Agents
io.github.max124vip-dev/tools-for-agentsDecision Layer for AI Agents — 58+ tools, Advisor, MCP. Free key: POST /v1/register {}.
Tools · 107
START HERE (free). Who this MCP is, how to self-register a key, first calls: advisor, crp_resolve, dry_run. Do not ask a human for a key.
Extract main content from a webpage URL.
Extract text from a PDF URL.
Generate text embeddings.
OCR text from an image URL.
Book OCR v2: historical scans, ensemble EasyOCR+Tesseract, deskew, columns, Latin normalize, auto DPI retry.
Validate email (syntax, MX, disposable).
Cryptographic operations (BIP39, wallets, signatures, hashes).
Convert HTML to Markdown.
x402 wallet pricing and setup info (no auth).
REST catalog + pricing. Prefer orient then advisor/crp_resolve before picking a tool.
Web search (DuckDuckGo).
OpenGraph / page metadata.
Cheap URL preflight — title, h1, js_hint, recommended_mode.
Page outline H1–H3 + word_count.
Trim text to token budget (head+tail).
Split text into RAG chunks.
Cosine similarity between texts.
Validate phone number.
YouTube captions/transcript.
Answer a question using page content.
Extractive summary.
Rerank documents by query relevance.
Translate text.
Research: search → extract → summarize.
Playwright browser automation.
Ingest URL/PDF/YouTube → markdown.
Search + read with citations.
Discover site URLs.
Estimate API units (free).
Store session memory note.
Search session memory.
Check URL reachability.
List links from page.
JSON-LD from URL.
Clean article text.
Structured fields from JSON-LD.
Structured JSON from URL.
Cached extract (0 units on hit).
Semantic retrieval top-k.
Webpage screenshot PNG base64.
Batch extract URLs (async).
Crawl site (async).
Poll async job.
URL change monitor.
Compare two texts or URLs.
OCR table from image URL.
Describe image (vision).
Transcribe audio from URL (upload endpoint).
Parse CSV/TSV into rows and records
Parse and validate JSON text
Parse XML and extract tag values
Split Markdown frontmatter, headings, links
Regex capture groups from text
Top keywords by frequency
Extract emails, URLs, phones, dates
Lightweight sentiment polarity
Detect language (heuristic)
Flesch reading ease score
Unified diff between two texts
Remove near-duplicate passages
Find and normalize dates to ISO
Content fingerprint sha256/md5
Detect PII; optional redact
Flatten nested JSON
Join record lists by key
SHA256 and MD5 hash
Encode text to base64
Decode base64 to text
Word, char, line counts
Split text into lines
Extract email addresses
Extract phone numbers
Normalize URL form
PDF metadata without full extract
Extract PDF page range text
Parse robots.txt rules
Follow redirect chain
DNS A/MX/TXT lookup
TLS certificate check
Internet Archive snapshots for a URL (not in the model sandbox)
Domain RDAP/whois: status, dates, nameservers
Strip HTML to clean text
SEO title/meta/H1 checklist
Internal vs external links
Validate IBAN checksum
Validate IPv4/IPv6
Domain format + DNS check
Validate UUID format
OCR text from image URL (for chains)
OCR table from image URL
List tool chain recipes (PDF, web, OCR, video, …).
Execute a named tool chain recipe.
Composite mission — goal in, full result out.
Extract HTML tables from URL.
Compare cached vs live page.
Parse sitemap.xml URLs.
Parse RSS/Atom feed.
Verify a factual claim.
Plan workflow steps for a goal (free).
Probe URL before extract (free).
Agent Advisor — workflow + cost estimate (free).
Quality Capability Discovery — resolve goal to ranked routes + invocation JSON (free).
CRP post-execution feedback — improves discovery ranking (free).
Run multi-step tool chain with $refs.
Try primary tool then fallbacks.
Score source URL credibility.
Resources · 1
Who this server is, how to get a key, first free calls.
agenttools://orient
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tools_for_agents": {
"url": "https://api.toolsforagents.tools/mcp",
"transport": "streamable-http"
}
}
}