← Registry

Learning Resources

keypra.com

An MCP server for Keypra that lists prompt-engineering curriculum lessons and published Skill Forge packages, and runs an anonymous prompt analyzer.

1 endpoint3 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://keypra.com/api/public/mcp

No auth detected

MCP server metadata

Name
keypra-mcp-server
Version
0.1.0
Capabilities
tools
Server instructions

Read-only tools for Keypra — the human layer for AI at work. Use `analyze_prompt` to score a prompt, `list_curriculum_lessons` to browse the public curriculum, and `list_skill_packages` to browse curated skill packages.

Known tools 3

list_curriculum_lessons

List Keypra's public AI prompt-engineering curriculum lessons.

Inferred read-only
list_skill_packages

List published Skill Forge packages available on Keypra.

Inferred read-only
analyze_prompt

Run Keypra's anonymous prompt analyzer on a user-provided prompt.

Inferred read-only

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.keypra-mcp-server]
url = "https://keypra.com/api/public/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "keypra-mcp-server": {
      "type": "http",
      "url": "https://keypra.com/api/public/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: keypra-mcp-server
Remote MCP URL: https://keypra.com/api/public/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": {
    "keypra-mcp-server": {
      "url": "https://keypra.com/api/public/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "keypra-mcp-server": {
      "type": "http",
      "url": "https://keypra.com/api/public/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "keypra-mcp-server",
  "transport": "streamable-http",
  "url": "https://keypra.com/api/public/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.