Connectors
Setup your favourite Agentic AI tool with the Pending AI MCP server
Supported Connectors
Building MCP Clients
from fastmcp import Client
async with Client("https://mcp.pending.ai/mcp", auth="oauth") as client:
result = await client.list_tools()Last updated
Was this helpful?

