Vinkius
MCP Server

Particle Network MCP for AI. Manage complex Web3 identity and transactions.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Particle Network MCP on Cursor AI Code EditorParticle Network MCP on Claude Desktop AppParticle Network MCP on OpenAI Agents SDKParticle Network MCP on Visual Studio CodeParticle Network MCP on GitHub Copilot AI AgentParticle Network MCP on Google Gemini AIParticle Network MCP on Lovable AI DevelopmentParticle Network MCP on Mistral AI AgentsParticle Network MCP on Amazon AWS Bedrock

How this MCP server connects to your AI agent

Particle Network MCP manages complex Web3 development tasks like Account Abstraction, UserOperations, and identity management. Your AI agent can now build entire user flows—from checking a wallet's project membership to simulating gas fees and sending signed transactions across multiple EVM chains.

What AI agents can do with Particle Network Automation

Aa create sessions

Creates the initial transaction needed to set up a new session key for a smart account.

Aa create user op

Builds a complete UserOperation object from various underlying transactions.

Aa get fee quotes

Calculates and returns multiple options for gas payments for a UserOp, including different payment methods.

+ 13 more capabilities included
Manage User Identity

Retrieve detailed user profiles using UUIDs, tokens, or social identities, and check if a wallet belongs to your project.

Control Account Abstraction

Set up smart accounts by generating sessions and validating session keys for complex user experiences.

Execute Transactions (UserOps)

Construct, estimate gas costs for, and finally push signed UserOperations across supported EVM chains.

Sponsor Gas Fees

Check the available balance and generate signatures to pay for transactions using a Paymaster contract.

Included with Plan

Waiting for input…

AI Agent

What AI agents can do with Particle Network: 16 Tools for Web3 Development

These tools give your agent granular control over every stage of the blockchain process, from user verification and session management to estimating gas costs and submitting final transactions.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Particle Network on Vinkius

Aa Create Sessions

Creates the initial transaction needed to set up a new session key for a smart account.

Aa Create User Op

Builds a complete UserOperation object from various underlying transactions.

Aa Get Fee Quotes

Calculates and returns multiple options for gas payments for a UserOp, including...

Aa Get Smart Account

Retrieves core information about smart accounts like BICONOMY or SIMPLE wallets.

Aa Send User Op

Submits a finalized and signed UserOperation directly to the blockchain network.

Aa Validate Session

Checks if an existing session key is still valid on the network.

Eth Estimate User Operation Gas

Returns a gas cost estimate for a specific UserOperation, preventing unexpected transaction failures.

Eth Get User Operation By Hash

Fetches the full details of a UserOperation using its unique hash identifier.

Eth Get User Operation Receipt

Retrieves confirmation data, or the receipt, confirming that a UserOp was processed...

Eth Send User Operation

Submits a finalized UserOperation to the bundler service for processing.

Eth Supported Entry Points

Lists all recognized and supported EntryPoint addresses for the network.

Get User Info By Identity

Retrieves user profile details using a social identity like a JWT or UID.

Get User Info

Gets comprehensive user data by providing both a UUID and an associated token.

Is Project User

Checks if a given wallet address has been registered as a member of your specific...

Pm Paymaster Balance

Returns the current USD balance available in the project's Paymaster account.

Pm Sponsor User Operation

Generates a necessary signature allowing your Paymaster to sponsor and pay for the...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Particle Network integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Particle Network, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Built on the Model Context Protocol (MCP) for Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 16 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Managing user onboarding used to feel like writing an entire textbook on RPC calls., Solved with Vinkius AI Gateway

Today, getting a single user's profile often means hitting three or four separate endpoints: one for their UUID, another for their token balance, and yet a third to confirm if that address is even registered in the project. You spend time chaining these calls together, building error handling for every potential failure point, just to answer 'who is this?'

With this MCP, your agent handles the complexity of identity verification behind the scenes. Instead of writing multi-step code, you ask for user details using `get_user_info`, and it returns a complete profile, allowing you to focus on what the user actually sees.

User Operations: Submit complex blockchain tasks with confidence.

Before this MCP, submitting a UserOperation meant manually calculating gas estimates across chains and writing intricate logic to ensure that fees were covered by either the user or a sponsor. If any single calculation failed, the whole transaction pipeline broke down.

Now, you can let your agent use `aa_get_fee_quotes` to generate all payment options—native MATIC, Paymaster sponsorship, etc.—and then execute the final submission via `aa_send_user_op`. The entire process is encapsulated and reliable.

What your AI can actually do with this

This connector gives your AI client the power to handle complex Web3 infrastructure tasks directly through natural language commands. Instead of juggling dozens of RPC calls, you simply ask for what you need: user details, session validation, or a completed transaction. You can use tools like get_user_info to verify who a wallet belongs to and then build out the entire sequence of actions required for a modern DApp experience.

Whether you're building on Polygon, Ethereum, or Solana, this MCP handles the underlying complexity—like generating UserOperations and ensuring gas fees are covered via Paymaster sponsorship. When you connect it through Vinkius, all these advanced Web3 tools become available instantly to your agent, letting you focus purely on the user experience instead of the blockchain plumbing.

Built · Hosted · Managed by Vinkius Particle Network MCP - Web3 User Identity & Transactions
Server ID 019ea5fd-4c06-7238-acca-d0f7f480f724
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Questions you might have

How does Particle Network MCP handle gas fees? +

The MCP provides tools like aa_get_fee_quotes to return multiple payment methods. It also lets you use the Paymaster functions (pm_sponsor_user_operation) to generate signatures that sponsor the transaction costs.

Can I check if a wallet is part of my project using Particle Network MCP? +

Yes, you can. Use the is_project_user tool. It simply checks if an address exists in your project's records and returns a clear status.

What is Account Abstraction, and how does Particle Network MCP help? +

AA manages complex smart account logic. You use tools like aa_create_sessions to set up the necessary session keys and validate them with aa_validate_session for a seamless user experience.

Does Particle Network MCP support all EVM chains? +

The MCP is built to interact with various EVM-compatible chains, providing consistent tools like eth_estimate_user_operation_gas regardless of the underlying network.

Is it possible to retrieve user info using only a social token? +

Yes. The tool get_user_info_by_identity allows you to fetch detailed profiles simply by providing a social identity, like a JWT or UID.

Built & Managed by Vinkius 30s setup 16 tools

We've already built the connector for Particle Network. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 16 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.