We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawleo/crawleo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
glama.json•630 B
{
"$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"
}
]
}