Ultra Prompt

Created By
Sean Shaw9 hours ago
Turn any AI assistant into an expert prompt engineer. Ultra Prompt gives your AI a library of 1,000+ professionally written prompts for real, everyday work, writing, marketing, business, creative, coding, and more. Just describe what you're trying to do, and it finds the right template, fills in the details, and hands back a polished and ready-to-run prompt so you get expert-quality results without wasting time on writing the the best prompt yourself. It can also chain templates into multi-step workflows and save them to reuse anytime. Free to start; works in any MCP client.
Overview

Ultra Prompt — your prompt library, inside your AI

Ultra Prompt connects your AI assistant to 1,000+ professionally engineered prompt templates, plus reasoning frameworks, quality guards, curated vocabulary, and multi-step pipelines — so your assistant builds pro-grade prompts and saves reusable workflows without leaving the chat.

Tools

  • search_templates — find the right template across 1,000+ prompts
  • get_template — read a template's fields
  • build_prompt — assemble a finished, ready-to-run prompt
  • suggest_vocab — curated expert vocabulary for any field
  • recommend_next — the natural next templates in your workflow
  • list_enhancements — the Pro upgrades for build_prompt
  • build_pipeline (Pro) — chain templates into one multi-step mega-prompt
  • save_playbook (Pro) — save a workflow to your account, ready to run

Pro also unlocks reasoning frameworks (RTCEE, CO-STAR, RACE, RISEN, APE, BROKE), quality guards, and output formats.

Connect (60 seconds)

  1. Create a free account at https://ultraprompt.co
  2. Account → MCP Server → Generate your key
  3. Add it to your client config (the Server Config above).

Transport: Remote, Streamable HTTP. Free: 5 tool-calls/month · Pro: unlimited. Docs & setup: https://ultraprompt.co/mcp

Server Config

{
  "mcpServers": {
    "ultra-prompt": {
      "type": "http",
      "url": "https://up-mcp.unpluggedfeed.workers.dev",
      "headers": {
        "Authorization": "Bearer <YOUR_ULTRAPROMPT_API_KEY>"
      }
    }
  }
}
Project Info
Created At
9 hours ago
Updated At
9 hours ago
Author Name
Sean Shaw
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Jiebang Tools

a day ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

18 hours ago