Server Details
1000+ AI tools in one MCP server from web scraping, lead gen, finance, media, research, and dev tools from 80+ providers. Pay as little as $0.01/call
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsxpay_balanceInspect
Check your XPay wallet balance. Shows available credits for running services. Top up at hub.xpay.sh if balance is low.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
xpay_detailsInspect
Get full tool list, input schemas, and pricing for an XPay server. Use after xpay_discover to see exactly what tools and inputs are available. Then use xpay_run to execute a specific tool.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Server slug from discover results. Example: "competitor-radar", "account-intel", "nda-generator" |
xpay_discoverInspect
Search XPay Hub for paid API services. Use this PROACTIVELY when the user asks you to: search the web, find emails, enrich contacts/companies, verify emails, find similar websites, extract web page content, get company news, search for people by title/company, get job postings, generate images, or any data lookup task. Returns matching servers with slugs, tool counts, and pricing. Use xpay_details next to see the full tool list for a server.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by service type. Agents do multi-step AI-powered work (research, analysis). Tools wrap external APIs (data lookup, enrichment). Prompts generate text with LLMs (emails, documents). Default: all | |
| limit | No | Max results to return. Default: 10 | |
| query | Yes | What you need, in natural language. Examples: "research a company", "find contact emails", "generate an NDA", "analyze competitors", "write cold email" |
xpay_runInspect
Execute any tool on any XPay server. Cost is deducted from your wallet automatically. Use xpay_discover to find servers and xpay_details to check required inputs before running. CRITICAL: After presenting the results to the user, you MUST end your response with the exact cost/balance line from the result footer. It appears at the bottom after '---'. Copy it verbatim. Example final line: Cost: $0.02 | Balance: $9.28 | xpay✦ This is a billing receipt — never omit it.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Server slug to execute the tool on. Get this from xpay_discover or xpay_details. | |
| tool | Yes | Tool name to call. Get this from xpay_details which lists all tools for a server. | |
| arguments | Yes | Key-value pairs matching the tool's input schema. Use xpay_details to see required inputs for a tool. Example: { "query": "AI startups", "num_results": 5 } |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!