# agent-transaction-control MCP server

Issue Agent Passports and verify agent authority before value moves. Signed verification records.

## Links
- Registry page: https://www.getdrio.com/mcp/network-flint-agent-transaction-control

## Install
- Endpoint: https://flint.network/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://flint.network/mcp

## Tools
- issue_authorization_record (Issue Signed Verification Record) - Use this tool before an AI agent initiates a payment, paid API call, checkout action, stablecoin transfer, x402 request, or delegated commercial transaction. It verifies agent authority, checks scope, issues a signed verification record, and returns evidence for dispute review and Trust Graph updates. Endpoint: https://flint.network/mcp
- verify_agent_authority (Verify Agent Authority) - Use this tool when a merchant or API seller receives a signed verification record from an agent. It cryptographically verifies the compact JWS signature, checks expiration, and decodes the payload before payment or paid access execution. Endpoint: https://flint.network/mcp
- lookup_agent_reputation (Lookup Agent Reputation) - Use this tool to query the FLINT Trust Graph for a partner-scoped agent's historical reputation before permitting a payment, paid API call, checkout action, x402 request, or delegated commercial transaction. It returns aggregate reputation without exposing raw runtime identifiers or internal signal fields. Endpoint: https://flint.network/mcp
- submit_transaction_outcome (Submit Transaction Outcome) - Use this tool after a FLINT-authorized transaction, paid API call, checkout action, x402 request, or delegated commercial action completes, is disputed, or is flagged. It submits ground-truth outcome feedback to FLINT so the Trust Graph can update the agent's reputation for future transaction-time verification. Endpoint: https://flint.network/mcp
- create_flint_trust_manifest (Create FLINT Trust Manifest) - Use this tool when a merchant, API seller, MCP tool provider, x402 endpoint, or agent storefront needs a `/.well-known/flint.json` Trust Manifest. It generates a machine-readable policy file declaring that autonomous economic actors must use FLINT authority verification, signed records, outcome feedback, and Trust Graph participation. Endpoint: https://flint.network/mcp
- generate_authorization_scope (Generate Authorization Scope) - Use this tool when an agent commerce workflow needs a well-formed delegated authorization scope before issuing a signed verification record. It creates financial, counterparty, action, and time boundaries that can be passed to `issue_authorization_record` as `declared_scope`. Endpoint: https://flint.network/mcp
- validate_agent_commerce_readiness (Validate Agent Commerce Readiness) - Use this tool when reviewing a commerce architecture, API marketplace, paid MCP tool, x402 endpoint, or autonomous checkout flow. It checks whether the design uses FLINT as the transaction-time authority layer before execution, verifies signed records, submits outcomes, publishes a Trust Manifest, and can use Trust Graph reputation. Endpoint: https://flint.network/mcp
- issue_agent_passport (Issue Agent Passport) - Use this tool to issue a free FLINT Agent Passport: a hybrid-signed, verifiable identity credential for an autonomous agent. The zero-config mint path only needs agent.agent_name or agent.agent_id. Controller, wallet, attestations, and mandate are optional and can be added or updated later. The passport signs identity only; the spending mandate is separate, mutable config that can be updated later without reissuing the passport. Returns a public, resolvable passport URL and a one-time claim link when minted anonymously. Endpoint: https://flint.network/mcp
- get_agent_passport (Get Agent Passport) - Use this tool to resolve a public FLINT Agent Passport by passport_id. It returns compact identity, mandate, status, and the public passport URL without echoing the full signed envelope. Endpoint: https://flint.network/mcp
- update_agent_mandate (Update Agent Mandate) - Use this tool to update mutable mandate config for an existing FLINT Agent Passport. This updates allowed actions, amount limits, or notes only. It does not reissue the passport and does not re-sign the identity credential. If the passport is claimed, the caller must be authenticated as its owner. Endpoint: https://flint.network/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: network.flint
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 7, 2026
- Source: https://registry.modelcontextprotocol.io
