Fee Navigator Connector for AI agents.
12 live capabilities
Analyze merchant statements and find hidden processing fees.
Waiting for input…
Why people use Fee Navigator
Fee Navigator Merchant Statement Analysis for ISOs
With the Fee Navigator MCP, your AI agent handles the whole thing. You just give it the statement, and it pulls the data, identifies the fees, and tells you exactly where the waste is. You go from manual data entry to having a finished analysis ready for your client in a few seconds.
What Vinkius changes
You get a direct line to your merchant data without ever opening the Fee Navigator dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Fast Quote Sales Pitch
A sales agent wants to know if a merchant can save money.
- Real-world use case 02
The Audit Review Request
A payment analyst needs to check a client's history.
- Real-world use case 03
The Market Comparison Pitch
An ISO wants to prove they're the best.
Complete set · 12capabilities
The complete Fee Navigator capability set.
These are the exact actions your AI can choose when you ask it to work with Fee Navigator.
01—04
4 capabilities in this set.
Part of 12 available through Fee Navigator.
- 01 Capability
Get account info
Get your Fee Navigator account details. This helps you check your subscription status and general account settings.
- 02 Capability
Get audit
Fetch details for a specific audit. Use this to see the results of a previous statement check.
- 03 Capability
Get industry stats
Get merchant service industry savings benchmarks. This helps you see what the average savings look like in different sectors.
- 04 Capability
Get me
Get current API token identity info. Use this to confirm which user account your agent is currently logged into.
05—08
4 capabilities in this set.
Part of 12 available through Fee Navigator.
- 05 Capability
Get merchant
Get details for a specific merchant. This pulls the current processing metadata for a single business.
- 06 Capability
Get proposal
Get details for a specific proposal. This lets you view the specifics of a savings offer you've already created.
- 07 Capability
List audits
List all statement audits. Use this to see every audit you've ever run in your account.
- 08 Capability
List merchants
List all merchants in your Fee Navigator account. This gives you a full bird's-eye view of every business you manage.
09—12
4 capabilities in this set.
Part of 12 available through Fee Navigator.
- 09 Capability
List proposals
List all savings proposals. Use this to see every proposal currently in your pipeline.
- 10 Capability
Analyze statement
Trigger AI analysis for an uploaded statement. This is the main action that identifies hidden fees for you.
- 11 Capability
List recent activities
List recent merchant analysis activities. This shows you what your agent has been working on lately.
- 12 Capability
Upload statement
Upload a merchant statement for analysis. This lets you send a file to the cloud for the AI to process.
Set up in minutes
One URL. Then ask Fee Navigator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fee Navigator from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Fee Navigator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fee Navigator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Fee Navigator URL.
- Step 03
Save and start
Save the connection and enable Fee Navigator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fee-navigator": {
"url": "https://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Fee Navigator
Open Agent mode in chat and ask: "Using Fee Navigator, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fee-navigator": {
"url": "https://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Fee Navigator
Ask Copilot: "Using Fee Navigator, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fee-navigator": {
"url": "https://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Fee Navigator
Open Cascade and ask: "Using Fee Navigator, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fee-navigator": {
"url": "https://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Fee Navigator
Ask Cline: "Using Fee Navigator, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fee-navigator --transport http "https://edge.vinkius.com/vk_preview_FUpMWDHafg3Fq9pjEEp4lRdEntZ66362IP5DpUg2/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Fee Navigator
Ask Claude: "Using Fee Navigator, show me...". 12 tools are ready
Where the request belongs
Work Fee Navigator can move forward.
This is for the people who spend their days staring at merchant processing statements. It's for the sales reps who need to prove savings quickly and the analysts who have to find overcharges in a sea of data.
Merchant Services ISO
Automate statement ingestion to speed up the sales cycle.
Sales Agent
Quickly check potential savings and proposal status on the fly using natural language.
Payment Analyst
Pull granular fee data and industry benchmarks directly into an auditing workflow.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFinmei
Manage expenses, tax rates, and payments through conversational AI agents with Finmei.
Certify (Emburse)
Manage expenses and invoices via Certify (Emburse). track reports, receipts, and employee spend directly from any AI agent.
Chargeblast
Manage chargeback prevention and dispute alerts via Chargeblast. intercept disputes, automate refunds, and audit deflection logs directly from any AI agent.
Expensya
Submit and approve business expenses in seconds with receipt scanning, policy enforcement, and reimbursement workflows.
ChargeOver
Bill your customers with flexible recurring invoicing, automated dunning, and payment collection that keeps revenue flowing.
Authorize.net
Manage payments, transactions, and customer profiles via Authorize.net. the trusted payment gateway directly via AI.
Bring your own AI
Change the model, client or framework. Keep Fee Navigator connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Fee Navigator.
The practical details behind the request, access and result.
How can the Fee Navigator MCP help my merchant services business?
It automates the tedious parts of your workflow. You can upload merchant statements directly and have your AI agent identify hidden fees and cost overcharges instantly.
Can I use Fee Navigator MCP to find savings for my clients?
Yes, it makes this much faster. Your AI agent can pull industry benchmarks and run detailed audits on statements to generate accurate savings proposals for your clients.
Does the Fee Navigator MCP work with my existing merchant data?
It connects directly to your Fee Navigator account. Your agent can pull merchant profiles, list active accounts, and track your current sales pipeline in one place.
How does the Fee Navigator MCP handle statement analysis?
You just upload a statement via the agent. The Connector then triggers an analysis that looks for processing fee discrepancies and highlights where a merchant can save money.
Can I track my sales proposals using the Fee Navigator MCP?
Yes, you can list and inspect every savings proposal in your account. This helps you keep your pipeline organized and ready for the next pitch.
Is the Fee Navigator MCP good for payment analysts?
It's a perfect fit for auditing. It lets you pull granular fee data and compare it against real-time industry benchmarks to verify processing costs.
How do I obtain my Fee Navigator API Token?
You can generate an API Token in your Fee Navigator dashboard under the Developer or Integrations settings tab.
Can I upload statement files directly via chat?
Yes! Use the upload_statement capability. You can provide the file content as a base64 string, and the agent will handle the ingestion for you.
What kind of savings data does the AI provide?
The AI analyzes interchange rates, markups, and hidden fees to calculate potential monthly and annual savings for the merchant, which can be retrieved using the analyze_statement capability.
One connection away
Give your agent a direct line to Fee Navigator.
Connect Fee Navigator once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available