Techionik Website RAG MCP
Pricing
$15.00 / 1,000 rag chunks
Techionik Website RAG MCP
Prompt-first MCP-ready Apify tool for AI agents to crawl public websites and return clean RAG chunks with URLs, titles, markdown, and token estimates.
Pricing
$15.00 / 1,000 rag chunks
Rating
0.0
(0)
Developer
Techionik
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Techionik Website RAG MCP helps AI agents build compact retrieval datasets from public websites. Users can enter a natural-language prompt, and the actor extracts URLs and crawl settings before returning clean chunks for RAG pipelines.
What it does
- Accepts a natural-language MCP prompt for agent-friendly use.
- Also accepts structured JSON for batch/API workflows.
- Returns stable dataset records with status, warnings, source URLs, and useful business fields.
- Keeps the workflow lightweight by using public pages and clear failure records.
Input
Use the prompt field when calling this as an MCP-style tool:
{"prompt": "Create a RAG dataset from https://example.com/docs. Crawl up to 8 same-domain pages, chunk around 1600 characters, include markdown, titles, source URLs, and token estimates."}
Structured fields remain available for API users who want explicit batch control.
Local testing
Run the unit tests and project validator from this actor folder:
npm testnpm run validate
Apify deployment
Before deployment, confirm the active Apify account is Techionik:
apify infoapify push
Marketplace publication is intentionally skipped until final business approval.
Output
Results are written to the default Apify dataset. Each record includes a status field, extracted signals, warnings when something could not be fetched, and the original source input for traceability.
Pricing
Recommended pricing: USD 1.50 per 1,000 chunks or USD 0.60 per 1,000 pages during Store billing setup. The output is immediately useful for RAG ingestion, documentation search, and AI support workflows.
Limitations
- Works on public pages only.
- Does not bypass logins, captchas, paywalls, or site restrictions.
- Some JavaScript-heavy sites may return partial data with a warning.
- Final Apify Store billing still needs to be selected during marketplace publication.