Skip to main content
Glama

trustlayer

Server Details

FeedOracle Trust Layer - 10-tool cross-server trust: signing, anchoring, verification.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 10 of 10 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct aspect of the trust layer: reputation, confidence gating, evidence anchoring, freshness, signed facts, hallucination detection, provenance, infrastructure status, claim verification, and signature verification. There is no ambiguity between them.

Naming Consistency4/5

All tool names use snake_case, which is consistent, but the verb usage varies (e.g., 'get_signed_fact', 'verify_claim', 'trust_status'). While readable, a uniform verb_noun pattern (e.g., all starting with verbs) would improve predictability.

Tool Count5/5

With 10 tools, the server is well-scoped for a trust layer. Each tool provides a necessary function without redundancy, balancing coverage and simplicity.

Completeness4/5

The tool set covers core trust operations: reputation, confidence, evidence anchoring, freshness, verification, and provenance. Minor gaps exist, such as the absence of tools for updating or revoking anchored evidence, but the surface is largely complete for its domain.

Available Tools

10 tools
agent_reputationInspect

Get trust score and reputation for an AI agent from FeedOracle KYA (Know Your Agent) system. Returns trust level (UNVERIFIED → CERTIFIED), score (0-100), and registration details.

ParametersJSON Schema
NameRequiredDescriptionDefault
client_idNoAgent's client_id from KYA registration
agent_nameNoAgent name to search (if client_id unknown)
confidence_gateInspect

Decision gate for agents: should I proceed, exercise caution, abstain, or escalate? Evaluates multi-factor confidence for a specific action type (cite, trade, report, recommend) against a threshold.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesToken to evaluate
action_typeNoWhat the agent wants to do: cite, trade, report, recommendcite
min_confidenceNoMinimum confidence to proceed (0-100, default: 70)
evidence_anchorInspect

Anchor a fact on-chain (Polygon) as immutable, timestamped evidence. Creates an append-only registry entry with pack_id and content hash. Tamper-proof audit trail.

ParametersJSON Schema
NameRequiredDescriptionDefault
factYesThe fact to anchor
symbolNoRelated token symbol (optional)
frameworkNoFramework context: trust_layer, mica, doratrust_layer
freshness_guardInspect

Check if data is current, stale, or expired. Prevents agent decisions based on outdated information. Configurable max age threshold.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolNoToken symbol (optional — checks overall feed if omitted)
max_age_secondsNoMaximum acceptable age in seconds (default: 300)
get_signed_factInspect

Get a cryptographically signed, machine-verifiable fact. Returns ES256K-signed data with JWKS verification URL. Other agents can independently verify the signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesToken symbol: USDC, RLUSD, EURC, USDT, DAI
fact_typeNoType: price, peg, market_cap, reserveprice
hallucination_checkInspect

Compare an agent's statement against ground truth evidence. Detects factual mismatches and dangerous hallucination patterns (absolute language, suspect claims). Returns evidence checks and red flags.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNoOptional context for the statement
statementYesThe statement to check against evidence
provenance_traceInspect

Full data provenance chain — traces every data point from external source (CoinGecko, ESMA, on-chain) through FeedOracle processing to final delivery. Each step individually hashed. Supports EU AI Act Art. 13 transparency requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesToken symbol to trace
trust_statusInspect

Trust Layer infrastructure health, capabilities, and component status. Shows which verification services are online and what the Trust Layer can do.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

verify_claimInspect

Verify an agent's claim against FeedOracle signed evidence. Checks if a statement (e.g. 'USDC market cap is $32B') matches live, cryptographically signed data. Returns verified/partially_verified/unverified with confidence score and recommended action.

ParametersJSON Schema
NameRequiredDescriptionDefault
claimYesThe claim to verify, e.g. 'USDC has $32B market cap'
symbolNoToken symbol (auto-detected from claim if omitted)
verify_signatureInspect

Verify a JWS or DSSE signature from FeedOracle evidence. Confirms cryptographic integrity and origin authenticity. Public JWKS at /.well-known/jwks.json.

ParametersJSON Schema
NameRequiredDescriptionDefault
jwsNoJWS token to verify
content_hashNoContent hash to verify (sha256:...)

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    The accountability layer for AI agents — a named human's signed yes before an agent does anything irreversible (payment, record change, deploy), then an offline-verifiable Trust Receipt. Apache-2.0, formally verified.
    Last updated
    17
    7
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources