← Registry

Security & Testing

patinadata.xyz

Provides tools to look up, verify, and check Patina trust scores and attestations for identity resolution.

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

ENDPOINT 1

https://patinadata.xyz/api/mcp

No auth detected

MCP server metadata

Name
patina
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Patina reports how much provable history a person has behind the accounts they already own. Use check_threshold for yes/no trust gates, get_patina_score for the full breakdown, and resolve_identity to go from a github, instagram or linkedin handle to a score without learning who the person is. Patina proves tenure, not uniqueness: it is not a proof-of-personhood check. A missing profile means the person has not used Patina, and is never evidence against them.

Known tools 4

get_patina_score

Look up a person's full Patina score by their Patina username.

Inferred read-only
check_threshold

Decide whether somebody clears a trust bar, as a plain true or false.

Inferred read-only
verify_attestation

Check whether a Patina attestation really was signed by Patina.

Inferred read-only
resolve_identity

Find out whether the person behind a platform handle has a Patina score, WITHOUT learning who they are.

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.patina]
url = "https://patinadata.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "patina": {
      "type": "http",
      "url": "https://patinadata.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: patina
Remote MCP URL: https://patinadata.xyz/api/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": {
    "patina": {
      "url": "https://patinadata.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "patina": {
      "type": "http",
      "url": "https://patinadata.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "patina",
  "transport": "streamable-http",
  "url": "https://patinadata.xyz/api/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 patinadata.xyz was fetched 2026-08-21T20:32:09.673Z.

Trust status Neutral

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