{
  "name": "alkntoken-mcp",
  "version": "1.0.0",
  "protocol": "mcp",
  "protocolVersion": "2025-03-26",
  "transport": [
    "http+jsonrpc",
    "http+rest"
  ],
  "description": "MCP tool manifest for alkntoken.com — external AI agent tool discovery for the ALKN regulated digital security (ISIN LU3192257148). Read-only, public, no authentication required. Returns bounded evidence-backed data derived from the corrected ALKN K-coordinate, Truthloop, citation and evidence-locker geometry. USD 1.64 billion is a historical appraisal/accounting figure, not a guaranteed liquidation value; USD 2.05 is an accounting-derived quotient (USD 1.64B ÷ 800M tokens), not an independently verified market NAV; Deloitte engagement is valuation-approach review (DEL-FA-ALKEMYA-2023-08-01), not statutory audit; ASACERT engagement is appraisal / physical-inspection certification, not statutory audit; CNAD authorisation EAD-0029 covers issuance under the CNAD framework, not valuation or investment endorsement; venue admission does not itself constitute active secondary-market liquidity.",
  "publisher": {
    "name": "Alkemya Metacore SCSp",
    "url": "https://alkntoken.com"
  },
  "operator": {
    "name": "KTS Global",
    "url": "https://ktsglobal.live"
  },
  "license": "https://alkntoken.com/legal/evidence-license",
  "auth": {
    "type": "none",
    "public": true
  },
  "endpoints": {
    "manifest_canonical": "https://alkntoken.com/.well-known/mcp-tools.json",
    "manifest_alias": "https://alkntoken.com/api/mcp/tools.json",
    "tool_invoke_rest": "https://alkntoken.com/api/mcp/tools/{tool_name}",
    "tool_invoke_jsonrpc": "https://alkntoken.com/mcp/jsonrpc"
  },
  "tools": [
    {
      "name": "get_token_status",
      "description": "Returns ALKN token operational status, current NAV (USD), regulatory authorisation state, launch countdown, and custody-chain revision. Live data from canonical entity record.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "symbol": {
            "type": "string",
            "description": "Token ticker symbol"
          },
          "isin": {
            "type": "string",
            "description": "ISIN identifier"
          },
          "status": {
            "type": "string",
            "enum": [
              "pre-launch",
              "live",
              "paused",
              "wound-down"
            ]
          },
          "launch_date": {
            "type": "string",
            "format": "date"
          },
          "launch_datetime_utc": {
            "type": "string",
            "format": "date-time"
          },
          "days_to_launch": {
            "type": "integer"
          },
          "issue_price_usd": {
            "type": "number",
            "description": "Issuer Regulation S primary offering price"
          },
          "accounting_derived_per_token_quotient_usd": {
            "type": "number",
            "description": "Accounting-derived quotient: USD 1.64B historical appraisal/accounting inventory value ÷ 800M authorised tokens. NOT an independently verified market NAV; NOT a guaranteed realizable amount."
          },
          "accounting_derived_per_token_quotient_note": {
            "type": "string",
            "description": "Derivation and bounding disclaimer"
          },
          "price_relationship_note": {
            "type": "string",
            "description": "Issue price is Regulation S primary offering price; not a discount claim relative to an independently established market NAV"
          },
          "issuer": {
            "type": "string",
            "description": "Alkemya Metacore SCSp (Luxembourg RCS B299541)"
          },
          "general_partner": {
            "type": "string"
          },
          "sponsor_entity": {
            "type": "string"
          },
          "federation_operator_publisher": {
            "type": "string"
          },
          "regulatory_authority": {
            "type": "string"
          },
          "authorisation_id": {
            "type": "string"
          },
          "custodian": {
            "type": "string"
          },
          "custodian_skr_holder_of_record": {
            "type": "string"
          },
          "custodian_skr_states": {
            "type": "string"
          },
          "liquidity_state": {
            "type": "string",
            "description": "Distinguishes venue admission from active secondary-market liquidity"
          },
          "custody_chain_revision": {
            "type": "string"
          }
        },
        "required": [
          "symbol",
          "isin",
          "status",
          "launch_date",
          "authorisation_id",
          "accounting_derived_per_token_quotient_usd"
        ]
      },
      "invocation": {
        "rest": {
          "method": "GET",
          "url": "https://alkntoken.com/api/mcp/tools/get_token_status"
        },
        "jsonrpc": {
          "method": "tools/call",
          "params": {
            "name": "get_token_status",
            "arguments": {}
          }
        }
      }
    },
    {
      "name": "verify_regulation",
      "description": "Verifies the ALKN regulatory authorisation. Returns CNAD El Salvador authorisation EAD-0029, registry URL, legal opinion, and supporting evidence references.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "authority": {
            "type": "string",
            "enum": [
              "CNAD",
              "cnad",
              "cnad-el-salvador"
            ],
            "description": "Regulatory authority identifier (defaults to CNAD)"
          }
        },
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "authority": {
            "type": "string"
          },
          "jurisdiction": {
            "type": "string"
          },
          "authorisation_id": {
            "type": "string"
          },
          "authorisation_status": {
            "type": "string",
            "enum": [
              "active",
              "suspended",
              "withdrawn"
            ]
          },
          "registry_url": {
            "type": "string",
            "format": "uri"
          },
          "evidence_url": {
            "type": "string",
            "format": "uri"
          },
          "legal_opinion": {
            "type": "object"
          },
          "issuer": {
            "type": "object"
          },
          "verified_at": {
            "type": "string",
            "format": "date-time"
          }
        },
        "required": [
          "authority",
          "authorisation_id",
          "authorisation_status",
          "evidence_url"
        ]
      },
      "invocation": {
        "rest": {
          "method": "GET",
          "url": "https://alkntoken.com/api/mcp/tools/verify_regulation"
        },
        "jsonrpc": {
          "method": "tools/call",
          "params": {
            "name": "verify_regulation",
            "arguments": {}
          }
        }
      }
    },
    {
      "name": "get_nav",
      "description": "Returns the current intrinsic NAV per ALKN token in USD, the issue price, the discount-to-NAV percentage, and the asset-backing valuation.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "currency": {
            "type": "string",
            "enum": [
              "USD"
            ],
            "default": "USD"
          }
        },
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "currency": {
            "type": "string"
          },
          "accounting_derived_per_token_quotient_usd": {
            "type": "number",
            "description": "USD 1.64B ÷ 800M tokens; NOT an independently verified market NAV; NOT a guaranteed realizable amount"
          },
          "accounting_derived_per_token_quotient_derivation": {
            "type": "string"
          },
          "accounting_derived_per_token_quotient_note": {
            "type": "string"
          },
          "issue_price_usd": {
            "type": "number",
            "description": "Regulation S primary offering price"
          },
          "issue_price_note": {
            "type": "string"
          },
          "asset_valuation_usd": {
            "type": "number",
            "description": "USD 1.64 billion — historical appraisal/accounting figure only"
          },
          "asset_valuation_basis": {
            "type": "string",
            "description": "Historical appraisal/accounting figure; NOT a guaranteed liquidation value, settled transaction value, token price or venue endorsement"
          },
          "asset_quantity_metres_stated": {
            "type": "number"
          },
          "asset_quantity_metres_source": {
            "type": "string"
          },
          "asset_measured_kilograms": {
            "type": "string",
            "description": "UNRESOLVED — no independent measured-mass attestation ingested"
          },
          "asset_theoretical_mass_note": {
            "type": "string"
          },
          "asset_material": {
            "type": "string"
          },
          "asset_purity_pct_stated": {
            "type": "number"
          },
          "asset_purity_scope": {
            "type": "string"
          },
          "valuation_appraiser": {
            "type": "string",
            "description": "Allkema Engineering Srl / ASACERT UK — appraisal / physical-inspection certification, NOT statutory audit and NOT market-value determination"
          },
          "valuation_review": {
            "type": "string",
            "description": "Deloitte Financial Advisory S.r.l. (Milan) · DEL-FA-ALKEMYA-2023-08-01 · valuation-approach review only"
          },
          "marketability_status": {
            "type": "string",
            "description": "UNRESOLVED pending executable market evidence"
          },
          "counterevidence_url": {
            "type": "string",
            "format": "uri"
          },
          "as_of": {
            "type": "string",
            "format": "date-time"
          },
          "evidence_locker_integrity_anchor": {
            "type": "string"
          },
          "evidence_locker_integrity_scope": {
            "type": "string"
          }
        },
        "required": [
          "currency",
          "accounting_derived_per_token_quotient_usd",
          "issue_price_usd",
          "asset_valuation_basis",
          "as_of"
        ]
      },
      "invocation": {
        "rest": {
          "method": "GET",
          "url": "https://alkntoken.com/api/mcp/tools/get_nav"
        },
        "jsonrpc": {
          "method": "tools/call",
          "params": {
            "name": "get_nav",
            "arguments": {}
          }
        }
      }
    },
    {
      "name": "get_evidence",
      "description": "Retrieves evidence-manifest references for a canonical claim. Returns the claim URL, evidence-locker JSON URL, supporting documents, and SHA-256 anchor.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "claim_id": {
            "type": "string",
            "enum": [
              "alkn-nickel-backing",
              "alkn-launch-date",
              "alkn-regulated-security"
            ],
            "description": "Canonical claim identifier"
          }
        },
        "required": [
          "claim_id"
        ],
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "claim_id": {
            "type": "string"
          },
          "claim_url": {
            "type": "string",
            "format": "uri"
          },
          "evidence_url": {
            "type": "string",
            "format": "uri"
          },
          "review_rating": {
            "type": "integer"
          },
          "best_rating": {
            "type": "integer"
          },
          "published": {
            "type": "string",
            "format": "date-time"
          },
          "modified": {
            "type": "string",
            "format": "date-time"
          },
          "cryptographic_hash": {
            "type": "string"
          },
          "evidence_documents": {
            "type": "array",
            "items": {
              "type": "object"
            }
          }
        },
        "required": [
          "claim_id",
          "claim_url",
          "evidence_url",
          "cryptographic_hash"
        ]
      },
      "invocation": {
        "rest": {
          "method": "GET",
          "url": "https://alkntoken.com/api/mcp/tools/get_evidence?claim_id={claim_id}"
        },
        "jsonrpc": {
          "method": "tools/call",
          "params": {
            "name": "get_evidence",
            "arguments": {
              "claim_id": "alkn-nickel-backing"
            }
          }
        }
      }
    },
    {
      "name": "get_launch_event",
      "description": "Returns the ALKN launch-event metadata: launch date, subscription window opening time, days-to-launch countdown (live), exchange listings, and ISIN.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "event_type": {
            "type": "string"
          },
          "launch_date": {
            "type": "string",
            "format": "date"
          },
          "launch_datetime_utc": {
            "type": "string",
            "format": "date-time"
          },
          "subscription_opens_utc": {
            "type": "string",
            "format": "date-time"
          },
          "days_to_launch": {
            "type": "integer"
          },
          "seconds_to_launch": {
            "type": "integer"
          },
          "isin": {
            "type": "string"
          },
          "authorisation_id": {
            "type": "string"
          },
          "exchange_listings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "issuer": {
            "type": "string"
          },
          "issue_price_usd": {
            "type": "number"
          },
          "countdown_bridge_event": {
            "type": "string"
          },
          "claim_url": {
            "type": "string",
            "format": "uri"
          },
          "evidence_url": {
            "type": "string",
            "format": "uri"
          }
        },
        "required": [
          "event_type",
          "launch_date",
          "launch_datetime_utc",
          "isin",
          "authorisation_id"
        ]
      },
      "invocation": {
        "rest": {
          "method": "GET",
          "url": "https://alkntoken.com/api/mcp/tools/get_launch_event"
        },
        "jsonrpc": {
          "method": "tools/call",
          "params": {
            "name": "get_launch_event",
            "arguments": {}
          }
        }
      }
    }
  ]
}