MCP Server
MCP
io.github.jbobbink/glippy-mcp
GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "glippy-mcp",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Glippy MCP license key (GLMCP-XXXX-XXXX-XXXX)",
"isRequired": true,
"isSecret": true,
"name": "GLIPPY_LICENSE_KEY"
},
{
"description": "Max requests per second per domain for batch tools (default 5)",
"name": "GLIPPY_RATE_LIMIT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment