Particle Network Connector for AI agents.
16 live capabilities
Manage account abstraction and smart wallet operations for Web3 dApps.
Waiting for input…
Why people use Particle Network
Particle Network for Automating Web3 Account Abstraction
This Connector lets you skip the manual heavy lifting. You can just tell your agent to build the operation or check a session's validity. It handles the backend logic, giving you a clean way to manage smart accounts and gas sponsorship without the boilerplate.
What Vinkius changes
It turns complex Web3 backend operations into simple natural language commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging a failed transaction
A developer asks the agent to check a hash using eth_get_user_operation_by_hash and then get the receipt via eth_get_user_operation_receipt to find the error.
- Real-world use case 02
Onboarding a new user
A support agent asks to find a user's profile using get_user_info_by_identity and then checks if their wallet is in the project with is_project_user.
- Real-world use case 03
Setting up gasless transactions
An architect asks for fee quotes using aa_get_fee_quotes and then gets a Paymaster signature with pm_sponsor_user_operation to sponsor a user's first move.
Complete set · 16capabilities
The complete Particle Network capability set.
These are the exact actions your AI can choose when you ask it to work with Particle Network.
01—04
4 capabilities in this set.
Part of 16 available through Particle Network.
- 01 Capability
Aa get smart account
Pull account information for Biconomy or Simple smart accounts. It gives you a quick look at the account's current state.
- 02 Capability
Is project user
Check if a wallet address is registered as a user in your specific project. This is a quick way to verify permissions.
- 03 Capability
Aa create sessions
Generate the transactions needed to initialize session keys for your users. This is useful for setting up smart account access.
- 04 Capability
Aa create user op
Build a UserOperation from a set of transactions automatically. It handles the complex construction logic for you.
05—08
4 capabilities in this set.
Part of 16 available through Particle Network.
- 05 Capability
Aa get fee quotes
See how much different gas payment methods will cost for a specific UserOp. Use this to show users accurate costs.
- 06 Capability
Aa send user op
Push a signed UserOperation directly to the network for execution. This is the primary way to trigger actions on the chain.
- 07 Capability
Aa validate session
Check if a specific session key is still active and valid. Use this to verify that a user's session hasn't expired.
- 08 Capability
Eth estimate user operation gas
Get a prediction of the gas required for a UserOp before sending it. This helps prevent failed transactions.
09—12
4 capabilities in this set.
Part of 16 available through Particle Network.
- 09 Capability
Eth get user operation by hash
Look up the details of a specific UserOp using its unique hash. It's great for tracking specific transaction history.
- 10 Capability
Eth get user operation receipt
Grab the execution receipt for a UserOp to confirm success. Use this to verify that a transaction actually landed.
- 11 Capability
Eth send user operation
Submit a UserOperation to the bundler for processing. This is your main capability for pushing operations to the network.
- 12 Capability
Eth supported entry points
See which EntryPoint addresses are currently supported by the network. Useful for checking compatibility across chains.
13—16
4 capabilities in this set.
Part of 16 available through Particle Network.
- 13 Capability
Get user info by identity
Find user details based on their social identity or login credentials. This makes it easy to link off-chain data to on-chain wallets.
- 14 Capability
Get user info
Pull user details using a standard UUID and token. Use this for internal profile management and lookups.
- 15 Capability
Pm paymaster balance
See the current USD balance of your project's Paymaster. Use this to monitor your gas sponsorship funds.
- 16 Capability
Pm sponsor user operation
Get the signature needed from a Paymaster to sponsor a user's transaction. This enables a gasless experience for your users.
Set up in minutes
One URL. Then ask Particle Network to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Particle Network from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Particle Network, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Particle Network for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Particle Network URL.
- Step 03
Save and start
Save the connection and enable Particle Network in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"particle-network": {
"url": "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Particle Network
Open Agent mode in chat and ask: "Using Particle Network, help me...". 16 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"particle-network": {
"url": "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Particle Network
Ask Copilot: "Using Particle Network, help me...". 16 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"particle-network": {
"url": "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Particle Network
Open Cascade and ask: "Using Particle Network, help me...". 16 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"particle-network": {
"url": "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Particle Network
Ask Cline: "Using Particle Network, help me...". 16 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add particle-network --transport http "https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Particle Network
Ask Claude: "Using Particle Network, show me...". 16 tools are ready
Where the request belongs
Work Particle Network can move forward.
Web3 developers and DApp architects who are tired of manual RPC calls and want to automate account abstraction and user management.
Web3 Developer
Debugs UserOperations and checks smart account states during development without manual queries.
DApp Architect
Simulates gas fees and verifies session keys during the design phase to ensure a smooth UX.
DevOps Engineer
Inspects user identities and project associations to resolve integration issues quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsThirdWeb
Integrate Web3 capabilities into your AI agent. manage wallets, authenticate users, and interact with smart contracts across multiple blockchains.
QuickNode
Manage blockchain infrastructure via QuickNode. create data streams, configure webhooks, and interact with RPC nodes directly from your AI agent.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Dynamic (Web3 Auth)
Manage Web3 authentication and user data via Dynamic. fetch user profiles, check wallet sanctions, and manage sessions directly from any AI agent.
Sablier (Token Streaming & Real-time Payroll)
Manage real-time token streams and airdrop campaigns. Query Sablier indexers, create Merkle trees for distributions, and check wallet eligibility.
Lit Protocol (Decentralized Access Control)
Manage decentralized access control, Programmable Key Pairs (PKPs), and execute immutable Lit Actions within TEEs directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Particle Network connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Particle Network.
The practical details behind the request, access and result.
What does the Particle Network MCP do for my Web3 dApp?
It gives your AI agent the ability to manage account abstraction, smart wallets, and UserOperations directly. This means your agent can handle complex backend tasks like gas sponsorship and session management using simple natural language.
How can I use this Connector to handle gas fees for my users?
You can use it to fetch gas quotes and get Paymaster signatures. This allows your AI agent to sponsor transactions for your users, creating a smoother, gasless experience for your dApp's frontend.
Can this Connector help me manage smart account sessions?
Yes, it can generate session keys and validate them. This helps you ensure that users have active, valid sessions for interacting with your smart accounts without needing to sign every individual action.
How do I check if a wallet is registered in my project?
Your AI agent can use this Connector to instantly verify if a specific wallet address belongs to your project. It's a fast way to handle permissions and user verification without manual database lookups.
What kind of smart accounts does this Connector support?
It supports major smart account standards like Biconomy and Simple. Your agent can pull account details and manage them across these different frameworks through a single connection.
Can I use this to debug failed UserOperations?
Absolutely. Your agent can look up specific UserOperation hashes and retrieve their receipts. This makes it much faster to identify why a transaction failed and what the error code was.
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.
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.
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.
One connection away
Give your agent a direct line to Particle Network.
Connect Particle Network once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available