Patina
Server Details
Check how many years of verifiable history a person has behind accounts they already own.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ramakrishnanhulk20/Patina
- GitHub Stars
- 1
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verify a persona's DID-signed identity and query value-based judgment — advisory only, no actions.
Check any company's witnessed trust record on the Trooth Network, live and read-only.
Protect owners with private checks across 13.3B+ breach records and prioritized defenses.
Research a person's public footprint from a name, phone, email, or username. Sourced.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables identity verification by checking name, address, and date of birth against national databases.
- 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 gradedqualityCmaintenanceRemote, 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.
TDQS
Each tool serves a clearly distinct purpose: check_threshold is a yes/no gate, get_patina_score provides the full score breakdown, resolve_identity offers anonymous handle-based lookups, and verify_attestation handles signature verification. Even the overlapping get_patina_score and check_threshold are well-differentiated by their descriptions.
All tool names follow a consistent verb_noun pattern with snake_case: check_threshold, get_patina_score, resolve_identity, verify_attestation. The verbs are specific and the nouns clearly indicate the target resource or action, making the pattern predictable.
Four tools is well-scoped for a focused trust-score API. Each tool adds a distinct capability—gating, detailed lookup, handle resolution, and attestation verification—without redundancy or bloat. The count feels proportionate to the domain.
The tool surface covers the core workflows: retrieving a score, checking against a threshold, resolving identity from a handle while preserving privacy, and verifying attestations independently. No obvious missing operations exist for the stated purpose of querying and verifying Patina trust signals.