{ "name": "crawlbit-mcp", "version": "1.0.1", "mcpName": "io.github.amati032-dev/crawlbit", "description": "Four free MCP tools to check whether AI engines can find, read and recognise a website. No account, no API key, no LLM calls.", "type": "module", "bin": { "crawlbit-mcp": "index.js" }, "main": "index.js", "files": [ "index.js", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "start": "node index.js" }, "keywords": [ "mcp", "modelcontextprotocol", "seo", "aeo", "geo", "ai-visibility", "generative-engine-optimization", "gptbot", "claudebot", "perplexitybot", "robots-txt", "structured-data", "schema-org", "llms-txt" ], "author": "Amine Mati (MINDOLABS LLC)", "license": "MIT", "homepage": "https://www.crawlbit.app", "repository": { "type": "git", "url": "git+https://github.com/amati032-dev/crawlbit-mcp.git" }, "bugs": { "url": "https://github.com/amati032-dev/crawlbit-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" } }