ChipsAI MCP Server✓
io.github.fgasparetto/chipsai-mcp · v1.0.1
{}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.fgasparetto/chipsai-mcp",
"description": "MCP server for ChipsAI — manage chatbots, conversations, and AI models",
"title": "ChipsAI MCP Server",
"repository": {
"url": "https://github.com/fgasparetto/chipsai-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "pypi",
"identifier": "chipsai-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ChipsAI account email",
"isRequired": true,
"name": "CHIPSAI_EMAIL"
},
{
"description": "ChipsAI account password",
"isRequired": true,
"isSecret": true,
"name": "CHIPSAI_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}