Security & Testing
patinadata.xyz
Provides tools to look up, verify, and check Patina trust scores and attestations for identity resolution.
ENDPOINT 1
https://patinadata.xyz/api/mcp
MCP server metadata
- Name
- patina
- Version
- 1.0.0
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
check_thresholdDecide whether somebody clears a trust bar, as a plain true or false.
Inferred read-onlyresolve_identityFind out whether the person behind a platform handle has a Patina score, WITHOUT learning who they are.
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.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.
patinadata.xyz 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.