A
ai-netcafe
20 endpointsliveCompare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX (MCP server com.ainetcafe/ai-netcafe, 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 ai-netcafe.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Find the right tool for a task /what_can_you_do | Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the | $0.0020 per call | unknown |
| List hosted open-source AI applications /list_apps | List the open-source AI applications hosted and ready to run at AI NetCafé (ainetcafe.com). Each one normally requires local setup (Docker/Python + your own mod | $0.0020 per call | unknown |
| Get details of one application /get_app | Full details of one hosted application: what it does, how to use it, measured benchmark scores, source repository, and the URL a human can open to run it. Examp | $0.0020 per call | unknown |
| Run a prompt on a specific LLM /ask_model | Send a prompt to one specific large language model and get the answer plus measured platform cost metadata. The beta platform covers the user charge ($0.00); ca | $0.0020 per call | unknown |
| Run the same prompt on several models and compare /compare_models | Run one prompt across multiple LLMs in parallel and return every answer side by side with measured platform cost metadata and latency. The beta platform covers | $0.0020 per call | unknown |
| List available models and capacity /list_models | List every model currently available in the free beta with reference input/output rates and health metadata. Those rates are platform cost metadata only; every | $0.0020 per call | unknown |
| Store a memory (persists across sessions within your workspace) /remember | Persist a durable memory: an architecture decision, a stable user preference, a verified bug fix, or an important discovery. The free beta provides a bounded pe | $0.0020 per call | unknown |
| Recall stored memories /recall | Retrieve previously stored memories, optionally filtered by search query and/or project. Call at the start of work on a known project to restore context: why de | $0.0020 per call | unknown |
| Search the web (meta-search) /web_search | Search the live web through a self-hosted SearXNG meta-search (aggregates dozens of engines, no tracking). Returns titles, URLs and snippets. Use when you need | $0.0020 per call | unknown |
| Fetch a web page as clean Markdown /fetch_page | Fetch a public URL and return clean LLM-ready Markdown from the server-rendered response. This tool does not execute browser JavaScript; for SPA or empty-text p | $0.0020 per call | unknown |
| Measured platform cost across models /model_costs | Measured platform cost metadata for one call on each model; your charge is $0.00 during the free beta. Vendors publish per-million-token list prices, but a call | $0.0020 per call | unknown |
| Can AI assistants read and cite this site? /ai_visibility | Audit a URL for AI visibility: which AI crawlers robots.txt actually allows (parsed per user-agent group, not keyword-matched), whether llms.txt / sitemap / JSO | $0.0020 per call | unknown |
| PDF or scanned page → structured Markdown /pdf_to_markdown | Convert a PDF (or a scanned page image) into clean Markdown that keeps headings, lists and tables, and puts multi-column pages in the right reading order. Text- | $0.0020 per call | unknown |
| PDF tables → structured rows (with schema alignment) /extract_tables | Extract tables from a PDF into structured rows (JSON + CSV). Pass fields to force a fixed set of columns — that aligns a pile of documents that each name their | $0.0020 per call | unknown |
| Bank statement PDF → transactions + reconciliation check /extract_statement | Turn a bank statement or transaction PDF into a clean transaction table (JSON + CSV), then cross-check it: opening + credits - debits must equal the stated clos | $0.0020 per call | unknown |
| JSON ↔ YAML, either direction, auto-detected /json_yaml | Converts JSON to YAML or YAML to JSON. It works out which one you gave it, so you do not have to say. A parse failure comes back with the parser message instead | $0.0020 per call | unknown |
| Is this JSON valid — and does it have the keys you need? /validate_json | Checks that text parses as JSON, and optionally that required keys are present with the right top-level types. Returns the specific violations, not just true/fa | $0.0020 per call | unknown |
| What changed between two texts, line by line /diff_text | Returns which lines were added and which were removed, with line numbers — computed with a longest-common-subsequence, not guessed by a model. Use to compare tw | $0.0020 per call | unknown |
| See inside a JWT — header, payload, and whether it has expired /jwt_decode | Decodes the header and payload of a JWT and reports issued-at / expiry as readable timestamps plus seconds remaining. The signature is NOT verified and the resp | $0.0020 per call | unknown |
| Does this regex match — and what does it capture? /regex_test | Runs a regular expression against sample text and returns every match with its position and capture groups (named groups included). Use before wiring a pattern | $0.0020 per call | unknown |