We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davinoishi/broken-link-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "broken-link-checker-mcp",
"version": "1.0.0",
"description": "MCP server for checking broken links in websites",
"type": "module",
"main": "index.js",
"bin": {
"broken-link-checker-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"start:http": "node server.js",
"dev": "node server.js"
},
"keywords": [
"mcp",
"broken-link-checker",
"link-checker",
"seo"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"broken-link-checker": "^0.7.8",
"cors": "^2.8.5",
"express": "^4.18.2"
}
}