GRIN Connector for AI agents.
12 live capabilities
Manage your influencer marketing and creator CRM through natural conversation.
Waiting for input…
Why people use GRIN
GRIN for Managing Influencer Marketing Workflows
With this Connector, you just talk to your agent. You ask for the ROI of a specific campaign or the status of a seeding order, and it pulls that data instantly. You get a clear picture of your influencer marketing without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire GRIN influencer CRM.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking ROI
A growth marketer asks 'Which influencers had the highest ROI last month?
- Real-world use case 02
Content Audit
A social media lead asks 'What did @janesmith post today?
- Real-world use case 03
Shipping Status
An ops manager asks 'Has the seeding kit for Mark R.
Complete set · 12capabilities
The complete GRIN capability set.
These are the exact actions your AI can choose when you ask it to work with GRIN.
01—04
4 capabilities in this set.
Part of 12 available through GRIN.
- 01 Capability
Get campaign
Get the full details for a specific influencer campaign. This helps you see the goals and participants for any marketing push.
- 02 Capability
Get contact
Pull the profile details for a specific creator. This is useful for quickly finding social handles and custom properties.
- 03 Capability
List partnerships
See all formal brand-creator relationships. This helps you keep your official partnerships organized in one place.
- 04 Capability
List conversions
Track the sales and ROI metrics for your influencer efforts. This helps you see which creators actually drive revenue.
05—08
4 capabilities in this set.
Part of 12 available through GRIN.
- 05 Capability
Get me
Retrieve the details for your current GRIN account. Use this to check your connection status and account info.
- 06 Capability
List activations
See which creators are participating in a specific campaign. This helps you track live participation rates.
- 07 Capability
List campaigns
Get a list of all past and active influencer campaigns. Use this to see your full campaign history at a glance.
- 08 Capability
List contacts
Pull a full list of every creator in your CRM. This is the fastest way to see your entire influencer roster.
09—12
4 capabilities in this set.
Part of 12 available through GRIN.
- 09 Capability
List content
Access the library of posts and stories from your creators. Use this to monitor real-time content output.
- 10 Capability
List orders
Manage the status of product seeding and fulfillment orders. Use this to see where creator kits are in the shipping process.
- 11 Capability
List payments
View and manage the payout history for your creators. Use this to keep track of what has been paid out.
- 12 Capability
Update contact
Update specific creator properties and details. This makes it easy to keep your CRM data accurate without manual entry.
Set up in minutes
One URL. Then ask GRIN to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GRIN 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_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GRIN for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN URL.
- Step 03
Save and start
Save the connection and enable GRIN in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"grin": {
"url": "https://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN
Open Agent mode in chat and ask: "Using GRIN, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"grin": {
"url": "https://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN
Ask Copilot: "Using GRIN, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"grin": {
"url": "https://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN
Open Cascade and ask: "Using GRIN, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"grin": {
"url": "https://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN
Ask Cline: "Using GRIN, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add grin --transport http "https://edge.vinkius.com/vk_preview_BlMnEb2qvYoNw3VbRIaLrgDCjrhr5BpfrCkFeLC8/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 GRIN
Ask Claude: "Using GRIN, show me...". 12 tools are ready
Where the request belongs
Work GRIN can move forward.
This is for the influencer marketing managers who are tired of tab-switching and the growth marketers who need hard ROI data without manual spreadsheet entry.
Influencer Marketing Manager
They use this to check which creators are active in a campaign right now without digging through a complex UI.
Growth Marketer
They use this to pull conversion data and sales metrics to optimize influencer spend.
Social Media Coordinator
They use this to quickly verify creator handles and partnership statuses to keep the brand's social presence consistent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPitchBox
Manage influencer outreach and content marketing via PitchBox. list projects, track opportunities, and monitor emails directly from any AI agent.
Emplifi
Equip your AI agent to manage social profiles, track post metrics, and monitor care automation via the Emplifi API.
Influencers Club
Discover and connect with influencers across social platforms with verified engagement data and audience demographics.
Phyllo
Automate creator economy analysis via Phyllo. fetching live creator metrics, cross-platform audience growth, and campaign reach directly from any AI agent.
Aspire
Manage influencer marketing campaigns and creators with Aspire. track projects, members, and content via AI.
Goaffpro
Manage affiliates, track referral orders, and oversee commissions via AI agents with Goaffpro.
Bring your own AI
Change the model, client or framework. Keep GRIN 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 GRIN.
The practical details behind the request, access and result.
Can I use GRIN MCP to see my influencer ROI?
Yes, you can pull all conversion data and sales metrics directly. This makes it easy to see which creators are driving the most value for your brand.
How do I track creator content with GRIN MCP?
You can pull the entire library of posts and stories generated by your creators. This lets you monitor what's being shared in real-time across your campaigns.
Can I see if my creator kits shipped with GRIN MCP?
Yes, you can check the status of any product seeding order. It will show you if the order is in transit or still being processed for fulfillment.
Does GRIN MCP help manage brand-creator partnerships?
It lets you list and verify all formal brand-creator relationships. You can quickly see who is a formal partner and manage those specific connections.
Can I update creator info with GRIN MCP?
Yes, you can update specific properties for any creator in your CRM. This keeps your data accurate without having to manually edit every profile.
Is GRIN MCP good for large-scale influencer marketing?
It's built for managing large creator communities. It handles everything from listing hundreds of contacts to tracking complex campaign activations.
Can my agent list all content generated for a specific campaign in GRIN?
Yes. Use the 'list_content' capability with filters for the specific campaign. Your agent will retrieve the posts, stories, and media links associated with that activation flawlessly.
How do I track the ROI of an influencer via chat?
You can use the 'list_conversions' capability. Your agent will retrieve sales and attributed conversion data for specific creators, providing a clear overview of their performance natively.
Can I check the status of product seeding orders through the agent?
Absolutely. Use the 'list_orders' capability. Your agent will fetch the fulfillment statuses for all products sent to creators, ensuring your seeding logistics are on track flawlessly.
One connection away
Give your agent a direct line to GRIN.
Connect GRIN once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available