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

How to Use the Appointlet MCP in LlamaIndex

Build LlamaIndex agents that index your Appointlet data, letting you ask questions about past and future meetings.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Appointlet MCP to LlamaIndex

Create your Vinkius account to connect Appointlet 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

Create a Scheduling Knowledge Base

Use the Appointlet tools to build a private knowledge base about your scheduling activity. Your agent can periodically run `list_bookings` and `get_booking` for all your scheduling pages, feeding the results directly into a LlamaIndex vector store. Now you can ask natural language questions about your schedule. Query things like "Who did I meet with last month about Project X?" or "List all upcoming product demos." The agent finds answers grounded in your actual Appointlet data, not hallucinations.

Ground Agent Actions in Real Data

LlamaIndex agents can use the Appointlet tools to get real-time context before acting. Before suggesting a meeting time, your agent can call `list_meeting_types` to see what's actually available and check constraints with `get_meeting_type`. This makes your agent far more reliable. It's not just following a script; it's making decisions based on live data from your Appointlet account. This reduces errors and makes the agent's responses more accurate.

Query Your MCP Server Configuration

Index your account's structure for quick reference. Your agent can run `list_scheduling_pages`, `list_members`, and `list_intake_fields` just once, then index that information. This creates a queryable snapshot of your entire Appointlet setup. This lets you ask your LlamaIndex agent questions about your own configuration, like "Which scheduling page is for customer support?" or "What fields are required for a demo call?" It can answer instantly by searching the indexed data from this MCP Server.

Setup guide

Set up Appointlet 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 Appointlet 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 Appointlet tools.",
)
response = await agent.run("List recent Appointlet data")

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Appointlet. 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 Appointlet MCP in LlamaIndex

Instantiate the `BasicMCPClient` with your Vinkius server URL. Then, wrap it in the `McpToolSpec` and call `await mcp_tool_spec.to_tool_list_async()` to get a list of tools for your agent.
Yes. The `McpToolSpec` constructor accepts an `allowed_tools` argument. You can pass it a list of tool names, like `['get_booking', 'list_bookings']`, to restrict the agent's capabilities.
A great use case is building a "daily briefing" agent. It can query indexed bookings from `list_bookings` to summarize your day's meetings and pull details for each one using `get_booking` data from the index.
Yes, it's designed for async from the ground up. You use `await mcp_tool_spec.to_tool_list_async()` to fetch the tools, which fits perfectly into modern async Python applications.
The server interacts with your Appointlet scheduling data, including attendee names and booking times. Vinkius isolates each server request in a new, sandboxed environment that is destroyed after the request is complete. All data is sent over an encrypted connection.

Start using the Appointlet MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.