How to Use the Dynamic (Web3 Auth) MCP in Cursor
Write Web3 auth code and debug user sessions with Dynamic (Web3 Auth) directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dynamic (Web3 Auth) MCP to Cursor
Create your Vinkius account to connect Dynamic (Web3 Auth) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Live Web3 wallet debugging in Cursor
The `get_token_balances` tool retrieves current assets for any user ID directly into your Cursor editor. While writing smart contract interactions, your agent pulls real-time balances to test your conditional code logic. This MCP Server integration means you don't write mock data when building token-gated features in Cursor. Cursor reads actual on-chain balances from the API and suggests precise code modifications based on real wallet states.
Automate compliance checks while coding
The `check_sanctions` tool queries wallet addresses against compliance databases during your Cursor development workflow. You write validation middleware, and your agent tests it with actual blocked or clean addresses directly in the editor. Instead of hardcoding static test cases in your files, you let Cursor run active compliance checks. This keeps your Cursor workspace aligned with real-world regulatory requirements without leaving your active file.
Configure webhooks and manage user profiles
The `get_webhooks` tool fetches your active event listeners so you can verify your backend integration inside Cursor. You can also call `get_event_types` to map out the exact payload structure your application needs to handle. When debugging user sessions, you use this MCP Server to call `get_user` and `get_embedded_wallet_versions` to inspect client states within your codebase. You can even run `revoke_session` to test how your frontend code handles sudden token invalidations.
Set up Dynamic (Web3 Auth) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Dynamic (Web3 Auth) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Dynamic (Web3 Auth) transactions." If the MCP tools are loaded correctly, Cursor will call the Dynamic (Web3 Auth) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dynamic-web3-auth-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dynamic. 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.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Dynamic (Web3 Auth) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dynamic (Web3 Auth) MCP today
We host it, we monitor it, we maintain it. You just paste one token.