Fountain Connector for AI agents.
12 live capabilities
Automate high-volume hiring and applicant funnel management.
Waiting for input…
Why people use Fountain
Fountain for High-Volume Hiring Management
This Connector puts that data in one place. You can ask your agent to pull the status of every funnel, check your hiring goals, and see which applicants are moving through the stages. It turns a 10-minute dashboard audit into a 5-second chat answer.
What Vinkius changes
It turns your Fountain data into a conversational interface for faster hiring.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking a specific hiring goal
A manager asks the agent for a summary of the warehouse hiring goal.
- Real-world use case 02
Spotting funnel bottlenecks
An HR lead asks where candidates are stalling.
- Real-world use case 03
Quick candidate lookups
A recruiter needs to see a specific person's history.
Complete set · 12capabilities
The complete Fountain capability set.
These are the exact actions your AI can choose when you ask it to work with Fountain.
01—04
4 capabilities in this set.
Part of 12 available through Fountain.
- 01 Capability
Get applicant
Fetch the specific profile and history for a single candidate. Use this to dive deep into one person's journey.
- 02 Capability
Get account details
Pull your organization's core attributes and settings. This provides the basic context for your account.
- 03 Capability
Get opening details
Get the metadata for a specific job opening. This gives you the specifics of a single active role.
- 04 Capability
List applicant notes
Pull discussion notes for specific candidates to see previous feedback. This helps you stay informed on candidate sentiment.
05—08
4 capabilities in this set.
Part of 12 available through Fountain.
- 05 Capability
List applicants
Get a full list of everyone currently in your hiring pipeline. Use this to get a bird's eye view of your pool.
- 06 Capability
List funnels
See all the different hiring funnels you have set up. It helps you keep your different recruitment streams organized.
- 07 Capability
List hiring goals
Check your current targets and performance metrics for the period. This keeps your team on track for quarterly quotas.
- 08 Capability
List interview sessions
View all scheduled interviews across your organization. Use this to manage the team's daily schedule quickly.
09—12
4 capabilities in this set.
Part of 12 available through Fountain.
- 09 Capability
List job posts
See which job posts are currently live on various channels. This helps you monitor your reach across different platforms.
- 10 Capability
List funnel stages
Get a breakdown of the specific steps within a hiring funnel. Use this to find where candidates are getting stuck.
- 11 Capability
List workers
Pull a list of all workers who have successfully finished the hiring process. This is great for checking completed hires.
- 12 Capability
List openings
See all active job openings currently being managed. Use this to get a count of all current vacancies.
Set up in minutes
One URL. Then ask Fountain to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fountain 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_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fountain for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain URL.
- Step 03
Save and start
Save the connection and enable Fountain in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fountain": {
"url": "https://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain
Open Agent mode in chat and ask: "Using Fountain, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fountain": {
"url": "https://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain
Ask Copilot: "Using Fountain, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fountain": {
"url": "https://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain
Open Cascade and ask: "Using Fountain, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fountain": {
"url": "https://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain
Ask Cline: "Using Fountain, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fountain --transport http "https://edge.vinkius.com/vk_preview_QOkARitF5hPHGWawCyzerWZudHgrfH6NKrNmb5kw/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 Fountain
Ask Claude: "Using Fountain, show me...". 12 tools are ready
Where the request belongs
Work Fountain can move forward.
This is for the high-volume recruitment lead who is tired of manual data entry and the HR ops manager trying to hit aggressive hiring targets across multiple locations.
Talent Acquisition Manager
Checking funnel health and hiring goals across 10+ locations every morning.
HR Operations Lead
Managing worker profiles and onboarding data for frontline staff.
Recruitment Coordinator
Scheduling and overseeing interview sessions across various departments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHomerun
Automate recruitment workflows via Homerun. manage job applications, track candidates, and oversee vacancies directly from any AI agent.
Pinpoint
Automate recruitment and talent acquisition via Pinpoint. manage jobs, applications, candidates, and interviews directly from any AI agent.
Breezy HR
Manage your recruitment process via Breezy HR. track candidates, positions, and stages directly from any AI agent.
Flatwork ATS
Streamline your hiring pipeline with an applicant tracking system that organizes candidates, interviews, and offer management.
Moka HR
Intelligent applicant tracking system (ATS). manage jobs, candidates, and interviews via AI.
Greenhouse
Manage your recruiting pipeline via Greenhouse. list candidates, track applications, and audit jobs directly via AI.
Bring your own AI
Change the model, client or framework. Keep Fountain 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 Fountain.
The practical details behind the request, access and result.
Can the Fountain MCP help with high-volume hiring?
Yes. It connects your Fountain data to your AI agent so you can manage large-scale recruitment pipelines without manual searching.
How does the Fountain MCP manage applicant funnels?
It allows your agent to pull real-time data on your funnels and specific stages, helping you see exactly where candidates are moving.
Can I track my hiring goals with this Connector?
Yes. You can ask your agent to check your current hiring targets and see your progress against those goals instantly.
Does the Fountain MCP show me scheduled interviews?
It does. Your agent can pull a list of all scheduled interview sessions across your entire organization.
Can I see who has finished the hiring process?
Yes. You can pull a list of workers who have successfully completed the hiring process to see your newest hires.
How do I get my job post data into my AI agent?
Once connected, your agent can automatically list your published job posts and provide details on your recruitment reach.
Is the Fountain MCP good for monitoring recruitment reach?
Yes, it lets you monitor published job posts across various channels to help you optimize your recruitment reach.
How do I get an API Token for Fountain?
You can find or generate your API token in your Fountain dashboard under Company Settings > Developer Settings.
Does Fountain support bulk actions?
Yes, the Fountain API is designed for scale. While this Connector focuses on management and retrieval, bulk advance and transitions are supported by the core platform.
Can I see interview schedules via the agent?
Yes, the 'list_interview_sessions' capability allows you to retrieve all scheduled and past interview sessions directly from your account.
Is worker data accessible after hire?
Yes, you can use the 'list_workers' capability to access profiles of individuals who have successfully transitioned to 'hired' status.
One connection away
Give your agent a direct line to Fountain.
Connect Fountain once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available