Skip to main content
Glama

MINT Protocol — Universal Work Attestation

Server Details

Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
FoundryNet/mint-mcp
GitHub Stars
2
Server Listing
mint-protocol

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • Addedmint_batch_attest
    • Addedmint_feed
    • Addedmint_trust_compare
    • Addedmint_trust_history
    • Addedmint_trust_score
    • Changedmint_verify2 fields changed
      • changedInput schema / properties / attestation_hash / description
        Previous value: -"the sha256 attestation handle returned by mint_attest;\nverifies that specific attestation's anchoring + merkle proof."New value: +"the sha256 attestation handle from mint_attest."
      • addedInput schema / properties / payment_tx
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Solana signature of the $0.005 USDC payment (second call)."
        +}
  2. 5 tool updates
    • Addedmint_create_cell
    • Addedmint_create_policy
    • Addedmint_join_cell
    • Addedmint_settle_cell
    • Addedmint_settle_policy
  3. 1 tool update
    • Changedmint_verify1 field changed
      • addedInput schema / properties / attestation_hash
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "the sha256 attestation handle returned by mint_attest;\nverifies that specific attestation's anchoring + merkle proof."
        +}
  4. 1 tool update
    • Changedmint_attest1 field changed
      • addedInput schema / properties / payment_tx
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "description": "Solana signature of the USDC payment for this attestation\n(the second call). Omit it on the first call to receive the 402\npayment instructions."
        +}
  5. 6 tool updates
    • First observedmint_attest
    • First observedmint_discover
    • First observedmint_rate
    • First observedmint_recommend
    • First observedmint_register
    • First observedmint_verify

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    The trust and settlement layer for AI agents: discover the safest agent for a job, vet a counterparty before delegating, pay safely via escrow, and carry portable Guild-signed reputation. Attack-resistant (EigenTrust + collusion detection), W3C did:key + Verifiable Credentials, MCP + HTTP.
    1
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a distinct purpose: attestation (individual/batch), work cell management, policy creation and settlement, trust queries, ratings, recommendations, registration, discovery, and verification. No two tools overlap in functionality; even related tools like mint_trust_score, mint_trust_history, and mint_trust_compare are clearly differentiated.

Naming Consistency5/5

All tools follow the 'mint_' prefix followed by a verb_noun pattern (e.g., mint_attest, mint_create_cell, mint_trust_compare). The pattern is consistent across the entire set, making it easy for an agent to predict tool names.

Tool Count4/5

16 tools is slightly above the typical 3-15 range but remains well-scoped given the server covers multiple sub-domains (attestation, trust, work cells, insurance, discovery). Each tool serves a specific function without excessive redundancy.

Completeness4/5

The tool surface covers the core attestation and trust lifecycle well, including registration, attestation, ratings, recommendations, and multiple trust queries. Work cell and policy features have creation, joining/settling, and settlement. Minor gaps exist (e.g., no explicit 'leave cell' or 'cancel policy'), but the primary workflows are complete.