Security & Testing
flint.network
Manages agent transaction authorization, verification, reputation lookup, and trust manifests for secure commercial operations.
ENDPOINT 1
https://flint.network/mcp
MCP server metadata
- Name
- flint-agent-transaction-control
- Version
- 0.2.0
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_recordUse this tool before an AI agent initiates a payment, paid API call, checkout action, stablecoin transfer, x402 request, or delegated commercial transaction.
Potential side effectsverify_agent_authorityUse this tool when a merchant or API seller receives a signed verification record from an agent.
Inferred read-onlylookup_agent_reputationUse 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 effectssubmit_transaction_outcomeUse 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-onlycreate_flint_trust_manifestUse 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-onlygenerate_authorization_scopeUse this tool when an agent commerce workflow needs a well-formed delegated authorization scope before issuing a signed verification record.
Inferred read-onlyvalidate_agent_commerce_readinessUse this tool when reviewing a commerce architecture, API marketplace, paid MCP tool, x402 endpoint, or autonomous checkout flow.
Inferred read-onlyissue_agent_passportUse this tool to issue a free FLINT Agent Passport: a hybrid-signed, verifiable identity credential for an autonomous agent.
Inferred read-onlyget_agent_passportUse this tool to resolve a public FLINT Agent Passport by passport_id.
Inferred read-onlyupdate_agent_mandateUse this tool to update mutable mandate config for an existing FLINT Agent Passport.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.