INDIVIDUAL MCP TOOL
list_features
Hierarchy of the product as it is now: doors (if any), areas, and capability names.
LIVE ENDPOINT
https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660
Connect to this endpoint to inspect the live schema for list_features 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.sourceprd]
url = "https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sourceprd": {
"type": "http",
"url": "https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sourceprd
Remote MCP URL: https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660
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": {
"sourceprd": {
"url": "https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sourceprd": {
"type": "http",
"url": "https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sourceprd",
"transport": "streamable-http",
"url": "https://pm.sourceprd.com/api/mcp/547f43ea-28c9-4d69-8df4-495615d72660"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_project— What this product is now, from the code: short summary and the doors/areas an owner would recognize.get_prd— The product as it is in the code: doors, areas, and each capability as a one-line headline.get_feature— One capability as it is in the code: what it is, how people use it, what to watch, and the implementing files.search_prd— Keyword search across the product story (names, headlines, what it does, how people use it).