xpay DevTools✓
io.github.xpaysh/devtools · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xpaysh/devtools",
"description": "30+ dev tools. Context7, Code Runner, Python Execute, Code Sentinel, NPM Sentinel, PlantUML.",
"title": "xpay DevTools",
"repository": {
"url": "https://github.com/xpaysh/mcp-server",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://devtools.mcp.xpay.sh/mcp?key={api_key}",
"variables": {
"api_key": {
"description": "Your xpay API key from https://docs.xpay.sh/tools/connect",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}