How to Use the PHC GO MCP in Cursor
Generate valid PHC GO FT invoices and sync Portuguese NIF tax data directly inside your Cursor editor codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect PHC GO MCP to Cursor
Create your Vinkius account to connect PHC GO to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Populate code templates with real PHC GO ERP data
The `get_product_details` tool fetches actual item specifications, pricing structures, and VAT rates from PHC GO directly into your Cursor editor. Instead of writing mock JSON objects for your e-commerce tests, the agent runs this tool to insert production-grade ERP payloads. This active data injection prevents integration bugs before you commit code. Cursor uses the live data to build accurate TypeScript interfaces that perfectly match your PHC GO database schema.
Test billing flows with Cursor MCP Server
The `create_document` tool lets your Cursor editor's agent mode generate test invoices, quotes, and delivery notes on your sandbox ERP. The agent calls `list_series` to check valid document sequences and writes the records without leaving the terminal. Having this MCP Server active in your editor speeds up API integration testing. You can verify how your code handles tax calculations by letting the agent inspect output from `list_taxes` in real time.
Verify customer sync logic in Cursor
The `search_customers` tool queries your ERP database to verify if a user exists with a specific NIF before your local Cursor code tries to write a duplicate record. The agent checks the response and uses `get_customer_details` to inspect the exact field structure. If a record is missing, the agent runs `create_customer` to populate the test environment. This tight feedback loop ensures your sync scripts handle edge cases like missing tax identification numbers.
Set up PHC GO 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 PHC GO 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 PHC GO transactions." If the MCP tools are loaded correctly, Cursor will call the PHC GO tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"phc-go-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 PHC GO. 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 PHC GO MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the PHC GO MCP today
We host it, we monitor it, we maintain it. You just paste one token.