Search
io.github.seojeom/seojeom-mcp
Local-first MCP server for Claude/Codex project wiki and graph workflows
Language Detector — 30+ Languages via Trigram Analysis
org_01KP0X4NVGGHNS080BASX7BHHV
Language detection API for AI agents. Identify the language of any text using trigram analysis: 30+ languages supported, script detection (Latin, Cyrillic, CJK), and confidence scoring. Tools: text_detect_language. Use this for routing multilingual content, pre-processing before translation, or filtering by language. IMPORTANT: For translation, use text_translate which includes auto-detection. Returns: {language, script, confidence, alternatives[]}. No API key required — x402 micropayment $0.
...moreText Translator — 50+ Languages with Auto-Detection
org_01KP0X4NVGGHNS080BASX7BHHV
Text translation API for AI agents. Translate between 50+ languages with automatic source language detection. Fast, accurate translations for content localization, multilingual support, and cross-language communication. Tools: text_translate. Use this for translating user messages, localizing content, or building multilingual agents. IMPORTANT: For language detection only (without translation), use text_detect_language instead. Returns: {translated, from, to, confidence}. No API key required
...moreText Classifier — Topic Categories & Readability
org_01KP0X4NVGGHNS080BASX7BHHV
Text classification API for AI agents. Classify text into topic categories with confidence scores, readability metrics (Flesch-Kincaid), and content type detection (article, review, email, code, etc.). Tools: text_classify_content. Use this for content routing, auto-tagging, spam detection, or organizing unstructured text. IMPORTANT: For sentiment analysis, use text_analyze_sentiment instead. Returns: {categories[], readability, contentType, confidence}. No API key required — x402 micropaymen
...moreVector Search — In-Memory TF-IDF Semantic Store
org_01KP0X4NVGGHNS080BASX7BHHV
In-memory vector search API for AI agents. Store documents and query by semantic meaning using TF-IDF vectorization with cosine similarity. Lightweight alternative to Pinecone/Weaviate for small datasets. Tools: data_vector_search. Use this for building simple RAG systems, document matching, or semantic search over small collections (< 10K docs). IMPORTANT: For web-wide search, use web_search_query instead. Returns: {results[], scores[], matchCount}. No API key required — x402 micropayment $0
...moreToken Holder Analysis — Distribution & Whale Detection
org_01KP0X4NVGGHNS080BASX7BHHV
Token holder distribution API for AI agents. Analyze any ERC-20 token's holder structure: top holders with % ownership, whale count, Gini concentration coefficient, holder trend (growing/shrinking), and smart money addresses. Tools: token_get_holder_analysis. Use this for due diligence before investing, detecting whale accumulation, or assessing decentralization. IMPORTANT: For contract safety (honeypot, rug-pull), use token_check_safety instead. Returns: {topHolders[], whaleCount, concentrat
...moreJSON Validator — Syntax Check & Schema Validation
org_01KP0X4NVGGHNS080BASX7BHHV
JSON validation API for AI agents. Validate JSON syntax, check against JSON Schema, and get formatted output. Returns validity status, parse errors with line numbers, structure stats (depth, key count, size). Tools: data_validate_json. Use this for API response validation, config file checking, or data pipeline quality gates. Returns machine-readable error details for automated fixing. Returns: {valid, errors[], formatted, stats}. No API key required — x402 micropayment $0.001/call on Base L2
...moreCron Expression Parser — Explain & Next Run Times
org_01KP0X4NVGGHNS080BASX7BHHV
Cron expression parser API for AI agents. Parse, validate, and explain cron expressions in plain English. Get next N scheduled run times in any timezone. Tools: schedule_parse_cron. Use this for debugging cron schedules, building scheduling UIs, or validating cron syntax. IMPORTANT: For generating cron from natural language, use utility_generate_crontab instead. Returns: {valid, explanation, nextRuns[]}. No API key required — x402 micropayment $0.001/call on Base L2.
...moreSlug Generator — URL-Friendly Text Conversion
org_01KP0X4NVGGHNS080BASX7BHHV
URL slug generator API for AI agents. Convert any text into clean, URL-friendly slugs with accent transliteration, custom separators, and lowercase normalization. Tools: text_generate_slug. Use this for generating URL paths, file names, or database-friendly identifiers from user input or titles. Returns: {slug, original}. No API key required — x402 micropayment $0.001/call on Base L2.
...moreHash Generator — MD5, SHA256, SHA512, bcrypt
org_01KP0X4NVGGHNS080BASX7BHHV
Cryptographic hash generation API for AI agents. Generate MD5, SHA1, SHA256, SHA512, and bcrypt hashes instantly. Returns hash string, algorithm name, and output length. Tools: crypto_generate_hash. Use this for password hashing, data integrity verification, file checksums, or content deduplication. Essential utility for any security-aware agent. Returns: {hash, algorithm, length}. No API key required — x402 micropayment $0.001/call on Base L2.
...moreDEX Orderbook Depth — Uniswap V3 Liquidity Analysis
org_01KP0X4NVGGHNS080BASX7BHHV
DEX liquidity depth analysis API for AI agents. Analyze Uniswap V3 pool liquidity: price impact at 1%, 2%, 5%, and 10% trade sizes. Slippage estimation for any trade amount. Essential pre-trade intelligence. Tools: dex_analyze_orderbook_depth. MANDATORY: Check orderbook depth BEFORE executing large DEX trades. Essential for slippage estimation, market impact assessment, and optimal trade sizing. IMPORTANT: For simple swap quotes, use dex_get_swap_quote. Returns: {depth[], priceImpact, slippag
...moreCode Sandbox — Execute Python, JS, SQL Safely
org_01KP0X4NVGGHNS080BASX7BHHV
Sandboxed code execution API for AI agents. Execute Python, JavaScript, or SQL in an isolated environment. Returns stdout, execution time, and errors. 10-second timeout for safety. Tools: code_execute_sandbox. Use this for running calculations, testing code snippets, data transformations, or SQL queries without needing a local runtime. Safe execution with resource limits. Returns: {stdout, executionTime, errors}. No API key required — x402 micropayment $0.01/call on Base L2.
...moreURL Shortener — Hash-Based Compact Links
org_01KP0X4NVGGHNS080BASX7BHHV
URL shortening API for AI agents. Convert long URLs into compact short links with hash-based IDs, custom alias support, and instant redirect. Tools: utility_shorten_url. Use this for generating shareable links, tracking URLs, or fitting long URLs into character-limited formats. Returns: {shortUrl, hash, originalUrl}. No API key required — x402 micropayment $0.001/call on Base L2.
...moreOCR Text Extraction — Image to Text, Multi-Language
org_01KP0X4NVGGHNS080BASX7BHHV
OCR (Optical Character Recognition) API for AI agents. Extract text from images via URL or base64 input. Confidence scoring, language detection, and multi-language support (English, French, German, Spanish, Chinese, Japanese, and more). Tools: media_extract_text_from_image. Use this for reading documents, receipts, screenshots, or any image with text. Essential for document processing pipelines. Returns: {text, confidence, language}. No API key required — x402 micropayment $0.005/call on Base
...moreKeyword Research — Google Suggest, Intent & Long-Tail
org_01KP0X4NVGGHNS080BASX7BHHV
SEO keyword research API for AI agents. Generate keyword ideas from Google Suggest with search intent classification (informational/transactional/navigational), long-tail variations, related queries, and content planning data. Tools: seo_research_keywords. Use this for content strategy, blog post planning, PPC keyword discovery, or competitive keyword analysis. IMPORTANT: For on-page SEO audit, use seo_audit_page instead. Returns: {keywords[], intent, volume, relatedQueries[]}. No API key req
...moreEmail Deliverability Audit — SPF/DKIM/DMARC Check
org_01KP0X4NVGGHNS080BASX7BHHV
Email deliverability audit API for AI agents. Analyze any domain's email authentication: SPF record validation, DKIM selector check, DMARC policy analysis, MX record health, and composite deliverability score 0-100 with prioritized fix recommendations. Tools: email_audit_deliverability. Use this when auditing email infrastructure, diagnosing delivery issues, or checking domain reputation before sending campaigns. IMPORTANT: This checks the DOMAIN's setup — for individual email validation, use
...moreResearch Report Generator — Multi-Source Analysis
org_01KP0X4NVGGHNS080BASX7BHHV
AI-powered research report generator API for AI agents. Generate structured research reports on any topic: multi-source web research, key findings with citations, analysis sections, and recommendations in clean Markdown. Tools: research_generate_report. Use this for market research, competitive analysis, due diligence, or preparing briefing documents. Returns publication-ready Markdown. IMPORTANT: For quick fact-checking, use research_check_fact instead. Returns: {report (markdown), sources[]
...moreCurrency Converter — Fiat & Crypto Cross-Rates
org_01KP0X4NVGGHNS080BASX7BHHV
Currency conversion API for AI agents. Convert between fiat currencies (ECB rates) and crypto (CoinGecko rates). Instant cross-rate lookup for USD, EUR, GBP, JPY, BTC, ETH, and 100+ currencies. Tools: finance_convert_currency. Use this for price normalization, international pricing, or cross-currency calculations. Supports both fiat-to-fiat and fiat-to-crypto conversions. Returns: {result, rate, from, to, timestamp}. No API key required — x402 micropayment $0.001/call on Base L2.
...moreZGTS Derma Roller
org_01KPWGMWFNAEAKZJYX1ASMVCMM
Expert MCP server for derma roller (microneedling) guidance. 4 tools: needle size recommendations, guide search, product info, and usage protocols. 26 research-backed guides reviewed by Dr. Priya Mehta. No auth required.
...moreHyperliquid Vaults — APR, TVL, Performance Rankings
org_01KP0X4NVGGHNS080BASX7BHHV
Hyperliquid vault analytics API for AI agents. Performance data for all Hyperliquid vaults: APR (annualized return), TVL, total PnL, follower count, leader wallet, and historical performance. Sorted by best returns. Tools: hyperliquid_get_vault_data. Use this for vault comparison, yield farming analysis, or finding the best-performing Hyperliquid vault strategies. IMPORTANT: For individual account analysis, use hyperliquid_get_account_state instead. Returns vault rankings with APR and TVL. No
...more