AI-powered prompt refinement with adaptive questioning and multi-provider support (6+ LLM backends)
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
promptheus · pypi · 0.3.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.abhichandra21/promptheus",
"description": "AI-powered prompt refinement with adaptive questioning and multi-provider support (6+ LLM backends)",
"title": "Promptheus",
"repository": {
"url": "https://github.com/abhichandra21/Promptheus.git",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://github.com/abhichandra21/Promptheus",
"packages": [
{
"registryType": "pypi",
"identifier": "promptheus",
"version": "0.3.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key (optional, at least one provider required)",
"isSecret": true,
"name": "GOOGLE_API_KEY"
},
{
"description": "Anthropic Claude API key (optional, at least one provider required)",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "OpenAI API key (optional, at least one provider required)",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Groq API key (optional, at least one provider required)",
"isSecret": true,
"name": "GROQ_API_KEY"
},
{
"description": "Alibaba Qwen API key (optional, at least one provider required)",
"isSecret": true,
"name": "QWEN_API_KEY"
},
{
"description": "Zhipu GLM API key (optional, at least one provider required)",
"isSecret": true,
"name": "GLM_API_KEY"
},
{
"description": "Override provider selection (gemini, anthropic, openai, groq, qwen, glm)",
"name": "PROMPTHEUS_PROVIDER"
},
{
"description": "Override model selection for the chosen provider",
"name": "PROMPTHEUS_MODEL"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"AI Tools",
"Developer Productivity",
"Prompt Engineering",
"LLM Utilities"
],
"features": [
"Adaptive task detection (analysis vs generation)",
"Multi-provider support (6+ AI backends)",
"Interactive and structured question modes",
"Session history management",
"Privacy-preserving telemetry"
],
"tools": [
{
"description": "Intelligently refine prompts with adaptive questioning workflow",
"name": "refine_prompt"
},
{
"description": "Make surgical modifications to existing prompts",
"name": "tweak_prompt"
},
{
"description": "Discover available models for each AI provider",
"name": "list_models"
},
{
"description": "Check provider configuration status",
"name": "list_providers"
},
{
"description": "Validate API keys and test provider connections",
"name": "validate_environment"
}
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-12-10T06:09:02.751578Z",
"publishedAt": "2025-12-10T06:09:02.751578Z",
"updatedAt": "2025-12-10T06:09:02.751578Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.