{
  "slug": "promptibus",
  "name": "Promptibus MCP",
  "vendor": "Promptibus",
  "official": true,
  "category": "model-hub",
  "featured": false,
  "tagline": "Model intelligence MCP for prompt syntax, pricing, and budget-aware picks.",
  "description": "Promptibus does not generate media; it gives agents current model profiles, pricing, parameters, prompt linting, and prompt optimization for image, video, audio, text, and code models. For filmmaker-agents spending across Runway, Sora, Veo, FLUX, Suno, Midjourney-style tools, and other fast-moving model families, it is a preflight layer that reduces stale syntax and expensive wrong-model choices.",
  "capabilities": [
    "model-recommendation",
    "pricing",
    "prompt-linting",
    "prompt-optimization",
    "model-parameters",
    "model-profiles"
  ],
  "tools_sample": [
    "recommend_model",
    "optimize_prompt",
    "lint_prompt",
    "compare_models",
    "get_parameters",
    "get_model_profile",
    "get_pricing"
  ],
  "install": {
    "claude_code": "claude mcp add promptibus -- npx -y @promptibus/mcp",
    "remote_url": "https://promptibus.com/api/mcp",
    "stdio_command": "npx -y @promptibus/mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "PROMPTIBUS_API_KEY",
    "key_url": "https://promptibus.com/settings/api-keys"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/promptibus/mcp",
    "docs": "https://github.com/promptibus/mcp#readme",
    "site": "https://promptibus.com/mcp"
  },
  "added": "2026-06-29",
  "verified": "2026-06-29",
  "notes": "MIT, npm @promptibus/mcp 0.9.0, created Apr 2026 and pushed May 2026, only 3 stars so far. Anonymous mode works without a key but is limited to 25 requests/day and 10 free-tier models; an API key unlocks higher limits and broader model coverage. Caveat: it is a catalogue/preflight server, not a generation router."
}