Developer Tools
lifescored.com
Provides documentation and schema for a customizable life-score rule engine.
ENDPOINT 1
https://lifescored.com/mcp
MCP server metadata
- Name
- life-scored
- Version
- 1.0.0
A discovery/relay server for life. scored. It performs no computation and accepts no personal data. Call get_rulebook (or get_input_schema) to learn the rules, ask the user for any missing inputs, then compute the score yourself. Nothing about the person should be sent anywhere.
Known tools 4
get_rulebookThe 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.
Inferred read-onlyget_input_schemaJust the fields to collect from the user, with types, ranges/allowed values, defaults, and plain-language help.
Inferred read-onlyget_methodologyPlain-English explanation of how scoring works, the two governing principles, what is deliberately left out (protected characteristics, luck), and the privacy stance.
Inferred read-onlyhow_to_give_feedbackHow to suggest a better weight, a fresh source, or a new rule via GitHub, so improvements from many people aggregate in the open.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lifescored.com was fetched 2026-07-28T03:09:53.273Z and is being refreshed.
lifescored.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.