ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Particle Network with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Web3 infrastructure via Particle Network. handle Account Abstraction, UserOperations, and identity management directly through AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 16 capabilities

The complete Particle Network capability set.

These are the exact actions your AI can choose when you ask it to work with Particle Network.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 01

    Aa get smart account

    Get smart account info (BICONOMY, SIMPLE, etc)

  2. 02

    Get user info

    Retrieve user details using UUID and Token

  3. 03

    Is project user

    Check if a wallet address belongs to a user in your project

  4. 04

    Aa create sessions

    Generates transactions to initialize session keys

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 05

    Aa create user op

    Constructs a UserOperation from transactions

  2. 06

    Aa get fee quotes

    Returns UserOp objects for different gas payment methods

  3. 07

    Aa send user op

    Pushes a signed UserOperation to the network

  4. 08

    Aa validate session

    Checks the validity of a session key

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 09

    Eth estimate user operation gas

    Returns gas estimates for a UserOp

  2. 10

    Eth get user operation by hash

    Returns UserOp details by its hash

  3. 11

    Eth get user operation receipt

    Retrieves the receipt of a UserOp

  4. 12

    Eth send user operation

    Submits a UserOperation to the bundler

Capability set04 / 04

13-16

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 13

    Eth supported entry points

    Returns supported EntryPoint addresses

  2. 14

    Get user info by identity

    Retrieve user details using a social identity

  3. 15

    Pm paymaster balance

    Returns the USD balance of the project's Paymaster

  4. 16

    Pm sponsor user operation

    Returns a Paymaster signature for sponsorship

Observed, not estimated

971ms average. Fast in production.

Particle Network is checked daily against the live service.

Daily averagePeak 1261ms
Aug 20Today
Fastest day
770ms
Slowest day
1261ms
14-day trend
Slowing+37%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Particle Network, so you can see the experience inside your AI.

It does not authenticate your account with Particle Network. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Particle Network Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Particle Network capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "particle-network-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Particle Network owners ask.

  • 01

    Can I estimate gas for a UserOperation before sending it?

    Yes, you can use the eth_estimate_user_operation_gas capability. It provides gas limits for a UserOperation via the Particle Bundler, helping you predict costs accurately.

  • 02

    How do I check if a specific wallet address belongs to my Particle project?

    Use the is_project_user capability. Provide the chain type (EVM or Solana) and the wallet address to verify if it's associated with your current project.

  • 03

    Is it possible to manage session keys for smart accounts?

    Absolutely. You can use aa_create_sessions to generate initialization transactions and aa_validate_session to check if a session key is still valid.