mcp-universal-crawler
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-universal-crawlerfind me a random AI tool from Futurepedia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-universal-crawler
MCP server that exposes Futurepedia crawling logic as tools for assistants.
What it does
Fetches a random AI tool from Futurepedia search API
Opens the tool detail page
Extracts structured fields (description, what is, key features, pros/cons, who uses, image)
Returns clean JSON for downstream assistant use
Related MCP server: Sentinel Core Agent
MCP tools
Futurepedia-specific:
futurepedia_random_tool()— get one random tool with parsed metadatafuturepedia_tools(count=3)— get several random tools in one call
Universal crawler:
crawl_url(url, timeout_sec=30)— parse generic webpage (text + title + links)crawl_many(urls, timeout_sec=30)— batch crawl up to 20 URLscrawl_sitemap(sitemap_url, limit=20, timeout_sec=30)— extract URLs from sitemap.xmlcrawl_file(source, timeout_sec=30)— parse local/remote txt/md/html/pdf/docxextract_structured(url, schema_json, timeout_sec=30)— CSS-selector extraction by schema
Quick start
python -m venv .venv
source .venv/bin/activate
pip install -e .
python -m universal_crawler_mcp.serverThe server runs over stdio (default MCP mode).
Claude Desktop / MCP client config
{
"mcpServers": {
"universal-crawler": {
"command": "python",
"args": ["-m", "universal_crawler_mcp.server"],
"cwd": "/absolute/path/to/mcp-universal-crawler"
}
}
}Environment
Optional:
PROXY_URL— proxy URL used for HTTP requests
Notes
Crawler logic is adapted from litvan007/AI-slop-tg (src/futurepedia.py) and wrapped for MCP usage.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scrape, crawl and search the web for AI agents via MCP.
Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
Related MCP Servers
- AlicenseBqualityFmaintenanceExposes OpenClaw tools (web search, page fetching, browser automation, PDF analysis, messaging, inter-agent communication, Canvas) as MCP tools for ACP agents.7-
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1-
- AlicenseAqualityBmaintenanceProvides browser automation, audio transcription, and LLM chat as MCP tools for any agent.7MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to fetch webpages, convert them to Markdown, index into SQLite FTS5, and query the knowledge base through MCP tools.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/litvan007/mcp-universal-crawler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server