GeniusFlow Federation
Server Details
Settlement verify-wire: re-check published claims, admit or refuse by named limb.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Kaydeep0/eigenstate-research
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 9 of 9 tools scored. Lowest: 2.4/5.
Tools are mostly distinct but there is some potential confusion: gf_darshan and gf_package both involve admit/refuse operations, and gf_cite and gf_verify both deal with claims. Descriptions help clarify, but boundaries are not perfectly crisp.
All tools follow a consistent 'gf_' prefix with snake_case resource names. The pattern is uniform across the entire set, making it predictable for agents.
With 9 tools, the server is well-scoped for a federation service. Each tool covers a distinct aspect without excessive bloat or redundancy.
The tool surface covers core operations like citation, darshan sampling, dossier access, packaging, reporting, and verification. Minor gaps exist (e.g., no explicit update/delete for claims), but the existing tools cover the main workflows without causing dead ends.
Available Tools
9 toolsgf_citeBInspect
GET cite catalog, or POST one cite packet {kind,id,claim?}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | Optional; if set, POST packet | |
| claim | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of behavioral disclosure. It reveals the HTTP methods (GET/POST), which imply read vs. write, but omits side effects, permissions, error behavior, or return characteristics. This is a significant gap for a tool involving both query and mutation.
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 a single, front-loaded sentence with no filler or repetition. It conveys the two modes and the packet shape efficiently, making every word meaningful.
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 the absence of annotations and output schema, the description is too terse to be complete. It leaves unanswered how the GET response is structured, how id interacts with GET vs POST, what 'cite packet' contains beyond the listed fields, and what errors or prerequisites exist. The tool has moderate complexity (3 params, nested object) that warrants richer context.
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 description adds the packet structure '{kind,id,claim?}', giving purpose to the parameters beyond the sparse schema. However, it does not clarify the role of 'id' in the GET context or the exact conditions for each parameter, and schema coverage is only 33%, so the description only partially compensates.
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 clearly identifies two distinct operations: GET the cite catalog or POST a cite packet, with the packet shape explicitly specified. This verb+resource structure is specific and differentiates the tool from siblings like gf_dossier or gf_verify.
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 GET vs POST distinction implies when to use each operation, and the schema hints that setting 'kind' triggers POST. However, there is no explicit guidance about alternatives or conditions for choosing between fetch and create beyond this, and no mention of related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_darshanAInspect
GET public Darshan (refuse/admit samples + provenance rail).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description explicitly indicates a GET operation and 'public' data, which implies a read-only and accessible behavior. However, it lacks details such as return format, error conditions, or rate limits. With no annotations, the description carries the full burden but only partially fulfills it.
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 a single, tightly written sentence that front-loads the core purpose (GET public Darshan) and appends concise details in parentheses. Every word contributes to understanding.
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 zero-parameter GET tool with no output schema, the description provides enough context about the resource and what it contains. It lacks an explicit return structure, but the included details about its contents are sufficient for a simple retrieval tool.
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 input schema has zero parameters, so the baseline is set to 4. The description adds context about the resource content but does not need to document any parameters since none exist.
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 clearly states the tool performs a GET operation for public Darshan, specifying the contents (refuse/admit samples and provenance rail). It is specific about the resource and action, but does not explicitly distinguish this from sibling 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?
No guidance is provided about when to use this tool versus alternatives, nor any exclusions or prerequisites. The description is purely declarative with no usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_dossierBInspect
GET entity dossier card (claims[] when ledger-backed).
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity codename e.g. AAVE_V3 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses that the operation is a GET (read-only) and mentions the conditional claims[] behavior when ledger-backed. However, it doesn't specify error handling, required permissions, or return format details, which are relevant for a complete behavioral profile.
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 a single concise sentence, front-loaded with the action 'GET'. It contains no filler or redundancy, making it highly efficient.
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 simple read tool with one parameter and no output schema, the description is mostly complete. It states the operation, the target resource, and a key conditional behavior. Minor gaps include lack of explanation of what a 'dossier card' entails, but this is acceptable given the brevity and simplicity.
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, so the schema fully documents 'entity'. The tool description adds no extra semantic meaning beyond what the schema already provides, so a baseline of 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?
The description clearly states the action (GET) and the resource (entity dossier card), distinguishing it from sibling tools like gf_cite or gf_status. The parenthetical adds useful context about claims[] when ledger-backed, but it doesn't explicitly differentiate from all alternatives.
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 no guidance on when to use this tool versus alternatives. It doesn't mention any conditions, exclusions, or preferred scenarios, leaving the agent to infer usage from the name and sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_openapiAInspect
GET OpenAPI 3 document for federation endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'GET', which implies a read-only operation, but does not explicitly state that no data is modified, what format the response takes, or any potential limitations (e.g., caching, authentication requirements). This is minimal disclosure for a tool with zero annotation support.
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 a single, front-loaded sentence that conveys the essential purpose without any filler. Every word earns its place, and it is immediately scannable.
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 the tool's low complexity (no parameters, no output schema, simple retrieval), the description is sufficiently complete for an agent to understand what to expect. The OpenAPI 3 format is well-known, and the scope 'for federation endpoints' provides necessary context, though it could mention that the response is a JSON document.
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?
There are zero parameters, so the description is not required to explain any. The baseline of 4 applies because no parameter information is needed; the tool is inherently parameterless.
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 clearly states the tool retrieves an OpenAPI 3 document for federation endpoints. The verb 'GET' and the resource 'OpenAPI 3 document' are specific and distinguish it from sibling tools like gf_status or gf_verify, which clearly serve different purposes.
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?
No guidance is provided on when to use this tool versus alternatives. While the resource type itself is distinctive, the description does not specify context (e.g., 'use this to discover available federation endpoints') or mention any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_packageBInspect
Package disposition admit/refuse over a published claim object. Returns disposition + versioned proof_shape.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | Published claim from dossier claims[] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of behavioral disclosure. It states the return value ('disposition + versioned proof_shape') but does not reveal whether the operation is read-only, mutates state, requires special permissions, or has side effects. The verb 'Package' is ambiguous as to whether it modifies the claim.
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 extremely concise, containing just two sentences. It front-loads the action and resource, then immediately states the return. Every word contributes to understanding the tool's function, with no redundancy or filler.
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 one parameter and no output schema, the description provides a reasonable level of context by stating the purpose and return format. However, it lacks explanation of what 'disposition' values are allowed (e.g., 'admit' vs 'refuse'), what 'proof_shape' contains, and any behavioral or prerequisite information. The absence of annotations and output schema leaves gaps, though the simple parameter count mitigates incompleteness.
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 provides full coverage for the single parameter 'claim' with the description 'Published claim from dossier claims[].' The tool description adds minimal semantic value by referring to 'published claim object,' but does not elaborate on required fields, constraints, or the structure of the claim beyond what the schema already 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 uses a specific action 'Package' with a resource 'published claim object' and clarifies the intent with 'disposition admit/refuse.' It also mentions the return value, distinguishing it from sibling tools like gf_verify or gf_cite. However, 'Package' is somewhat uncommon as a verb, making it slightly less explicit than a tool like 'create' or 'update.'
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 phrase 'over a published claim object' implies the intended use case (operating on published claims from a dossier), providing implied usage context. However, it does not explicitly state when to use this tool versus alternatives such as gf_status or gf_verify, nor does it provide exclusions or conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_report_feedBInspect
GET bundled report feed for an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavior. It indicates a GET operation (suggesting read-only) but does not mention side effects, authentication, rate limits, or response structure. Minimal transparency beyond the HTTP verb.
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 a single clear sentence with no redundancy. Every word contributes to the purpose, making it concise and well-structured.
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 tool is simple with one parameter, but 'bundled report feed' is vague. Without an output schema, the description should clarify what the feed contains or how the entity is specified. It leaves significant gaps for an agent to understand the tool's full behavior.
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 has one parameter 'entity' with no description (coverage 0%). The description mentions 'for an entity', providing some meaning for the parameter but not detailing format or expected values. It partially compensates for the lack of schema description.
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 clearly states the action (GET), the resource (bundled report feed), and the scope (for an entity). It distinguishes this tool from siblings, which focus on other functions like citation, dossier, or status.
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?
No guidance is provided on when to use this tool versus alternatives. The description only defines what it does, leaving the agent to infer usage from the name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_return_wireCInspect
GET return-wire consumption ack ring (read).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit hint |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry transparency. It explicitly states '(read)', indicating a non-mutating operation, but provides no details on side effects, return format, or behavior of the 'ack ring'. Minimal disclosure.
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 a single, front-loaded sentence with no wasted words. It efficiently conveys the method and read-only nature, though at the cost of clarity.
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 tool is simple, but the description fails to explain what the 'return-wire consumption ack ring' is, what the response contains, or when to use it. The lack of output schema means the description should compensate by explaining return values, which it does not.
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% for the single 'limit' parameter, so the baseline is 3. The description adds no parameter semantics beyond the schema's 'Optional limit hint'.
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 states a specific action (GET) and resource ('return-wire consumption ack ring'), adding specificity beyond the tool name. However, the resource is cryptic domain jargon, and it does not differentiate from sibling tools beyond the name.
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?
No guidance is provided on when to use this tool, what alternatives exist, or any prerequisites. The one-sentence description gives no context for selection among the gf_* siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_statusBInspect
Federation SLA/status: build_id, bake time, endpoint health, honest tier.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It enumerates output fields, providing some idea of what the user will receive, but does not mention side effects, permissions, error conditions, or whether network calls are made. This is minimal transparency.
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 a single compact sentence, front-loaded with the main function and a list of included items. It is economical with no filler, though it is a fragment rather than a full sentence.
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 the tool has no parameters and no output schema, the description is the sole source of information. It lists several output fields, but terms like 'endpoint health' and 'honest tier' are left undefined, leaving some ambiguity. It is adequate for a simple status tool but not fully complete.
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 tool has zero parameters, so per rubric the baseline is 4. The description does not need to elaborate on parameter meanings, and the input schema confirms there are none.
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 clearly identifies the tool as providing Federation SLA/status and lists specific fields returned (build_id, bake time, endpoint health, honest tier). While it lacks an explicit verb, the subject matter is unambiguous, and the content list distinguishes it from generic sibling 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?
No guidance is given on when to use this tool versus any alternatives. The only hint is the word 'status', which implies querying for status but does not explicitly explain appropriate contexts or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_verifyAInspect
Re-check grounding: source_url + expected must come from published claims[]. Do not invent expected from report HTML. Returns proof_shape.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Optional claim for RWA registry_ref limb | |
| expected | Yes | ||
| location | No | ||
| source_url | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals an important constraint (inputs must come from published claims), warns against a common mistake, and states the return value ('proof_shape'). This is valuable context beyond the schema.
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 extremely concise (three short sentences) and front-loaded with the core purpose. Every sentence adds value: the action, the constraint, and the return type. No wasted words.
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 tool has four parameters, a nested object, and no output schema or annotations. The description gives the essential invariant and return value but lacks detail on parameter usage patterns, potential errors, or when to use this tool relative to siblings. It is adequate but not comprehensive.
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 low (25%: only 'claim' has a description). The description clarifies that 'source_url' and 'expected' must come from published claims, adding meaning for two of the four parameters. However, it does not explain 'location' or the 'claim' object's structure beyond what the schema provides.
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 states the tool's core action ('Re-check grounding') and identifies the key inputs (source_url + expected). It is clear and specific, though it does not explicitly distinguish it from sibling tools like gf_cite or gf_darshan.
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 implies usage context (verifying grounding against published claims) and provides a caution ('Do not invent expected from report HTML'). However, it does not explicitly state when to prefer this tool over alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseBqualityBmaintenanceVerify a number before an agent asserts it — a Deflated Sharpe Ratio for backtest, plus eval-gap, subset-win, and judge-bias checks, with signed receipts anyone can verify offline.Last updated341MIT

ScrapeCheck MCPofficial
Alicense-qualityBmaintenanceMCP server that verifies scraped web data by re-fetching source pages and returning ed25519-signed pass, fail, or unverifiable verdicts, with x402 in-band payment.Last updatedMIT- Alicense-qualityBmaintenanceMCP server that verifies restaurant booking outcomes by reconciling API claims against independent re-reads, with a recovery dial for stakes-based retry policies.Last updatedMIT
- Alicense-qualityCmaintenanceMCP server providing direct access to StillOS's signed, x402-paid verification and screening tools, including claim notarization, claim verdicts, OFAC sanctions screening, and corporate distress scoring.Last updated59MIT