MCPilot

42 tools. 13 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

13 can modify or destroy data
29 read-only
42 tools total

Community server · catalogue entry verified 29/06/2026

How to control MCPilot ↓

What MCPilot exposes to your agents

Read (29) Write / Execute (12) Destructive / Financial (1)
Critical Risk

The most dangerous MCPilot tools

13 of MCPilot's 42 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control MCPilot

PolicyLayer is an MCP gateway — it sits between your AI agents and MCPilot, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "prepare-transfer": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "disconnect": {
    "limits": [
      {
        "counter": "disconnect_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "call": {
    "limits": [
      {
        "counter": "call_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MCPilot — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCPILOT →

Instant setup, no code required.

All 42 MCPilot tools

READ 29 tools
Read call Executing a new message call immediately without submitting a transaction to the network Read get-account Get current account Read get-block Get the block information of a chain Read get-block-number Get the block nunber of a chain Read get-chain-id Get the current chain id Read get-chain-list Get a list of all chains information Read get-chains Get the configured chains Read get-connect-uri Get the connect URI to connect to a MetaMask wallet Read get-ens-address Get the ENS address for name Read get-ens-name Get the primary ENS name for address Read get-gas-price Get the current price of gas (in wei) Read get-native-currency-balance Get the native currency balance of an address Read get-token Get the token information Read get-token-balance Get token balance of an address Read get-token-list-on-garfield-testnet Get a list of tokens on Garfield testnet Read get-token-list-on-Zircuit Get a list of tokens on Zircuit mainnet Read get-transaction Get the transactions given hashes or chain identifiers Read get-transaction-receipt Get the Transaction Receipt given a Transaction hash Read prepare-allowance Prepare to get allowance of the ERC20 token Read prepare-mint Prepare for minting ERC20 token Read prepare-total-supply Prepare to get total supply of the ERC20 token Read read-contract Call a read-only function on a contract, and returning the response Read show-connect-qrcode Show the connect QR code for a given connect URI Read sign-message Sign messages Read verify-contract-on-Alfajores-testnet Submits a contract source code to Alfajores Celoscan for verification. Read verify-contract-on-amoy-testnet Submits a contract source code to amoy PolygonScan for verification. Read verify-contract-on-Celo-mainnet Submits a contract source code to Celoscan for verification. Read verify-contract-on-polygon-mainnet Submits a contract source code to PolygonScan for verification. Read verify-message Verify that a message was signed by the provided address

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about MCPilot

Can an AI agent move money through the MCPilot MCP server? +

Yes. The MCPilot server exposes 1 financial tools including prepare-transfer. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through MCPilot? +

The MCPilot server has 7 write tools including disconnect, prepare-approve, resolve-allowance. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MCPilot.

How many tools does the MCPilot MCP server expose? +

42 tools across 4 categories: Execute, Financial, Read, Write. 29 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on MCPilot? +

Register the MCPilot MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MCPilot tool call.

Deterministic rules across all 42 MCPilot tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

42 MCPilot tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.