satring-mcp
MCP server for satring.com, the best curated L402 + x402 API directory. Discover paid API services programmatically.
Install
pipx install satring-mcp
# or
pip install satring-mcpConfigure
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"satring": {
"command": "satring-mcp"
}
}
}Cline (VS Code)
Add to your VS Code settings.json:
{
"cline.mcpServers": {
"satring": {
"command": "satring-mcp"
}
}
}Claude Code
Add to your .claude/settings.json:
{
"mcpServers": {
"satring": {
"command": "satring-mcp"
}
}
}Environment
Variable | Default | Description |
|
| API base URL |
Tools
Tool | Description |
| Search for services by keyword |
| List services with category/status/protocol filters and sorting |
| Get full details for a service by slug |
| Get ratings and reviews for a service |
| List all service categories |
| Side-by-side comparison of two services |
| Search + rank by strategy (cheapest, top-rated, best) |
Sorting strategies
list_services and find_best_service support these sort strategies:
cheapest: lowest
pricing_satsfirsttop-rated: highest
avg_rating(rated services first)most-reviewed: highest
rating_countfirstbest (default for
find_best_service): composite score combining rating and price
Rate limits
The satring.com API enforces per-IP rate limits:
List/search: 6 requests/minute
Service details: 15 requests/minute
Development
cd mcp
pip install -e .
satring-mcp # runs on stdio
mcp dev satring_mcp.py # MCP inspector UI