4,500+ servers built on MCP Fusion
Vinkius
Gainsight PX logo
Vinkius
Pydantic AI logo

How to Use the Gainsight PX MCP in Pydantic AI

Run type-safe product analytics operations in your Pydantic AI agent workflows.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Gainsight PX MCP to Pydantic AI

Create your Vinkius account to connect Gainsight PX to Pydantic AI 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

Validate user profile syncs at runtime

`identify_px_user` updates user details with strict schema enforcement. Pydantic AI validates the incoming payload against your defined Python models before passing it to the server. If the API returns unexpected fields, the agent raises a validation error instead of corrupting your analytics. This strict typing ensures your Gainsight PX user database remains clean and structured.

Track events with structured type safety

`track_server_event` logs custom events using validated properties. Your agent uses this tool to register user milestones, guaranteeing that event names and attributes match your exact Pydantic schemas. This setup avoids the silent failures common in dynamically typed tracking setups. The MCP Server acts as a type-safe bridge between your Python backend and Gainsight PX.

Query products and active onboarding guides

`list_px_products` retrieves the list of active applications configured in your account. The agent parses this list to ensure it only tracks events against valid product IDs. To inspect the user experience, the agent calls `list_px_engagements` to fetch active surveys and guides. This MCP integration allows your agent to coordinate its responses with the active UI overlays on the client side.

Setup guide

Set up Gainsight PX MCP in Pydantic AI

Prerequisites

  • Python 3.10+ installed
  • pydantic-ai-slim[fastmcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install Pydantic AI with FastMCP

    Run pip install "pydantic-ai-slim[fastmcp]". The FastMCP toolset replaces the deprecated MCPServerHTTP class with full protocol support.

  2. 2

    Configure the FastMCPToolset

    Pass a JSON-style config dict to FastMCPToolset with your Vinkius URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. Supports Streamable HTTP, SSE, and Stdio transports.

  3. 3

    Create and run your agent

    Pass the toolset to Agent(toolsets=[toolset]) and call agent.run(). Swap openai:gpt-4o for any supported model — Anthropic, Google, Mistral, or Groq.

agent.py
from pydantic_ai import Agent
from pydantic_ai.toolsets.fastmcp import FastMCPToolset

toolset = FastMCPToolset({
    "mcpServers": {
        "gainsight-px-mcp": {
            "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
        }
    }
})

agent = Agent(
    "openai:gpt-4o",
    toolsets=[toolset],
    system_prompt="You have access to Gainsight PX tools.",
)

result = await agent.run("List recent Gainsight PX transactions")
print(result.output)

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

Use the `MCPToolset` constructor with your Vinkius HTTP endpoint URL. Pass this toolset directly into your `Agent` definition to make all 12 MCP tools available to your model.
If a tool like the user details query returns data that deviates from your Pydantic models, the framework raises a validation error. This prevents your agent from making decisions based on malformed or incomplete user profiles.
Yes, your agent can call the connection verification tool during startup to check the API status. This returns a validated boolean status, allowing your Pydantic AI application to fail gracefully if the service is down.
The agent uses the user query tool to search for specific cohorts based on custom filters. The returned list is automatically parsed into type-safe Python objects for immediate use in your agent logic.
All event payloads transmitted via the tracking tool are processed inside isolated, ephemeral V8 sandboxes on Vinkius. Your keys are injected securely at the MCP Server level, keeping sensitive connection details out of your application logs.

Start using the Gainsight PX MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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