← lifescored.com
INDIVIDUAL MCP TOOL
get_input_schema
Just the fields to collect from the user, with types, ranges/allowed values, defaults, and plain-language help.
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 endpoint
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.life-scored]
url = "https://lifescored.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"life-scored": {
"type": "http",
"url": "https://lifescored.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: life-scored
Remote MCP URL: https://lifescored.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": {
"life-scored": {
"url": "https://lifescored.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"life-scored": {
"type": "http",
"url": "https://lifescored.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "life-scored",
"transport": "streamable-http",
"url": "https://lifescored.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_rulebook— The complete life-score rulebook and exact math: every rule (weight, bounds, evidence, source, formula), the input schema (what to ask the user), and the engine constants.get_methodology— Plain-English explanation of how scoring works, the two governing principles, what is deliberately left out (protected characteristics, luck), and the privacy stance.how_to_give_feedback— How to suggest a better weight, a fresh source, or a new rule via GitHub, so improvements from many people aggregate in the open.