← Registry

Developer Tools

lifescored.com

Provides documentation and schema for a customizable life-score rule engine.

1 endpoint4 known toolsFirst detected July 14, 2026Last detected August 29, 2026

ENDPOINT 1

https://lifescored.com/mcp

No auth detected

MCP server metadata

Name
life-scored
Version
1.0.0
Capabilities
toolsresources
Server instructions

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_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.

Inferred read-only
get_input_schema

Just the fields to collect from the user, with types, ranges/allowed values, defaults, and plain-language help.

Inferred read-only
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.

Inferred read-only
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.

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.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.

Trust status Neutral

lifescored.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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