Vinkius
Picktime logo
Vinkius
Vinkius runs on AutoGen

How to Use the Picktime MCP in AutoGen

Debate scheduling logic in AutoGen. Use the Picktime MCP Server to let agents negotiate bookings and handle conflicts autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Picktime MCP on Cursor AI Code Editor MCP Client Picktime MCP on Claude Desktop App MCP Integration Picktime MCP on OpenAI Agents SDK MCP Compatible Picktime MCP on Visual Studio Code MCP Extension Client Picktime MCP on GitHub Copilot AI Agent MCP Integration Picktime MCP on Google Gemini AI MCP Integration Picktime MCP on Lovable AI Development MCP Client Picktime MCP on Mistral AI Agents MCP Compatible Picktime MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on AutoGen

Connect Picktime MCP to AutoGen

Create your Vinkius account to connect Picktime to AutoGen — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Negotiate bookings with AutoGen

Configure multiple agents to debate slot availability using `get_availability`. One agent proposes a time while another checks for staff conflicts via `list_staff`. This process ensures bookings are validated before they are finalized. It forces the system to consider constraints before acting.

Deploy the Picktime MCP Server

Use the MCP adapter to give your AutoGen team access to `cancel_booking`. Agents discuss the cancellation reason before executing the call. This adds a layer of deliberation to your operations. It ensures that only authorized cancellations proceed through the system.

Manage staff with AutoGen

Have your agents verify `list_staff` roles before assigning them to a task. The agents reach a consensus based on who is available and qualified. This removes the guesswork from scheduling. Your AutoGen team makes decisions based on the current staff status retrieved via the tools.

Setup guide

Set up Picktime MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes Picktime tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="Picktime_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Picktime data")
print(result.messages[-1].content)

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 Picktime MCP in AutoGen

You pass the tool list to the AssistantAgent constructor. This allows all agents in the group conversation to call scheduling tools when needed.
Yes. Agents can debate potential times by checking `get_availability`. They converge on a slot that satisfies all constraints set by the service details.
It works perfectly through the MCP tool adapter. The adapter handles schema conversion, allowing your agents to interact with the scheduling API directly.
The agents trigger `list_services` to understand what is bookable. They then use this info to debate the best service for the customer's needs.
All scheduling data, including customer contact info and booking details, is accessed via encrypted tokens. The agents only see what you allow them to retrieve during their conversation.

Start using the Picktime 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 Picktime. 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.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.