Decile Hub Connector for AI agents.
12 live capabilities
Manage venture capital fund performance and portfolio data through conversation.
Waiting for input…
Why people use Decile Hub
DecileHub for VC Fund Performance Reporting
With this Connector, you just ask your agent to pull the performance for Fund III. It pulls the data instantly and gives you the numbers you need to keep moving.
What Vinkius changes
You get a conversational interface for your entire VC fund's data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Quarterly LP Reporting
An IR manager asks their agent to summarize the performance of Fund II and list the distribution history for top LPs to prepare a report.
- Real-world use case 02
Portfolio Valuation Review
A GP wants to see the top 5 companies by current valuation across the entire portfolio to identify the highest growth areas.
- Real-world use case 03
Compliance Audit
A fund administrator needs to find and download all recent regulatory filings for a specific fund to prepare for an audit.
Complete set · 12capabilities
The complete Decile Hub capability set.
These are the exact actions your AI can choose when you ask it to work with Decile Hub.
01—04
4 capabilities in this set.
Part of 12 available through Decile Hub.
- 01 Capability
Get fund
Get fund details. This capability pulls specific details for a single fund, such as its strategy and vintage year.
- 02 Capability
Get investor
Get investor details. This capability retrieves detailed information about a specific limited partner.
- 03 Capability
Check decilehub status
Verify connectivity. This capability verifies that your connection to the DecileHub API is active and working.
- 04 Capability
Get company
Get company details. This capability fetches specific details for an individual portfolio company.
05—08
4 capabilities in this set.
Part of 12 available through Decile Hub.
- 05 Capability
Get filing report
Get filing report. This capability retrieves a specific regulatory filing report for review.
- 06 Capability
Get fund performance
Get fund performance. This capability gets the IRR, TVPI, and DPI metrics for a specific fund.
- 07 Capability
List companies by fund
List companies by fund. This capability shows all companies within a specific fund to see your current holdings.
- 08 Capability
List portfolio companies
List portfolio companies. This capability provides a full list of all companies in your portfolio across all funds.
09—12
4 capabilities in this set.
Part of 12 available through Decile Hub.
- 09 Capability
List filings
List filings. This capability shows all available regulatory filings and compliance reports.
- 10 Capability
List funds
List funds. This capability lists all funds with their AUM, strategy, and vintage years.
- 11 Capability
List investors
List investors (LPs). This capability lists all limited partners with their commitment amounts and distribution profiles.
- 12 Capability
List valuations
List company valuations. This capability shows the current valuation marks for all companies in your portfolio.
Set up in minutes
One URL. Then ask Decile Hub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Decile Hub 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_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Decile Hub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub URL.
- Step 03
Save and start
Save the connection and enable Decile Hub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"decilehub": {
"url": "https://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub
Open Agent mode in chat and ask: "Using Decile Hub, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"decilehub": {
"url": "https://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub
Ask Copilot: "Using Decile Hub, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"decilehub": {
"url": "https://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub
Open Cascade and ask: "Using Decile Hub, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"decilehub": {
"url": "https://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub
Ask Cline: "Using Decile Hub, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add decilehub --transport http "https://edge.vinkius.com/vk_preview_BAhHazjHsdjiZ42tKPTVf776KJCurfSnc34gnFuj/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 Decile Hub
Ask Claude: "Using Decile Hub, show me...". 12 tools are ready
Where the request belongs
Work Decile Hub can move forward.
This is for venture capital and private equity professionals who are tired of being the middleman for data requests. It's for the people who need to provide accurate numbers to LPs without manually exporting CSVs every week.
Fund Manager
Queries fund performance and reviews portfolio company valuations during weekly team meetings.
Investor Relations
Pulls LP profiles and commitment summaries to prepare quarterly reports quickly for stakeholders.
Fund Administrator
Accesses regulatory filings and compliance reports to keep the firm in good standing without manual searching.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCB Insights
Research emerging technologies, track venture capital deals, and analyze market trends with AI-powered business intelligence.
Clari
Manage revenue intelligence and forecasting via Clari. track opportunities, monitor forecasts, and audit pipeline changes directly from any AI agent.
Denim
Equip your AI agent to manage marketing campaigns, track contacts, and monitor analytics via the Denim API.
Revenue Quality Scorer
Analyze revenue stability, concentration risk, and market diversification.
Harmonic
Automate company and startup intelligence via Harmonic. enrich domains, track funding, and discover investors directly from any AI agent.
Addepar
Investment management and reporting. manage portfolios, accounts, and financial performance via AI.
Bring your own AI
Change the model, client or framework. Keep Decile Hub 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 Decile Hub.
The practical details behind the request, access and result.
Can DecileHub MCP help with LP reporting?
Yes, it pulls commitment and distribution data directly from your fund records. This makes it much faster to generate accurate reports for your limited partners.
Does DecileHub MCP support multiple funds?
Yes, it can list and query all funds in your portfolio. You can switch between different funds and see their specific performance metrics easily.
How does DecileHub MCP handle valuations?
It pulls current and historical valuation marks for all companies in your portfolio. This helps you track growth trends over time without manual data entry.
Can I use DecileHub MCP for compliance?
Yes, it can list and retrieve regulatory filings and compliance reports. This keeps all your firm's documentation accessible in one conversational place.
What kind of performance metrics does DecileHub MCP provide?
It provides key venture capital metrics including IRR, TVPI, and DPI. These are pulled directly from your fund's data for accurate reporting.
Is DecileHub MCP suitable for private equity firms?
Yes, it is specifically built for both venture capital and private equity fund operations, covering fund management, portfolio analytics, and LP management.
Can I check the performance metrics (IRR, TVPI, DPI) of a specific fund?
Yes. The get_fund_performance capability takes a Fund ID and returns IRR (internal rate of return), TVPI (total value to paid-in), DPI (distributions to paid-in), and benchmark comparisons against industry quartiles. Combine it with get_fund for the full fund profile.
How do I track the valuation history of a portfolio company?
Use list_valuations with the Company ID. It returns all historical marks. entry valuation, subsequent round step-ups, quarterly fair market value assessments, and any write-downs. Each mark includes the date, valuation amount, and the methodology used.
Can I access regulatory filings and compliance reports through the AI agent?
Yes. The list_filings capability retrieves all regulatory filings across your funds. For any specific filing, use get_filing_report with the Filing ID to access its full content, including filing type, submission date, regulatory body, and attached documentation.
One connection away
Give your agent a direct line to Decile Hub.
Connect Decile Hub once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available