{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"name": "Crawleo MCP Server",
"description": "Real-time web search and crawling capabilities for AI assistants through Model Context Protocol (MCP)",
"maintainers": [
"Crawleo"
],
"repository": "https://github.com/Crawleo/Crawleo-MCP",
"tools": [
{
"name": "search_web",
"description": "Search the web using Crawleo's AI-powered search engine with optional AI-enhanced HTML and markdown content"
},
{
"name": "crawl_web",
"description": "Crawl a specific webpage and extract its content in various formats"
}
]
}