Skip to main content
Glama
clankwright

satring-mcp

by clankwright

satring-mcp

MCP server for satring.com, the best curated L402 + x402 + MPP API directory. Discover paid API services programmatically.

Install

pipx install satring-mcp
# or
pip install satring-mcp

Related MCP server: 402-mcp

Configure

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

SATRING_API_URL

https://satring.com/api/v1

API base URL

Tools

Tool

Description

discover_services

Search for services by keyword

list_services

List services with category/status/protocol filters and sorting

get_service

Get full details for a service by slug

get_ratings

Get ratings and reviews for a service

list_categories

List all service categories

compare_services

Side-by-side comparison of two services

find_best_service

Search + rank by strategy (cheapest, top-rated, best)

Sorting strategies

list_services and find_best_service support these sort strategies:

  • cheapest: lowest pricing_sats first

  • top-rated: highest avg_rating (rated services first)

  • most-reviewed: highest rating_count first

  • best (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
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
6hResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Probe-verified directory of paid x402 APIs. Listings are continuously re-checked against their live 402 payment challenge — no self-reported uptime, no pay-for-rank. Outcome reports require a real on-chain tx_hash before they count, not honor-system claims.

  • Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

  • Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clankwright/satring'

If you have feedback or need assistance with the MCP directory API, please join our Discord server