← flint.network

INDIVIDUAL MCP TOOL

update_agent_mandate

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

flint.networknone authenticationAvailability not checked

LIVE ENDPOINT

https://flint.network/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_agent_mandate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

flint.network

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.

Related tools

  • 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.
  • verify_agent_authority — Use this tool when a merchant or API seller receives a signed verification record from an agent.
  • 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.
  • 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.
  • 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.
  • generate_authorization_scope — Use this tool when an agent commerce workflow needs a well-formed delegated authorization scope before issuing a signed verification record.
  • validate_agent_commerce_readiness — Use this tool when reviewing a commerce architecture, API marketplace, paid MCP tool, x402 endpoint, or autonomous checkout flow.
  • issue_agent_passport — Use this tool to issue a free FLINT Agent Passport: a hybrid-signed, verifiable identity credential for an autonomous agent.