---
name: "xpay-littlesis-search-entities"
description: "Search for entities by name. Results are ranked by number of relationships."
version: "1.0.0"
price: "$0.01/call"
provider: "LittleSis"
---

# Search Entities

Search for entities by name. Results are ranked by number of relationships.

**Provider:** LittleSis
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search for entities by name. results are ranked by number of relationships.. This is part of the LittleSis provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 7+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("littlesis/search_entities")`
2. **`xpay_run`** — Execute: `xpay_run("littlesis/search_entities", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `q` | string | Yes | Search query (entity name) |
| `page` | number | No | Page number for pagination (default: 1) |
| `regions` | number | No | Filter by region ID |
| `tags` | string | No | Filter by tags (e.g., "oil") |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [LittleSis (all tools)](https://xpay.tools/skills/littlesis/SKILL.md) — 8 tools
- [Get Entity](https://xpay.tools/skills/littlesis/get-entity/SKILL.md) — $0.01/call
- [Get Entities](https://xpay.tools/skills/littlesis/get-entities/SKILL.md) — $0.01/call
- [Get Entity Extensions](https://xpay.tools/skills/littlesis/get-entity-extensions/SKILL.md) — $0.01/call
- [Get Entity Relationships](https://xpay.tools/skills/littlesis/get-entity-relationships/SKILL.md) — $0.01/call
- [Get Entity Connections](https://xpay.tools/skills/littlesis/get-entity-connections/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/littlesis/search-entities/
- Provider: https://xpay.tools/littlesis/
- All tools: https://xpay.tools/explore
