How to Use the GiveWP MCP in Cursor
Build donation features in Cursor using live GiveWP data. Stop mocking your API responses and start coding with real fundraising records.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GiveWP MCP to Cursor
Create your Vinkius account to connect GiveWP 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.
Inject live GiveWP data into Cursor
Agent mode lets Cursor call tools like `list_recent_donations` to fetch actual transaction logs. You get real data structures injected straight into your IDE buffers. Stop writing stubs that break in production. Use the real API output to build your donation logic with high confidence.
Automate GiveWP form management in Cursor
Point your agent at `list_donation_forms` to map out your site architecture. You can iterate on form layouts while the agent pulls metadata via `get_form_details`. It keeps your code in sync with your actual site state. No more switching contexts to check if a form ID exists.
Debug GiveWP integrations in Cursor
Use `verify_api_connection` to diagnose handshake issues before you start coding. It’s a quick check that saves you from chasing phantom errors in your API logic. Once connected, use `get_plugin_stats` to verify your code changes against live metrics. Real-time feedback loops make development significantly faster.
Set up GiveWP 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 GiveWP 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 GiveWP transactions." If the MCP tools are loaded correctly, Cursor will call the GiveWP tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"givewp-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 GiveWP. 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 GiveWP MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GiveWP MCP today
We host it, we monitor it, we maintain it. You just paste one token.