We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplicianokelly52/comet_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "comet-mcp",
"version": "3.0.0",
"description": "MCP server connecting Claude to Perplexity's Comet browser for deep web research",
"author": "comet-mcp contributors",
"homepage": "https://github.com/hanzili/comet-mcp",
"repository": {
"type": "git",
"url": "https://github.com/hanzili/comet-mcp"
},
"license": "MIT",
"skills": [
{
"path": "skills/comet-research",
"name": "comet-research",
"description": "Deep web research using Perplexity Comet browser"
}
],
"mcp": {
"server": "dist/index.js",
"transport": "stdio"
},
"keywords": [
"mcp",
"perplexity",
"comet",
"research",
"web-search",
"claude"
]
}