← Registry

Security & Testing

flint.network

Manages agent transaction authorization, verification, reputation lookup, and trust manifests for secure commercial operations.

x402 supported1 endpoint10 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://flint.network/mcp

No auth detected

MCP server metadata

Name
flint-agent-transaction-control
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

FLINT is trust infrastructure for agents that move money. Start by issuing your agent a free, hybrid-signed passport with one issue_agent_passport call. No account is required, agent.agent_name or agent.agent_id is enough, and the tool returns a public verifiable URL. Recommended flow: issue_agent_passport, then issue_authorization_record before any spend, verify_agent_authority before execution, and submit_transaction_outcome after completion, dispute, or review. When you issue a passport anonymously it is unclaimed. Proactively walk the human owner through claiming it: open the claim_url, sign in or create a free account (no card, about 60 seconds), and explain that claiming turns on Sentinel takeover alerts and a one-tap kill switch. Do not just print the link; guide them through the steps.

Known tools 10

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.

Potential side effects
verify_agent_authority

Use this tool when a merchant or API seller receives a signed verification record from an agent.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
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.

Inferred read-only
generate_authorization_scope

Use this tool when an agent commerce workflow needs a well-formed delegated authorization scope before issuing a signed verification record.

Inferred read-only
validate_agent_commerce_readiness

Use this tool when reviewing a commerce architecture, API marketplace, paid MCP tool, x402 endpoint, or autonomous checkout flow.

Inferred read-only
issue_agent_passport

Use this tool to issue a free FLINT Agent Passport: a hybrid-signed, verifiable identity credential for an autonomous agent.

Inferred read-only
get_agent_passport

Use this tool to resolve a public FLINT Agent Passport by passport_id.

Inferred read-only
update_agent_mandate

Use this tool to update mutable mandate config for an existing FLINT Agent Passport.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flint-agent-transaction-control]
url = "https://flint.network/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flint-agent-transaction-control": {
      "type": "http",
      "url": "https://flint.network/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flint-agent-transaction-control
Remote MCP URL: https://flint.network/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flint-agent-transaction-control": {
      "url": "https://flint.network/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flint-agent-transaction-control": {
      "type": "http",
      "url": "https://flint.network/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.