INDIVIDUAL MCP TOOL
search_prompts
Search the Builder's Prompt Library (3,323 rubric-graded prompts for software delivery) by keyword.
LIVE ENDPOINT
https://buildersprompt.com/mcp
Connect to this endpoint to inspect the live schema for search_prompts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.builders-prompt-library]
url = "https://buildersprompt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"builders-prompt-library": {
"type": "http",
"url": "https://buildersprompt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: builders-prompt-library
Remote MCP URL: https://buildersprompt.com/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": {
"builders-prompt-library": {
"url": "https://buildersprompt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"builders-prompt-library": {
"type": "http",
"url": "https://buildersprompt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "builders-prompt-library",
"transport": "streamable-http",
"url": "https://buildersprompt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_prompt— Fetch the full text and metadata of a single published prompt by its slug.list_stages— List the six delivery stages in the Builder's Prompt Library and how many published prompts each contains.