Phyllo Connector for AI agents.
10 live capabilities
Pull live influencer metrics and audience data for marketing campaigns.
Waiting for input…
Why people use Phyllo
Phyllo for Influencer Marketing Analytics
This Connector lets your AI client do that heavy lifting for you. You just ask for the data, and it pulls live, authenticated metrics across all those platforms into a single view. You get a clear picture of your marketing ROI without the manual data entry.
What Vinkius changes
You get live, authenticated creator data without touching a single dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Pitching a new campaign
An agency manager asks the agent to find the top 10 fitness creators in the UK and gets a ranked list of verified profiles using search_creators.
- Real-world use case 02
Monitoring a brand deal
A marketer asks the agent to find all sponsored posts for a specific brand and summarize the total views using get_creator_content.
- Real-world use case 03
Onboarding creators
A platform admin asks the agent to verify the identity of 50 new applicants to filter out fake accounts using get_identity_status.
Complete set · 10capabilities
The complete Phyllo capability set.
These are the exact actions your AI can choose when you ask it to work with Phyllo.
01—04
4 capabilities in this set.
Part of 10 available through Phyllo.
- 01 Capability
Create connect session
Generate a secure session token for authenticated data access. This makes it possible to pull private metrics without manual login steps.
- 02 Capability
Get account income
Fetch verified income streams tied to a specific creator account. This helps brands understand a creator's earning potential.
- 03 Capability
Get creator audience
Get demographic info about a creator's audience. You can see exactly who is watching the content.
- 04 Capability
Get creator content
Pull recent posts, videos, or streams from a creator. Use this to aggregate the latest content for analysis.
05—07
3 capabilities in this set.
Part of 10 available through Phyllo.
- 05 Capability
Get creator profile
Get a unified profile for a creator across all platforms. This gives you a single source of truth for every creator.
- 06 Capability
Get engagement stats
Get engagement analytics for a specific piece of content. This lets you measure the success of a specific post.
- 07 Capability
Get identity status
Check if a creator has verified their real-world identity. This is essential for preventing fraud on creator platforms.
08—10
3 capabilities in this set.
Part of 10 available through Phyllo.
- 08 Capability
Get platform list
List all social platforms supported by the Phyllo integration. This helps you see which networks you can currently track.
- 09 Capability
Get webhook status
Check the configuration and status of your registered webhooks. This ensures your automated alerts are working correctly.
- 10 Capability
Search creators
Search for creators across all supported social networks. This is the fastest way to find new talent for your brand.
Set up in minutes
One URL. Then ask Phyllo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Phyllo 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_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Phyllo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo URL.
- Step 03
Save and start
Save the connection and enable Phyllo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"phyllo": {
"url": "https://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo
Open Agent mode in chat and ask: "Using Phyllo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"phyllo": {
"url": "https://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo
Ask Copilot: "Using Phyllo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"phyllo": {
"url": "https://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo
Open Cascade and ask: "Using Phyllo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"phyllo": {
"url": "https://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo
Ask Cline: "Using Phyllo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add phyllo --transport http "https://edge.vinkius.com/vk_preview_ywJYyLfGdFBaQI4skJ0zmvbVPhY6ia0XEKakxBaY/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 Phyllo
Ask Claude: "Using Phyllo, show me...". 10 tools are ready
Where the request belongs
Work Phyllo can move forward.
This is for marketing teams and agency leads who are tired of manual data entry and need accurate, verified metrics to make hiring decisions.
Influencer Marketing Manager
They use this to quickly rank creators based on actual engagement and demographics before signing contracts.
Brand Social Media Lead
They use this to monitor the performance of sponsored content across TikTok and Instagram in one view.
Creator Platform Ops
They use this to verify the identities of new applicants to prevent fraud and keep the platform safe.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsModash
Find and analyze influencers across Instagram, TikTok, and YouTube with Modash.
HypeAuditor
Analyze influencers and retrieve reports via HypeAuditor API.
Influencers Club
Discover and connect with influencers across social platforms with verified engagement data and audience demographics.
GRIN
Manage influencer marketing & creator CRMs via GRIN. list contacts, track campaigns, and monitor content via AI.
Aspire
Manage influencer marketing campaigns and creators with Aspire. track projects, members, and content via AI.
Metricool
Social media analytics and scheduling via Metricool. track Instagram, Facebook, and Twitter metrics.
Bring your own AI
Change the model, client or framework. Keep Phyllo 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 Phyllo.
The practical details behind the request, access and result.
Can I use Phyllo MCP to find influencers on TikTok?
Yes, you can use it to search for creators across TikTok and other supported networks. It helps you find relevant talent based on specific criteria without having to browse the app manually.
How does Phyllo MCP help with brand safety?
It helps by providing verified identity statuses. This allows you to ensure that the creators you work with are legitimate and authenticated, reducing the risk of fraud or fake accounts.
Can I track live campaign engagement with Phyllo MCP?
Yes, you can pull real-time engagement analytics for specific pieces of content. This lets you see how your sponsored posts are performing as they go live.
Does Phyllo MCP provide verified audience demographics?
It does. You can get detailed demographic information about a creator's audience, which helps you understand exactly who is watching their content.
Can I use Phyllo MCP to verify creator identities?
Yes, that is one of its core functions. It allows your AI to check if a creator has verified their real-world identity using first-party data.
How does Phyllo MCP handle data across different platforms?
It aggregates data from dozens of social networks into a unified profile. This gives you a single source of truth for a creator's footprint across multiple platforms.
Can my AI automatically aggregate all engagement statistics across a specific creator's 3 linked socials?
Yes! Utilize the get_creator_identity combined with get_audience_metrics. Your agent will ping Phyllo, mapping their YouTube, TikTok, and Instagram channels simultaneously to produce a single comprehensive metric report instantly.
How do I easily discover what tier of influencers are trending within the beauty sector?
Direct your agent to use the search_creators capability, filtering via the 'Beauty/Cosmetics' tag and sorting by active engagement. The agent returns ranked creator profiles dynamically bypassing manual research.
Are there any destructive capabilities regarding a creator's linked accounts?
No. The API calls are strictly read-only layers fetching authenticated analytical performance or demographic distributions, meaning you cannot post, alter profiles, or delete associations.
One connection away
Give your agent a direct line to Phyllo.
Connect Phyllo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available