4,500+ servers built on MCP Fusion
Vinkius
CUFinder logo
Vinkius
LlamaIndex logo

How to Use the CUFinder MCP in LlamaIndex

Index live B2B contact data directly into your LlamaIndex vector store using this high-speed MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CUFinder MCP on Cursor AI Code Editor MCP Client CUFinder MCP on Claude Desktop App MCP Integration CUFinder MCP on OpenAI Agents SDK MCP Compatible CUFinder MCP on Visual Studio Code MCP Extension Client CUFinder MCP on GitHub Copilot AI Agent MCP Integration CUFinder MCP on Google Gemini AI MCP Integration CUFinder MCP on Lovable AI Development MCP Client CUFinder MCP on Mistral AI Agents MCP Compatible CUFinder MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LlamaIndex

Connect CUFinder MCP to LlamaIndex

Create your Vinkius account to connect CUFinder to LlamaIndex and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Index Tech Stack Data into LlamaIndex Knowledge Bases

The `get_company_tech` tool pulls a target company's current software stack directly into your LlamaIndex data pipeline. By converting this raw API output into document nodes, your system indexes the tech stack for semantic search. Your query engine can then search past lookups to find which companies run specific databases or frameworks. This turns transient API calls into a searchable, local knowledge base that grounds your agent's answers.

Query Verified Contact Details via an MCP Server Agent

The `find_email` and `find_phone` tools fetch verified B2B contact info that your LlamaIndex FunctionAgent queries on demand. Instead of guessing details, the agent runs live lookups during a user conversation to retrieve accurate phone numbers and email addresses. You can restrict which tools the agent accesses by passing an allowed list to the MCP tool spec. This ensures the model only queries contact endpoints when specifically prompted for lead details.

Ground Revenue Analysis in Live CUFinder Data

The `get_company_revenue` tool retrieves financial metrics to ground your LlamaIndex synthesized responses in real data. Your RAG pipeline combines this financial intelligence with internal company documents to generate highly accurate investment memos. This setup eliminates hallucinated financial figures by forcing the LLM to read directly from the tool output. Your analysts get reports backed by verifiable revenue metrics rather than model guesses.

Setup guide

Set up CUFinder MCP in LlamaIndex

Prerequisites

  • Python 3.10+ installed
  • llama-index-tools-mcp package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install llama-index-tools-mcp llama-index-llms-openai. The MCP tools package provides BasicMCPClient and McpToolSpec.

  2. 2

    Connect with BasicMCPClient

    Point BasicMCPClient to your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. Supports SSE and Streamable HTTP transports.

  3. 3

    Convert to LlamaIndex tools

    Call mcp_tool_spec.to_tool_list_async() to convert all CUFinder MCP tools into native FunctionTool objects that any LlamaIndex agent can use.

  4. 4

    Run with any LLM

    Create a FunctionAgent with the tools and your preferred LLM. Swap OpenAI for Anthropic, Gemini, or any LlamaIndex-supported provider.

agent.py
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

# Connect to the MCP
mcp_client = BasicMCPClient(
    "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)
mcp_tool_spec = McpToolSpec(client=mcp_client)

# Convert MCP tools to LlamaIndex tools
tools = await mcp_tool_spec.to_tool_list_async()

# Create and run the agent
agent = FunctionAgent(
    tools=tools,
    llm=OpenAI(model="gpt-4o"),
    system_prompt="You have access to CUFinder tools.",
)
response = await agent.run("List recent CUFinder data")

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CUFinder. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about CUFinder MCP in LlamaIndex

Use the `BasicMCPClient` to connect LlamaIndex to the MCP Server and wrap it in `McpToolSpec`. Then, call `to_tool_list_async()` to feed the B2B lookup tools directly into your agent.
Yes, you can parse the results of tools like `enrich_linkedin` or `get_company_info` into Document objects. LlamaIndex then embeds and stores this B2B data in your vector database.
Yes, setting `include_resources=True` allows LlamaIndex to read schema resources directly from the server. This makes it easier for your agent to understand the structure of the incoming company data.
You pass an allowed tools list when initializing your `McpToolSpec` instance. This prevents the agent from running expensive bulk enrichments when it only needs simple email lookups.
Vinkius secures all retrieved lead details inside isolated, single-use V8 sandboxes. No B2B contact data or phone numbers are stored on our servers, keeping your target database completely private.

Start using the CUFinder MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 13 tools

We've already built the connector for CUFinder. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 13 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.