74
/ 100
4 days ago
glama

Step Plan MCP MVP

A local MCP server that integrates Step Plan API for image generation and text-to-speech, allowing MCP-compatible clients like Codex to use these capabilities without switching models.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: STEP_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSTEP_API_BASE_URL
🔐 secretSTEP_API_KEY"YOUR_STEP_API_KEY"
configSTEP_AUDIO_OUTPUT_DIRoutputs/audio/ 音频输出目录
configSTEP_AUDIO_SPEECH_PATH/step_plan/v1/audio/speech TTS 接口路径
configSTEP_IMAGE_GENERATIONS_PATH/step_plan/v1/images/generations 生图接口路径
configSTEP_IMAGE_OUTPUT_DIRoutputs/images/ 图片输出目录
configSTEP_MCP_CONFIG_PATH~/.step-plan-mcp/config.json Agent 内配置 Key 时写入和读取的本地配置文件
configSTEP_OUTPUT_DIRoutputs/ 统一输出目录
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/vitaisafemmefatale-step-plan-mcp-mvp-u5ixn9)](https://m8ven.ai/mcp/vitaisafemmefatale-step-plan-mcp-mvp-u5ixn9)
commit: 1ad206966ef7fbd5cc106e7e76754315080efe17
code hash: bb20e9e3bb2cafc68b7958d3069ab645202cf97ac1284209fe29e78bd41a5b1b
verified: 7/14/2026, 8:33:23 AM
view raw JSON →