Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

network.flint/agent-transaction-control

network.flint/agent-transaction-control

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

Uptime
100.0%
1 direct probes · 30d
Response
615ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

run_flint_scout

Use this tool to scan an intended agent transaction before execution. The first call returns a $0.01 x402 payment challenge without running the scan. A wallet-enabled client signs that challenge and r…

issue_authorization_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,…

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 bef…

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 trans…

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…

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 bounda…

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 author…

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. Co…

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.

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 t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "network.flint/agent-transaction-control": {
      "url": "https://flint.network/mcp",
      "transport": "streamable-http"
    }
  }
}