2,500+ MCP servers ready to use
Vinkius

Playground AI MCP Server for LlamaIndex 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools Framework

LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Playground AI as an MCP tool provider through the Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.

Vinkius supports streamable HTTP and SSE.

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

async def main():
    # Your Vinkius token — get it at cloud.vinkius.com
    mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
    mcp_tool_spec = McpToolSpec(client=mcp_client)
    tools = await mcp_tool_spec.to_tool_list_async()

    agent = FunctionAgent(
        tools=tools,
        llm=OpenAI(model="gpt-4o"),
        system_prompt=(
            "You are an assistant with access to Playground AI. "
            "You have 10 tools available."
        ),
    )

    response = await agent.run(
        "What tools are available in Playground AI?"
    )
    print(response)

asyncio.run(main())
Playground AI
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Playground AI MCP Server

Connect your AI agent directly to the Playground AI compute clusters. Eliminate manual interface dragging by instructing your LLM (Claude, Cursor) to natively generate, radically outpaint, or surgically inpaint high-resolution visual components using the Playground v3 pipeline.

LlamaIndex agents combine Playground AI tool responses with indexed documents for comprehensive, grounded answers. Connect 10 tools through the Vinkius and query live data alongside vector stores and SQL databases in a single turn — ideal for hybrid search, data enrichment, and analytical workflows.

What you can do

  • Direct Image Generation — Generate pristine assets instantly. Use the generate_image tool explicitly defining prompt nuances and tensor geometries (like 1024x1024).
  • ControlNet & Transformations — Substantially alter base images. Tell the agent to use controlnet (depth/canny) or apply raw transform_image overrides mutating your sketches into polished renders.
  • Precision Editing — Execute flawless structural edits. Instruct the AI to seamlessly remove_background and isolate elements, or use inpaint_image overlaying explicit masks.
  • Upscaling & Outpainting — Scale blurry inputs intelligently up to 4x, or instruct the diffusion model to geometrically expand boundary borders utilizing outpaint_image.

The Playground AI MCP Server exposes 10 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Playground AI to LlamaIndex via MCP

Follow these steps to integrate the Playground AI MCP Server with LlamaIndex.

01

Install dependencies

Run pip install llama-index-tools-mcp llama-index-llms-openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.py and run: python agent.py

04

Explore tools

The agent discovers 10 tools from Playground AI

Why Use LlamaIndex with the Playground AI MCP Server

LlamaIndex provides unique advantages when paired with Playground AI through the Model Context Protocol.

01

Data-first architecture: LlamaIndex agents combine Playground AI tool responses with indexed documents for comprehensive, grounded answers

02

Query pipeline framework lets you chain Playground AI tool calls with transformations, filters, and re-rankers in a typed pipeline

03

Multi-source reasoning: agents can query Playground AI, a vector store, and a SQL database in a single turn and synthesize results

04

Observability integrations show exactly what Playground AI tools were called, what data was returned, and how it influenced the final answer

Playground AI + LlamaIndex Use Cases

Practical scenarios where LlamaIndex combined with the Playground AI MCP Server delivers measurable value.

01

Hybrid search: combine Playground AI real-time data with embedded document indexes for answers that are both current and comprehensive

02

Data enrichment: query Playground AI to augment indexed data with live information before generating user-facing responses

03

Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Playground AI for fresh data

04

Analytical workflows: chain Playground AI queries with LlamaIndex's data connectors to build multi-source analytical reports

Playground AI MCP Tools for LlamaIndex (10)

These 10 tools become available when you connect Playground AI to LlamaIndex via MCP:

01

generate_image

Triggers immediate billing execution per inference step. Generate images from a text prompt using Playground AI. Playground offers multiple AI models including Playground v3 and SDXL variants for creative image generation. Instructions: Pass prompt, model name, width, height (multiples of 64)

02

generate_with_controlnet

Generate images with ControlNet guidance using Playground AI. Control types: canny, depth, pose, scribble. Instructions: Pass prompt, reference image URL, control type

03

get_generation

Get details of a Playground AI generation by ID. Returns images, prompt, model, and metadata

04

inpaint_image

Inpaint specific areas of an image using Playground AI. Uses a mask to define regions. Instructions: Pass prompt, image URL, and mask image URL (white = edit area)

05

list_generations

List recent generations on Playground AI. Returns generation IDs, prompts, and timestamps

06

list_models

List available models on Playground AI. Returns model names, descriptions, and capabilities

07

outpaint_image

Extend an image beyond its borders using Playground AI. AI generates new content in the specified direction. Instructions: Pass prompt, image URL, direction (up/down/left/right)

08

remove_background

Remove the background from an image using Playground AI. Returns transparent PNG. Instructions: Pass public image URL

09

transform_image

Transform an existing image with a text prompt using Playground AI. Strength controls how much the image changes (0-1). Instructions: Pass prompt, public image URL, and strength

10

upscale_image

Upscale an image using Playground AI. Enhances resolution and detail. Instructions: Pass image URL and scale factor (2 or 4)

Example Prompts for Playground AI in LlamaIndex

Ready-to-use prompts you can give your LlamaIndex agent to start working with Playground AI immediately.

01

"Generate a 1024x1024 image of a cyberpunk coffee cup in neon lighting."

02

"Upscale this image to 4x its size `https://example.com/small_icon.png`."

03

"Remove the background from the image at `https://example.com/person.jpg`."

Troubleshooting Playground AI MCP Server with LlamaIndex

Common issues when connecting Playground AI to LlamaIndex through the Vinkius, and how to resolve them.

01

BasicMCPClient not found

Install: pip install llama-index-tools-mcp

Playground AI + LlamaIndex FAQ

Common questions about integrating Playground AI MCP Server with LlamaIndex.

01

How does LlamaIndex connect to MCP servers?

Use the MCP client adapter to create a connection. LlamaIndex discovers all tools and wraps them as query engine tools compatible with any LlamaIndex agent.
02

Can I combine MCP tools with vector stores?

Yes. LlamaIndex agents can query Playground AI tools and vector store indexes in the same turn, combining real-time and embedded data for grounded responses.
03

Does LlamaIndex support async MCP calls?

Yes. LlamaIndex's async agent framework supports concurrent MCP tool calls for high-throughput data processing pipelines.

Connect Playground AI to LlamaIndex

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.