Determ Connector for AI agents.
10 live capabilities
Monitor brand mentions and sentiment trends in real time.
Waiting for input…
Why people use Determ
Determ for Real-Time Brand Sentiment Tracking
With this Connector, that work happens in a single chat. You can ask your agent to pull the latest mentions, summarize the sentiment, or identify the top news sources in seconds. You get a clear picture of your brand's reputation without the manual heavy lifting.
What Vinkius changes
You get real-time media intelligence without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Crisis Management
A PR manager notices a spike in negative sentiment and asks the agent to list all mentions for "Brand X" from the last hour to identify the source.
- Real-world use case 02
Campaign Tracking
A marketing lead wants to know which news sites are covering their new launch and asks to see the top media sources and reach.
- Real-world use case 03
Competitor Analysis
A strategist asks the agent to compare the sentiment of their brand against a main competitor's query to see market positioning.
Complete set · 10capabilities
The complete Determ capability set.
These are the exact actions your AI can choose when you ask it to work with Determ.
01—04
4 capabilities in this set.
Part of 10 available through Determ.
- 01 Capability
List monitoring queries
List all media monitoring queries in your Determ account. This gives you an overview of all your active keywords.
- 02 Capability
List recent high reach mentions
List only the mentions with the highest estimated reach. This helps you find the stories that will get the most attention.
- 03 Capability
List analytics reports
List all available analytics and media monitoring reports. This lets you see the big picture of your media performance.
- 04 Capability
Get account metadata
Retrieve your account settings and usage limits. This helps you keep track of your Determ account status.
05—07
3 capabilities in this set.
Part of 10 available through Determ.
- 05 Capability
Get mention details
Get full content and technical metadata for a specific mention. This is useful for seeing the full context of a news story.
- 06 Capability
Get monitoring query details
Get detailed settings and status for a specific query. Use this to check if your keywords are being tracked correctly.
- 07 Capability
Get query sentiment summary
Retrieve a breakdown of sentiment for a specific query. This tells you if the public mood is positive, neutral, or negative.
08—10
3 capabilities in this set.
Part of 10 available through Determ.
- 08 Capability
List media mentions
List recent media mentions for a specific monitoring query. Use this to see what people are saying about your brand right now.
- 09 Capability
List top media sources
Identify the media sources with the highest volume of mentions. Use this to see which outlets are covering your brand most frequently.
- 10 Capability
Search mentions by keyword
Search for specific keywords within the mentions of a query. This lets you drill down into specific topics within your broader monitoring.
Set up in minutes
One URL. Then ask Determ to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Determ 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_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Determ for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ URL.
- Step 03
Save and start
Save the connection and enable Determ in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"determ": {
"url": "https://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ
Open Agent mode in chat and ask: "Using Determ, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"determ": {
"url": "https://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ
Ask Copilot: "Using Determ, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"determ": {
"url": "https://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ
Open Cascade and ask: "Using Determ, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"determ": {
"url": "https://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ
Ask Cline: "Using Determ, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add determ --transport http "https://edge.vinkius.com/vk_preview_pPbE4twhCBtlecpGSQQvW7idozQ45qBH7EIBLhxi/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 Determ
Ask Claude: "Using Determ, show me...". 10 tools are ready
Where the request belongs
Work Determ can move forward.
Determ MCP is for PR managers who need to spot a crisis before it trends and marketing leads who need to know if their campaign is actually landing.
PR Manager
Monitors brand sentiment and pulls specific mention details during a crisis.
Marketing Lead
Checks campaign reach and identifies top media sources for reporting.
Social Media Specialist
Tracks listening queries to plan content based on real-time trends.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMeltwater
Media intelligence and social monitoring via Meltwater. track news, mentions, and analytics.
Mention
Monitor brand mentions across the web, social media, and news in real time to protect your reputation and spot trends early.
BrandMentions
Monitor social listening and brand mentions via BrandMentions. track keywords, manage projects, and list influencers directly from any AI agent.
Lucidya
Monitor social media, analyze sentiment, and manage customer data via the Lucidya API.
Brandwatch
Access consumer research via Brandwatch. list projects, track queries, and retrieve social mentions directly from any AI agent.
CrowdTangle
Equip your AI agent to track public social media insights, viral posts, and link shares via the CrowdTangle API.
Bring your own AI
Change the model, client or framework. Keep Determ 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 Determ.
The practical details behind the request, access and result.
Can Determ MCP help me monitor my brand's reputation?
Yes, it lets your agent track mentions across 100 million sources and give you a sentiment breakdown in real time.
How does Determ MCP handle social listening?
It pulls real-time data from social media and news sites based on the queries you've already set up in your Determ account.
Can I use Determ MCP to see which news outlets are talking about me?
You can ask your agent to identify the top media sources with the highest volume of mentions for your specific keywords.
Does Determ MCP provide sentiment analysis?
It provides a breakdown of positive, neutral, and negative sentiment for any of your active monitoring queries.
How do I get the specific details of a news mention?
Your agent can pull the full content and technical metadata for any specific mention you find in your list.
Can Determ MCP help with competitive research?
You can use it to monitor competitor keywords and see how their sentiment compares to your own across various media outlets.
How do I get a Determ API Key?
Log in to your Determ account, navigate to Settings > API, and you can retrieve your unique API Key from that section.
Can the agent show the full text of an article?
Yes, you can use the get_mention_details capability to retrieve the full content and metadata for a specific mention found by Determ.
Is real-time monitoring supported?
Yes, the list_media_mentions capability retrieves the most recent mentions based on your query settings, providing real-time data from the Determ platform.
One connection away
Give your agent a direct line to Determ.
Connect Determ once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available