pixserp
pixserp is an AI-native search MCP server. Add it to your client and your AI assistant gets access to the live web — with structured citations, across ten answer shapes, from a single tool call.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tetiai/pixserp
# Browse available tools
npx -y smithery tool list tetiai/pixserp
# Get full schema for a tool
npx -y smithery tool get tetiai/pixserp search
# Call a tool
npx -y smithery tool call tetiai/pixserp search '{}'Direct MCP Connection
Endpoint: https://pixserp--tetiai.run.tools
Required config:
apiKey(header) — Your pixserp API key (starts with pxs_). Get one at pixserp.com/api-keys.
Tools (1)
search— Search the live web and get an AI-synthesized answer with structured citations. One endpoint covers 10 answer shapes — …
# Get full input/output schema for a tool
npx -y smithery tool get tetiai/pixserp