{"description":"Hosted MCP servers available for instant use. No installation required.","servers":[{"slug":"geo","name":"Geolocation","description":"Geocoding, reverse geocoding, distance calculations, and IP-based location","tools":["geocode","reverse_geocode","distance","ip_location"],"endpoint":"/mcp/geo"},{"slug":"weather","name":"Weather","description":"Get current weather and forecasts. Main tool: \"get_weather\" for current conditions.","tools":["get_weather","get_forecast"],"endpoint":"/mcp/weather"},{"slug":"fetch","name":"Web Fetch","description":"Fetch web pages and extract readable content","tools":["fetch_url","extract_links"],"endpoint":"/mcp/fetch"},{"slug":"time","name":"Time","description":"Get current time and timezone conversions. Main tool: \"get_current_time\" for current time.","tools":["get_current_time","convert_timezone"],"endpoint":"/mcp/time"},{"slug":"memory","name":"Memory","description":"Store and retrieve key-value data. Persists across requests within a session.","tools":["store","retrieve","list_keys","delete"],"endpoint":"/mcp/memory"},{"slug":"calculator","name":"Calculator","description":"Perform mathematical calculations. Main tool: \"evaluate\" for math expressions.","tools":["evaluate","convert_units"],"endpoint":"/mcp/calculator"},{"slug":"crypto-prices","name":"Crypto Prices","description":"Get real-time cryptocurrency prices. Main tool: \"get_price\" for current prices.","tools":["get_price","get_top_cryptos"],"endpoint":"/mcp/crypto-prices"},{"slug":"crypto","name":"Crypto Utils","description":"Generate hashes, UUIDs, and random values","tools":["hash","uuid","random"],"endpoint":"/mcp/crypto"},{"slug":"search","name":"Web Search","description":"Search the web and get results. Powered by DuckDuckGo.","tools":["search","instant_answer"],"endpoint":"/mcp/search"},{"slug":"email","name":"Email","description":"Send emails programmatically. Requires API key configuration.","tools":["send"],"endpoint":"/mcp/email"},{"slug":"json","name":"JSON Utils","description":"Parse, format, query, and transform JSON","tools":["parse","query","format"],"endpoint":"/mcp/json"},{"slug":"uuid","name":"UUID Generator","description":"Generate universally unique identifiers (UUIDs)","tools":["generate"],"endpoint":"/mcp/uuid"},{"slug":"hash","name":"Hash Generator","description":"Generate cryptographic hashes (MD5, SHA-1, SHA-256, SHA-512)","tools":["generate","verify"],"endpoint":"/mcp/hash"},{"slug":"base64","name":"Base64 Encoder/Decoder","description":"Encode and decode Base64 strings","tools":["encode","decode"],"endpoint":"/mcp/base64"},{"slug":"random","name":"Random Generator","description":"Generate random numbers, strings, and passwords","tools":["number","string","password","choice"],"endpoint":"/mcp/random"},{"slug":"url","name":"URL Utils","description":"Parse, build, and encode URLs","tools":["parse","build","encode","decode"],"endpoint":"/mcp/url"},{"slug":"dns","name":"DNS Lookup","description":"Perform DNS lookups for domains","tools":["lookup"],"endpoint":"/mcp/dns"},{"slug":"text","name":"Text Utils","description":"Text manipulation and analysis utilities","tools":["stats","case","truncate","slug"],"endpoint":"/mcp/text"},{"slug":"regex","name":"Regex Tester","description":"Test and execute regular expressions","tools":["test","match","replace"],"endpoint":"/mcp/regex"},{"slug":"currency","name":"Currency Converter","description":"Convert between currencies using live exchange rates","tools":["convert","rates"],"endpoint":"/mcp/currency"},{"slug":"markdown","name":"Markdown Converter","description":"Convert markdown to HTML and vice versa","tools":["to_html"],"endpoint":"/mcp/markdown"},{"slug":"datetime","name":"DateTime Utils","description":"Date and time manipulation utilities","tools":["now","parse","diff","add"],"endpoint":"/mcp/datetime"},{"slug":"validate","name":"Data Validator","description":"Validate common data formats (email, URL, phone, credit card, etc.)","tools":["email","url","phone","credit_card","ip","uuid"],"endpoint":"/mcp/validate"},{"slug":"jwt","name":"JWT Utils","description":"Decode and inspect JSON Web Tokens","tools":["decode","inspect"],"endpoint":"/mcp/jwt"},{"slug":"html","name":"HTML Parser","description":"Parse HTML and extract content","tools":["extract_text","extract_links","extract_meta","strip_tags"],"endpoint":"/mcp/html"},{"slug":"semver","name":"Semver Utils","description":"Parse and compare semantic versions","tools":["parse","compare","increment"],"endpoint":"/mcp/semver"},{"slug":"cron","name":"Cron Parser","description":"Parse and explain cron expressions","tools":["explain","next"],"endpoint":"/mcp/cron"},{"slug":"country","name":"Country Data","description":"Get country information, codes, and data","tools":["lookup","list"],"endpoint":"/mcp/country"},{"slug":"lorem","name":"Lorem Ipsum Generator","description":"Generate placeholder text","tools":["paragraphs","sentences","words"],"endpoint":"/mcp/lorem"},{"slug":"diff","name":"Text Diff","description":"Compare two texts and show differences","tools":["compare","stats"],"endpoint":"/mcp/diff"},{"slug":"qrcode","name":"QR Code Generator","description":"Generate QR codes","tools":["generate"],"endpoint":"/mcp/qrcode"},{"slug":"whois","name":"WHOIS Lookup","description":"Look up domain registration information","tools":["lookup"],"endpoint":"/mcp/whois"}],"usage":{"list_tools":"GET /mcp/:slug/tools/list","call_tool":"POST /mcp/:slug/tools/call { \"name\": \"tool_name\", \"arguments\": {} }"}}