We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MattiooFR/majestic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "majestic-mcp",
"version": "1.1.0",
"description": "MCP server for Majestic SEO API - Trust Flow, Citation Flow, backlinks and more",
"main": "dist/index.js",
"bin": {
"majestic-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"majestic",
"seo",
"backlinks",
"trust-flow",
"citation-flow"
],
"author": "backlink-eldorado",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.3"
}
}