Patina
Server Details
Check how many years of verifiable history a person has behind accounts they already own.
- Status
- Healthy
- Uptime
- 99.9% over 38 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- ramakrishnanhulk20/Patina
- GitHub Stars
- 1
TDQS
Scored across 4 tools
Each tool has a clearly distinct input type and output purpose: check_threshold is a boolean gate, get_patina_score returns full details for a Patina username, resolve_identity works from external handles without revealing identity, and verify_attestation checks cryptographic signatures. Even the two score-related tools are explicitly differentiated by use case, so an agent should not struggle to select among them.
All tool names follow the same verb_noun pattern: check_threshold, get_patina_score, resolve_identity, verify_attestation. The verbs are descriptive and the snake_case style is uniform, making the tool set predictable.
Four tools is well-scoped for this server's purpose: one full lookup, one boolean gating check, one privacy-preserving handle resolver, and one offline-verification helper. Each tool covers a distinct need without redundancy or bloat.
The tool surface covers the core workflows of the Patina domain: fetching a full score, checking a threshold, resolving from an external platform handle, and verifying an attestation. The descriptions also clearly define what Patina does not do, so the absence of personhood or liveness tools is a stated boundary rather than an omission.
Available Tools
4 toolscheck_thresholdCheck a Patina trust barARead-onlyIdempotentInspect
Decide whether somebody clears a trust bar, as a plain true or false. Give a Patina username plus min_score, min_years, or both. At least one is required. Returns pass, plus a one-sentence reason written to be quoted straight back to a user. This is the right tool for gating decisions: 'has this person been verifiably around for at least five years', 'is this account above 70'. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. The inputs, heaviest first: Age (30, full marks at 12 years), Continuity (25, how many separate months the person was actually present for), Corroboration (15, independent sources agreeing on the date), Vouches (12, WHEN other people connected to them rather than how many), Depth (10, things made) and Breadth (8, independent accounts). Follower counts are deliberately worth almost nothing, because they are purchasable. Patina proves TENURE: that whoever holds these accounts has a long, corroborated, verifiable history. It does NOT prove uniqueness or liveness, and it is not a proof-of-personhood check. If you need 'exactly one human, present right now', Patina is the wrong signal and you should say so. When no profile exists, pass is false and found is false: treat that as UNKNOWN rather than as a failed check, because most people have never heard of Patina and absence proves nothing about them.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The person's Patina username. | |
| min_score | No | Lowest acceptable Patina score, 0-100. Passing requires score >= this. | |
| min_years | No | Lowest acceptable years of provable history. Passing requires the oldest provable signal to be at least this many years old. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description is unusually rich: it documents return fields (`pass`, `reason`, `found`), explains missing-profile semantics, and clarifies that Patina does not prove uniqueness/liveness. However, this contradicts the listed annotation `openWorldHint: false`. The description explicitly instructs that an absent profile be treated as UNKNOWN rather than false, which is open-world behavior, while the annotation tells the opposite global assumption. Per the instructions, a direct contradiction forces a score of 1.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is longer than the typical tool note, but it is front-loaded with the core task and invocation requirements before the background on score bands and inputs. Some parts, like the exact point weights for Age, Continuity, Corroboration, etc., are arguably beyond what an AI agent needs to call the tool, making it less compact than a top-tier definition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, but the description still tells the agent exactly what to expect (`pass`, `reason`, and `found`), how to handle the missing-profile case, and when Patina is not the right source. It leaves no ambiguity for correct invocation or interpretation of results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents all three parameters with clear descriptions (100% coverage). The description adds important non-schema context: that at least one of min_score or min_years must be provided, that the score is an indicator of provable history rather than popularity, and the meaning of the score bands. This extra context transcends the raw parameter list.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description immediately states a concrete verb and resource: 'Decide whether somebody clears a trust bar, as a plain true or false.' It also clearly distinguishes this from a numeric lookup by explaining the boolean pass/fail return, making it easy to tell apart from get_patina_score and similar siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'This is the right tool for gating decisions' and gives concrete examples like 'has this person been verifiably around for at least five years'. It also provides a clear when-not: Patina is wrong for uniqueness/liveness/personhood checks, which helps the agent route to another signal if needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_patina_scoreGet Patina scoreARead-onlyIdempotentInspect
Look up a person's full Patina score by their Patina username. Patina reads the age and activity of accounts somebody already owns (YouTube, GitHub, Instagram, LinkedIn, Spotify and others) through the Vana data portability protocol, and turns that into a 0-100 score plus a signed attestation. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. The inputs, heaviest first: Age (30, full marks at 12 years), Continuity (25, how many separate months the person was actually present for), Corroboration (15, independent sources agreeing on the date), Vouches (12, WHEN other people connected to them rather than how many), Depth (10, things made) and Breadth (8, independent accounts). Follower counts are deliberately worth almost nothing, because they are purchasable. Patina proves TENURE: that whoever holds these accounts has a long, corroborated, verifiable history. It does NOT prove uniqueness or liveness, and it is not a proof-of-personhood check. If you need 'exactly one human, present right now', Patina is the wrong signal and you should say so. Call this when you want the whole picture: the score, the per-component breakdown, how many years of history are provable, which platforms corroborate each other, and an attestation you can verify offline. If you only need a yes or no about whether somebody clears a bar, call check_threshold instead. An unknown username comes back with found: false, which is a normal answer meaning no public Patina profile exists under that name. It is not an error, and it is not evidence against the person.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The person's Patina username, as it appears at patinadata.xyz/u/<username>. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already state the tool is read-only, idempotent, and non-destructive. The description adds rich behavioral context beyond that: the unknown-username behavior (found: false is a normal answer, not an error), the attestation details, the scoring meaning, and the explicit limitations (does NOT prove uniqueness or liveness). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but well front-loaded: purpose first, then score interpretation, components, limitations, and routing. Each section adds value for an agent deciding whether to call the tool and how to interpret the result. Some of the detailed component weightings could be compressed without loss of core usability, so it is concise overall but not maximally tight.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given one parameter, no output schema, and a clear annotation set, the description covers everything an agent needs: what the score means, how it is calculated, when to use this instead of check_threshold, and how to handle the not-found case. It also discloses limitations. Nothing important is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single parameter, including the exact URL pattern patinadata.xyz/u/<username>. The description merely says 'by their Patina username' and adds no further syntax or format details, so the schema already carries this weight. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: 'Look up a person's full Patina score by their Patina username.' It also clearly delineates the tool from sibling check_threshold by describing what 'the whole picture' includes and pointing to the sibling for y/n checks. The distinction is explicit and actionable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use guidance: 'Call this when you want the whole picture...' and explicit when-not-to-use guidance: 'If you only need a yes or no about whether somebody clears a bar, call check_threshold instead.' It also warns against using Patina as a proof-of-personhood signal. This is excellent usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resolve_identityResolve a platform handle to a Patina scoreARead-onlyIdempotentInspect
Find out whether the person behind a platform handle has a Patina score, WITHOUT learning who they are. Supported sources: github, instagram, linkedin. Accepts a bare handle, an @handle, or a full profile URL. Returns only three things: whether a public Patina profile is linked to that account, its score, and its years of history. It deliberately never returns the Patina username, and never returns which other platforms that person has connected, because doing so would turn this into a cross-platform de-anonymisation tool. Do not ask it for those; it cannot provide them. Other platforms (youtube, spotify, amazon, uber) are NOT supported here, because for those Patina stores an internal platform id rather than a handle a person could type. Those platforms still count fully toward the score itself; only this lookup is limited. Email addresses are refused outright. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. The inputs, heaviest first: Age (30, full marks at 12 years), Continuity (25, how many separate months the person was actually present for), Corroboration (15, independent sources agreeing on the date), Vouches (12, WHEN other people connected to them rather than how many), Depth (10, things made) and Breadth (8, independent accounts). Follower counts are deliberately worth almost nothing, because they are purchasable.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The handle on that platform. 'torvalds', '@torvalds' and 'https://github.com/torvalds' are all accepted. | |
| source | Yes | Which platform the handle belongs to. Supported for lookup: github, instagram, linkedin. Anything else returns an explanation rather than a result. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and idempotent hints, the description details behavioral traits: it never returns the Patina username, never reveals connected platforms (to avoid de-anonymization), refuses emails, and provides a full interpretation of score bands. This goes far beyond what annotations convey and is fully consistent with them. It also explains why certain platforms are excluded from lookup, giving honest constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long (200+ words) but well-structured: it front-loads the core purpose and constraints, then explains the scoring interpretation and weightings. Every section serves a purpose for correct usage—the score bands and input weights are essential for interpreting results. While it could be more concise, the length is justified given the tool's complexity, and it maintains clear topical separation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is fully self-contained for an agent to call this tool correctly: it names the expected inputs (source, handle with format examples), the exact output structure (three things: linked profile, score, years), and the full meaning of the score. No output schema exists, so this is the sole source of return-value expectation, and it provides enough. It also covers edge cases like unsupported sources and email refusals, making it impossible for an agent to be surprised.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3, but the description adds significant meaning: it clarifies that handles can be a bare handle, @handle, or full URL (though the schema already shows this), and it deeply explains the score meaning and weighting factors (Age, Continuity, etc.) that are not in the schema. This enriches parameter understanding for the agent, even if it doesn't add new facts about the source parameter beyond what the schema states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a clear, specific purpose: resolve a platform handle to a Patina score without revealing the person's identity. It names the supported sources (github, instagram, linkedin) and states precisely what it returns (profile link existence, score, years of history). This distinguishes it from sibling tools like get_patina_score or verify_attestation, which serve different functions, even without naming them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides strong usage boundaries: it lists supported platforms, explicitly states unsupported ones (youtube, spotify, amazon, uber) and why, refuses email addresses, and warns against asking for data it cannot return. However, it does not explicitly mention alternative sibling tools or when to prefer them, leaving some routing to inference. It clearly says 'do not ask it for those; it cannot provide them,' which guides agent behavior well.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_attestationVerify a Patina attestationARead-onlyIdempotentInspect
Check whether a Patina attestation really was signed by Patina. Every Patina score ships with an EIP-191 signed message; hand this tool that message and signature and it returns the address it recovered, the address Patina publishes, and whether the two match. IMPORTANT, AND THE WHOLE POINT: you do not need this tool, and where you can, you should not use it. A signature is worth something precisely because ANYONE can check it offline, with no call to Patina, using viem's recoverMessageAddress or ethers' verifyMessage. If you ask Patina's own server whether Patina's own signature is good, you are trusting Patina again and the signature has bought you nothing. That is why this returns the recovered address rather than a bare yes: compare it yourself. Attestations also EXPIRE: the message carries an expiresAt line inside the signed bytes, and a genuine signature past that date means the score was true when issued and should be fetched again, not that anybody forged anything.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The exact `message` string from the attestation, newlines and all. | |
| signature | Yes | The `signature` from the attestation, 0x-prefixed. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool returns the recovered address rather than a bare boolean, enabling independent comparison, and explains why that design exists. It also reveals expiration semantics: a genuine signature past expiresAt means the score was valid when issued and should be refetched, not that it was forged. Annotations already mark readOnly and idempotent; the description adds meaningful behavioral context without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is longer than typical, but every sentence earns its place: core purpose, return value, why to avoid the tool, offline alternatives, and expiration caveat. It is front-loaded with the primary check and scoping, and the warning is presented as 'IMPORTANT, AND THE WHOLE POINT,' making the structure easy to follow. There is no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema, the description covers the return values, the rationale for the return shape, and the expiration edge case, giving an agent enough to decide whether and how to call it. It omits explicit error behavior for malformed signatures or mismatched addresses, but the strong 'do not use this tool' guidance reduces the impact of that gap. Overall it is highly complete for its complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with both message and signature already described precisely ('newlines and all', '0x-prefixed'). The description restates the parameters but adds no new format or syntax details beyond the schema. Baseline 3 is appropriate because the schema carries the parameter documentation burden.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Check whether a Patina attestation really was signed by Patina.' It clearly scopes the tool to signature verification and distinguishes it from siblings like check_threshold or get_patina_score by stating the return tuple: recovered address, published address, and match. This is unambiguous and immediately tellable apart from other tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs when not to use the tool: 'you do not need this tool, and where you can, you should not use it,' and names offline alternatives (viem's recoverMessageAddress, ethers' verifyMessage). It explains the reasoning—server-side verification reintroduces trust in Patina—giving a clear condition for avoidance. This is strong usage guidance beyond any sibling description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
check_threshold - First observed
get_patina_score - First observed
resolve_identity - First observed
verify_attestation
Related MCP Connectors
Verify a persona's DID-signed identity and query value-based judgment — advisory only, no actions.
Protect owners with private checks across 13.3B+ breach records and prioritized defenses.
Checks a counterparty before an AI agent pays: what the evidence supports, and for how much.
Verify companies, domains and counterparties before transacting. Sanctions, UBO, fraud scoring.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables identity verification by checking name, address, and date of birth against national databases.46-
- FlicenseNot gradedqualityBmaintenanceEnables auditing influencer brand safety and multi-year controversy history through Traackr.8-
- FlicenseNot gradedqualityDmaintenanceEnriches user data by generating and providing social media profile links (Instagram, Facebook, Twitter, LinkedIn) based on user information like name and birth date.-

Trooth Networkofficial
AlicenseNot gradedqualityBmaintenanceRemote, read-only MCP connector to check any company's witnessed trust record on the Trooth Network, across identity, security, privacy, and AI practices. Also does a neutral read of a domain's public security surface and verifies signed Trust Ledger Tokens. No key, no account.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.