Guidewire ClaimCenter Connector for AI agents.
8 live capabilities
Manage insurance claims and track risk exposures from your chat interface.
Waiting for input…
Why people use Guidewire ClaimCenter
Guidewire ClaimCenter Insurance Claims Management
With this Connector, you just ask your agent to pull that info. You get the specific details, notes, and contact info you need without ever leaving your chat interface.
What Vinkius changes
You get instant access to ClaimCenter data inside your preferred AI capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick status checks during live calls
An adjuster needs to check a claimant's status while on the phone.
- Real-world use case 02
Auditing property risk exposures
A manager needs to review the risks on a property claim.
- Real-world use case 03
Finding vendor contact info
A support agent needs a vendor's phone number.
Complete set · 8capabilities
The complete Guidewire ClaimCenter capability set.
These are the exact actions your AI can choose when you ask it to work with Guidewire ClaimCenter.
01—04
4 capabilities in this set.
Part of 8 available through Guidewire ClaimCenter.
- 01 Capability
List claim contacts
Get a list of shared contacts like claimants, vendors, and providers. This saves time when you need to reach out to anyone involved.
- 02 Capability
List claim notes
Pull up all internal notes for a specific claim. You can quickly review the history of what's been discussed.
- 03 Capability
Get claim details
Get the full picture of a specific claim. It shows the core data you need for any given file.
- 04 Capability
List claim activities
See all current tasks and activities across all claims. It helps you stay on top of what needs to be done next.
05—08
4 capabilities in this set.
Part of 8 available through Guidewire ClaimCenter.
- 05 Capability
List claimcenter claims
See a list of all insurance claims in your ClaimCenter. This is the starting point for finding any specific file.
- 06 Capability
List claim documents
See all the documents uploaded to a specific claim. It makes it easy to find the right paperwork.
- 07 Capability
List claim exposures
See the exposures tied to a specific claim. This helps you understand the risk and the scope of the file.
- 08 Capability
List claimcenter users
See a list of internal users and adjusters. Use this to find the right person for a specific task.
Set up in minutes
One URL. Then ask Guidewire ClaimCenter to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Guidewire ClaimCenter 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_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Guidewire ClaimCenter for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter URL.
- Step 03
Save and start
Save the connection and enable Guidewire ClaimCenter in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"guidewire-claimcenter": {
"url": "https://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter
Open Agent mode in chat and ask: "Using Guidewire ClaimCenter, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"guidewire-claimcenter": {
"url": "https://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter
Ask Copilot: "Using Guidewire ClaimCenter, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"guidewire-claimcenter": {
"url": "https://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter
Open Cascade and ask: "Using Guidewire ClaimCenter, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"guidewire-claimcenter": {
"url": "https://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter
Ask Cline: "Using Guidewire ClaimCenter, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add guidewire-claimcenter --transport http "https://edge.vinkius.com/vk_preview_eVg6FXuMHpBEDif0teK7OaAE4kFfymYYQ71w5JMX/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 Guidewire ClaimCenter
Ask Claude: "Using Guidewire ClaimCenter, show me...". 8 tools are ready
Where the request belongs
Work Guidewire ClaimCenter can move forward.
Who wakes up in the morning needing this? It's the claims adjuster who's tired of clicking through five different screens just to find a claimant's phone number or the latest note on a file.
Claims Adjuster
Checking claim status and notes while on the phone with customers to provide quick updates.
Claims Manager
Auditing exposure volumes and team task lists without needing to log into the core application.
Support Team
Looking up policy references and claimant contact information quickly from a chat interface.
Insurance Ops
Verifying document uploads and note history during the claim processing phase.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCedar AI
Process insurance documents with AI that extracts claims data, validates coverage, and accelerates underwriting decisions.
Lemonade
Manage Lemonade insurance. generate quotes, retrieve policy details, file claims, and handle cancellations via AI.
Applied Epic
Manage insurance clients, policies, and activities with Applied Epic. track renewals and compliance via AI.
Agency Elephant
Track insurance agency performance, manage agent commissions, and monitor policy renewals for better business intelligence.
Ask Kodiak
Search and manage commercial insurance products with Ask Kodiak. track carrier appetite and classifications via AI.
Optum Claims & Billing
Securely submit medical bills, track 837 EDI claims, and process UHG bank remittance advices.
Bring your own AI
Change the model, client or framework. Keep Guidewire ClaimCenter 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 Guidewire ClaimCenter.
The practical details behind the request, access and result.
Can the Guidewire ClaimCenter MCP help me find claimant info?
Yes. It can pull shared contact information for claimants, vendors, and providers directly into your chat interface so you don't have to hunt through different menus.
How does the Guidewire ClaimCenter MCP handle claim notes?
It lets you pull up the internal notes for a specific claim. This is helpful for reviewing the history of a file and seeing what has already been discussed with the customer.
Can I use the Guidewire ClaimCenter MCP to check claim exposures?
Yes. You can ask your agent to list the exposures tied to a specific claim, which helps you quickly understand the scope and risk of the file.
Will the Guidewire ClaimCenter MCP show me my team's tasks?
Yes. It can list current activities and tasks across all claims, giving you a high-level view of what needs to be done next.
Can I see uploaded documents with the Guidewire ClaimCenter MCP?
Yes. You can ask the agent to list the documents uploaded to a specific claim, making it much faster to find the paperwork you need.
Does the Guidewire ClaimCenter MCP work for insurance adjusters?
It is specifically designed for roles like adjusters, claims managers, and support teams who need to pull data, check statuses, and audit notes quickly.
Can I see the latest notes added to a specific claim?
Yes! Use the list_claim_notes capability with the unique claim ID. The agent will return all internal notes associated with that claim, allowing you to catch up on recent updates.
How do I check the list of pending activities for the whole team?
Use the list_claim_activities capability. Your agent will fetch all current tasks and activities across all claims, giving you a high-level view of the team's workload.
Where do I find my ClaimCenter Cloud API credentials?
These credentials are provided by your Guidewire administrator. You will need a username and password with 'Cloud API' permissions, along with your organization's specific instance URL.
One connection away
Give your agent a direct line to Guidewire ClaimCenter.
Connect Guidewire ClaimCenter once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available