xpay tools logo
  • Tools
  • xpay.sh

Pay-per-usetools for your agents

51+ tools from 17+ providers. One connection. $5 free. No subscriptions.
Get Started — $5 FreeView Docs
​
​
A
AfternoonTeaing
Community
3 tools

The best places for afternoon tea near you!

$0.05/call

A
AniThreadz
Community
3 tools

Content from AniThreadz

$0.08/call

C
CricketNMore
Community
3 tools

Content from CricketNMore

$0.05/call

C
CricketNMore
Community
3 tools

India's #1 Hindi cricket portal — IPL 2026 coverage, live scores, fantasy Dream11 tips, player profiles, and breaking cricket news in Hindi and English.

$0.05/call

D
Doggozila Dog Food Recipes
Community
3 tools

Content from Doggozila Dog Food Recipes

$0.05/call

D
Doggozila Magazine
Community
3 tools

Content from Doggozila Magazine

$0.05/call

F
Free PowerPoint Template
Community
3 tools

Maps, Charts and Diagrams

$0.05/call

I
Infos Gran Canaria
Community
3 tools

Infos-GranCanaria.com das Portal für Gran Canaria mit Events, Nachrichten und mehr!

$0.05/call

I
IT-Learner
Community
3 tools

Tipps, Tricks und Info´s rund um den Einstieg in die Systemadministration!

$0.05/call

L
Luxury Travel Babe
Community
3 tools

Content from Luxury Travel Babe

$0.08/call

M
Medindia Articles
Community
3 tools

241,000+ health and medical articles from Medindia — diseases, treatments, wellness, and lifestyle.

$0.01/call

M
Medindia Health News
Community
3 tools

353,000+ health news articles from Medindia — latest medical research, health reports, and industry updates.

$0.01/call

S
Secure Children's Network (SCN)
Community
3 tools

Shielding Children in a Digital Intelligence Age

$0.05/call

S
Solzy at the Movies
Community
3 tools

Content from Solzy at the Movies

$0.05/call

S
Successful Black Parenting Magazine
Community
3 tools

Discussing topics important to the Black family worldwide with host, Janice Robinson-Celeste, publisher of Successful Black Parenting magazine.

$0.05/call

S
Surf Hungry
Community
3 tools

Feed Your Stoke

$0.05/call

W
Woke Waves Magazine
Community
3 tools

Woke Waves Magazine - RSS Feed

$0.05/call

Add to your AI client

Connect 1000+ tools via MCP to Cursor, Claude Code, VS Code, Windsurf, and more.

https://mcp.xpay.sh/mcp
Pricing

Pay per tool call. From $0.01/call.

51 tools across 17 providers
Agent & Skill Integration

Make all XPay tools discoverable by AI agents. Add the skill.md endpoint to your Claude Code project, or reference llms.txt for any LLM-based system.

Claude Code
skill.md

Add XPay as a skill in your project's CLAUDE.md or use the /skill command:

# In your CLAUDE.md or project config:
Skill: https://xpay.tools/skill.md

# Or fetch directly:
curl https://xpay.tools/skill.md
Any LLM / Agent Framework
llms.txt

Human-readable tool catalog for LLM context or agent system prompts:

# Fetch the full tools catalog:
curl https://xpay.tools/llms.txt

# Machine-readable JSON for agents:
curl https://xpay.tools/agents.txt
OpenClaw / OpenAPI Agents
agents.txt

Structured JSON descriptor with tool schemas, pricing, and MCP config:

// agents.txt returns JSON with:
{
  "mcp_endpoint": "https://mcp.xpay.sh/mcp",
  "servers": [...],    // all providers with tools
  "config": {...},     // ready-to-use MCP config
  "instructions": [...] // step-by-step setup
}
n8n / Automation
community node

Use XPay tools in n8n workflows with the community node:

npm install n8n-nodes-xpay

# Then in n8n:
# 1. Drag "XPay Discover" node → find tools
# 2. Drag "XPay Run" node → execute tool
# 3. Set your XPay API key in credentials
Try in BrowserDocumentation
© 2026 Agentically Inc. — content.xpay.sh
xpay.toolsxpay.shPrivacyTerms
✦
xpay Assistant
Index Tools

Ask me about tools, pricing, or how to connect

What tools does Index offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore
Add to your AI client
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}