← uplift.page

INDIVIDUAL MCP TOOL

send_feedback

Tell uplift.page whether a prompt worked: outcome positive or negative plus an optional message.

uplift.pagenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

uplift.page

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uplift-page]
url = "https://uplift.page/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uplift-page": {
      "type": "http",
      "url": "https://uplift.page/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uplift-page
Remote MCP URL: https://uplift.page/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uplift-page": {
      "url": "https://uplift.page/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uplift-page": {
      "type": "http",
      "url": "https://uplift.page/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uplift-page",
  "transport": "streamable-http",
  "url": "https://uplift.page/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recommend_stack — Describe what you want to build; returns a recommended tech stack with reasons, a clean tracking-free mini prompt to adopt, and a citation of the original source.
  • search_prompts — Full-text search over the public prompt library.
  • get_prompt — Fetch one mini prompt with its tech stack, tags, and source citation.
  • list_categories — All published categories in the library (games, web apps, AI agents, ...).
  • convert_prompt — Run the uplift conversion engine on markdown: strips telemetry/tracking instructions, tracking params, invisible characters, and vendor-specific agent residue; reports everything removed.