New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

flash_setup

Connect a Definitive account for trading on Flash. The primary setup path is the interactive wizard the user runs in their OWN terminal — npx -y @definitive-fi/flash-mcp setup — which handles the API key, funder wallets, and RPCs; direct the user there rather than collecting credentials in chat. ...

SERVERFlash SOURCE@definitive-fi/flash-mcp
Medium RISK CLASS
Category Write
Parameters 30 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/definitive-fi-flash-mcp/flash-setup.md

What flash_setup does on Flash

AI agents use flash_setup to create or update resources in Flash, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Flash environment.

ParameterTypeRequiredDescription
rpc object Optional custom RPC URLs per chain, e.g. { "base": "https://…" }. Recommended — the public defaults are rate-limited. Pass an empty string to clear a chain's ov
apiKey string Definitive Flash API key (starts with dpka_)
organization string Your Definitive organization slug (optional). Stored for reference; the setup page uses whichever organization you're logged into, so this is no longer needed t

Parameters from the server's own tool schema.

Why flash_setup is rated Medium

This tool creates or modifies account configuration and API credentials needed for trading. While it does not directly move funds (hence not Financial), it irreversibly establishes the authentication and RPC configuration that enables all downstream financial operations. It is Write (configuration modification) rather than Execute because it sets up persistent state rather than triggering one-time operations.

From the tool's definition Tool description states it "Connect[s] a Definitive account for trading on Flash" and "handles the API key, funder wallets, and RPCs". It accepts `apiKey` and `rpc` overrides, which modifies account configuration.

Risk signalsHandles credentials or secrets (apiKey)

Questions about flash_setup

What does the flash_setup tool do? +

Connect a Definitive account for trading on Flash. The primary setup path is the interactive wizard the user runs in their OWN terminal — npx -y @definitive-fi/flash-mcp setup — which handles the API key, funder wallets, and RPCs; direct the user there rather than collecting credentials in chat. Call this tool with no arguments to see what's configured and get the exact instructions to relay. It also accepts apiKey (safe in chat — it cannot move funds) and rpc overrides. Wallet private keys are NEVER accepted here and must never be pasted into the conversation. It is categorised as a Write tool in the Flash MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does flash_setup accept? +

flash_setup accepts 3 parameters: rpc, apiKey, organization. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on flash_setup? +

Register the Flash MCP server in PolicyLayer and add a rule for flash_setup: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Flash. Nothing to install.

What risk level is flash_setup? +

flash_setup is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit flash_setup? +

Yes. Add a rate_limit block to the flash_setup rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block flash_setup completely? +

Set action: deny in the PolicyLayer policy for flash_setup. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides flash_setup? +

flash_setup is provided by the Flash MCP server (@definitive-fi/flash-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Flash, and thousands of servers like it.

This server

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Flash's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.