M
mcp
20 endpointsliveAgisHub — pay-per-call tools for AI agents over x402 (USDC on Base). No API key. (MCP server com.agishub/mcp, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for mcp.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| now in /now_in | Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what tim | $0.0020 per call | unknown |
| convert timezone /convert_timezone | Convert a specific date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with i | $0.0020 per call | unknown |
| convert batch /convert_batch | Convert a single instant into many IANA timezones at once — a world-clock view. Like convert_timezone, but 'to' is a list of target zones. | $0.0020 per call | unknown |
| tz offset /tz_offset | Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45. | $0.0020 per call | unknown |
| list timezones /list_timezones | List or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.g. 'kolkata', 'america'). Use it to discover the e | $0.0020 per call | unknown |
| lookup timezone /lookup_timezone | Resolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.g. 'Delhi' -> 'Asia/Kolkata'. Use it first when you only have | $0.0020 per call | unknown |
| date math /date_math | Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the | $0.0020 per call | unknown |
| find meeting slots /find_meeting_slots | Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country i | $0.0020 per call | unknown |
| is holiday /is_holiday | Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authori | $0.0020 per call | unknown |
| extract /extract | Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execut | $0.0020 per call | unknown |
| qr code /qr_code | Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level. | $0.0020 per call | unknown |
| convert units /convert_units | Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin). | $0.0020 per call | unknown |
| convert currency /convert_currency | Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used. | $0.0020 per call | unknown |
| summarize /summarize | Summarize a block of text into a short abstract, with an optional target length. No external API key required. | $0.0020 per call | unknown |
| classify /classify | Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent). | $0.0020 per call | unknown |
| extract entities /extract_entities | Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON. | $0.0020 per call | unknown |
| transcribe /transcribe | Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more. | $0.0020 per call | unknown |
| embed /embed | Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual. | $0.0020 per call | unknown |
| chat /chat | Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required. | $0.0020 per call | unknown |
| memory upsert /memory_upsert | Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall. | $0.0020 per call | unknown |