Vinkius

Privy MCP. Manage user and wallet states through conversation.

Privy connects your AI client directly to Web3 identity infrastructure. Manage users, create wallets across Ethereum, Solana, Bitcoin, and Sui, and execute blockchain actions—all through natural conversation. Check user profiles, provision new wallets in batches up to 100, or retrieve specific transaction details without leaving your agent environment.

Privy MCP is compatible with Claude Claude
Privy MCP is compatible with ChatGPT ChatGPT
Privy MCP is compatible with Cursor Cursor
Privy MCP is compatible with Gemini Gemini
Privy MCP is compatible with Windsurf Windsurf
Privy MCP is compatible with VS Code VS Code
Privy MCP is compatible with JetBrains JetBrains
Privy MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

User Profile Lookup

Find users by email address or search for profiles using keywords, retrieving detailed metadata.

Wallet Provisioning

Create new crypto wallets across multiple chains (Ethereum, Solana, Bitcoin, Sui), either one-by-one or in bulk batches of up to 100.

Identity Management

Create new user records and securely delete old ones when they are no longer needed.

Wallet State Modification

Update wallet metadata, change ownership policies, or retrieve specific details for any known wallet ID.

Blockchain Action Execution

Execute direct RPC calls through managed wallets, allowing actions like signing messages or sending transactions.

Waiting for input…

AI Agent
Privy

What AI agents can do with Privy MCP: 12 Tools for Identity Management

These tools allow you to programmatically perform every key action related to user accounts and Web3 wallet infrastructure directly through your AI client.

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 Privy MCP

Batch Create Wallets

Creates multiple new crypto wallets in bulk, supporting up to 100 addresses at once.

Create User

Registers a brand-new user profile object and links it to one or more accounts.

Create Wallet

Generates a single new wallet for the system to use with a user.

Delete User

Permanently removes a specified user record from the database.

Get Transaction By External Id

Retrieves transaction details by providing an external tracking ID.

Get Transaction

Fetches full information about a specific blockchain transaction.

Get User By Email

Finds and returns a user's profile data using their email address.

Get User

Retrieves all available metadata for a specific user ID.

Get Wallet

Gets the current details and status of a known wallet address.

Search Users

Searches the entire user database using keywords or partial profile data.

Update Wallet

Modifies an existing wallet's metadata, policies, or ownership settings.

Wallet Rpc

Executes arbitrary blockchain Remote Procedure Calls (RPC) actions on a managed wallet.

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.

Privy MCP is compatible with Claude

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 Privy 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 each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

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

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Privy MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Privy. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Handling user accounts used to be a mess of dashboards and APIs.

Today, if you need to check a user's status or create a test wallet, you usually have to hop through three different systems: the internal database for their profile, the crypto explorer for transaction history, and then write separate scripts just to provision them a clean new account. It’s slow, and every system has its own API keys.

With this MCP, all of that gets pulled into one conversation. You tell your agent what you need—say, 'Find user A's wallet status.' The agent handles the lookup, checks the blockchain transaction history, and tells you the full answer in a single response.

Privy MCP: Manage accounts & wallet states

You no longer need to write boilerplate code for basic user lookups or wallet creation. Whether you use `get_user_by_email` or the bulk action of `batch_create_wallets`, the complexity is abstracted away.

The result is simple: Your agent acts like a specialist who knows every facet of your Web3 identity stack, allowing you to move from asking questions to executing infrastructure changes instantly.

What Privy MCP does for your AI

This MCP lets you manage the core infrastructure of any Web3 application using simple language commands. Instead of writing complex API calls for every new user or wallet status check, you talk to your AI client, and it handles the heavy lifting. You can instantly create a new user object, look up existing profiles by email address, or provision wallets in large batches.

Need to confirm if a transaction succeeded? Just ask. The system retrieves specific wallet data or checks recent transactions using external IDs. This ability to manage complex identity lifecycle—from creating accounts to performing RPC actions on managed wallets—all via chat is what makes this MCP invaluable. When you connect it through Vinkius, you get access to the full spectrum of user and wallet operations in one place.

Built · Hosted · Managed by Vinkius Privy-MCP - Manage Web3 Users & Wallets with AI
Server ID 019e38db-4692-73e4-9723-95a742f7d078
Vinkius Inspector
Compliance Grade F
Score 3.6/100
Vinkius Inspector Badge — Score 3.6/100

Frequently asked questions about Privy MCP

How do I create multiple wallets using the Privy MCP? +

You use the batch_create_wallets tool. This lets you provision up to 100 new crypto wallets in a single command, which is much faster than creating them one by one.

Can I check if a user exists with Privy MCP? +

Yes, you can use get_user or search_users. If the agent returns profile data, the account exists; otherwise, it confirms that no matching records were found.

What if I need to change a wallet's owner? +

You use the update_wallet tool. This lets you modify metadata and policies for an existing wallet ID, allowing you to safely transfer ownership or update credentials.

Does Privy MCP handle transaction history lookups? +

Yes. You can fetch specific transactions using get_transaction or narrow down the search by providing a known external tracking identifier via get_transaction_by_external_id.

Is Privy MCP only for Ethereum wallets? +

No, it supports multiple chains. You can provision and manage assets across several networks including Solana, Bitcoin, Sui, and Ethereum.