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

Available Tools

7 tools
compare_servicesB

Compare two services side by side (pricing, ratings, protocol, status).

ParametersJSON Schema
NameRequiredDescriptionDefault
slug_aYesFirst service slug
slug_bYesSecond service slug

TDQS

B3.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only comparison operation but doesn't cover critical aspects like whether it requires authentication, rate limits, error handling, or the format of the comparison output. For a tool with two parameters and no output schema, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core action ('Compare two services') and specifies the comparison attributes. There is no wasted text, making it highly concise and well-structured for quick understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (two parameters, no output schema, no annotations), the description is adequate but incomplete. It covers the purpose and parameters but lacks usage guidelines, behavioral details, and output information. This results in a minimal viable description that may require additional context for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with clear descriptions for 'slug_a' and 'slug_b' as service slugs. The description adds minimal value beyond the schema by implying these parameters are used for comparison, but it doesn't provide additional context such as slug format, examples, or constraints. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Compare two services side by side (pricing, ratings, protocol, status).' It specifies the verb 'compare' and the resource 'services,' with explicit attributes for comparison. However, it doesn't distinguish from sibling tools like 'get_service' or 'find_best_service,' which might also involve service evaluation, leaving room for ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description mentions comparing two services but doesn't specify prerequisites, exclusions, or contexts where this is preferred over siblings like 'discover_services' or 'find_best_service.' This lack of direction could lead to misuse or confusion in tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

discover_servicesC

Search satring.com for L402/x402 paid API services by keyword.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch query
statusNoFilter by service status
protocolNoFilter by payment protocol
pageNo
page_sizeNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions searching but doesn't describe what the search returns (e.g., list of services, metadata), whether it's paginated (implied by parameters but not stated), authentication requirements, rate limits, or error conditions. This leaves significant gaps for a search operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's function without unnecessary words. It's appropriately sized and front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with 5 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what the search returns, how results are structured, or provide context about the satring.com platform. The agent would lack critical information to use this tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 60%, with two parameters having no descriptions in the schema (page and page_size). The description doesn't add any parameter-specific information beyond what's in the schema, failing to compensate for the coverage gap. However, the schema provides reasonable documentation for most parameters, meeting the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search') and target resource ('satring.com for L402/x402 paid API services'), making the purpose understandable. However, it doesn't differentiate this search tool from sibling tools like 'find_best_service' or 'list_services', which likely have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives like 'find_best_service' or 'list_services'. The description only states what the tool does, not when it's appropriate or what distinguishes it from similar tools in the context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_best_serviceB

Search for services by keyword and return the top results ranked by strategy: cheapest, top-rated, fastest (requires health data), or best (composite score).

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch query
strategyNoRanking strategybest

TDQS

B3.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions ranking strategies and a data requirement for 'fastest', but doesn't cover critical aspects like whether this is a read-only operation, potential rate limits, authentication needs, pagination behavior, or what 'top results' means quantitatively. For a search tool with zero annotation coverage, this leaves significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that packs essential information: the action, resource, ranking strategies, and a specific data requirement. Every word earns its place with zero waste, making it appropriately concise and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (search with ranking strategies), no annotations, and no output schema, the description is partially complete. It covers the core purpose and strategies but lacks details on behavioral traits, output format, and differentiation from siblings. It's adequate as a minimum viable description but has clear gaps that could hinder effective tool selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents both parameters (q and strategy). The description adds marginal value by explaining the ranking strategies in more detail (e.g., 'cheapest', 'top-rated', 'fastest (requires health data)', 'best (composite score)'), but doesn't provide additional syntax, format, or constraints beyond what the schema provides. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search for services by keyword and return the top results ranked by strategy.' It specifies the action (search), resource (services), and ranking strategies. However, it doesn't explicitly differentiate from sibling tools like 'search_services' or 'discover_services' which might have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal usage guidance. It mentions that the 'fastest' strategy requires health data, which is helpful context, but doesn't explain when to use this tool versus alternatives like 'compare_services', 'discover_services', or 'list_services'. No explicit when/when-not guidance or prerequisites are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_ratingsC

Get ratings and reviews for a service.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesService URL slug
limitNo
offsetNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action 'Get' but doesn't specify if this is a read-only operation, requires authentication, has rate limits, or what the output format might be. This leaves critical behavioral traits undefined for safe and effective use.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with no wasted words. It's front-loaded with the core purpose, making it easy to scan and understand quickly, which is ideal for conciseness in tool descriptions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (3 parameters, no output schema, no annotations), the description is incomplete. It doesn't explain return values, error conditions, or how parameters interact (e.g., pagination with limit/offset). For a tool fetching data with multiple inputs, this leaves significant gaps in understanding its full context and usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 33% (only 'slug' has a description), so the description must compensate but doesn't add any parameter details. It mentions 'ratings and reviews for a service', which loosely relates to 'slug', but provides no extra meaning for 'limit' or 'offset'. Baseline is 3 due to the partial schema coverage, but the description adds minimal value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'ratings and reviews for a service', making the purpose understandable. However, it doesn't differentiate from sibling tools like 'get_service' or 'compare_services' that might also involve service information, leaving room for ambiguity in tool selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'get_service' and 'compare_services', there's no indication of whether this tool is for detailed reviews, aggregated ratings, or how it complements other tools, leaving the agent to guess based on context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_serviceC

Get full details for a single service by its slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesService URL slug

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only operation ('Get'), but lacks details on permissions, rate limits, error handling, or what 'full details' entails. This leaves significant gaps in understanding how the tool behaves beyond basic retrieval.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's function without unnecessary words. It's front-loaded with the core action and resource, making it easy to parse quickly for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what 'full details' includes, potential response formats, or error cases. For a retrieval tool with no structured output information, this leaves the agent under-informed about what to expect from the operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with the 'slug' parameter fully documented in the schema. The description adds minimal value by reiterating 'by its slug', but doesn't provide additional context like slug format examples or how it relates to service identification. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('full details for a single service'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'list_services' or 'discover_services', which might also retrieve service information but with different scopes or methods.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal guidance by specifying 'by its slug', but offers no explicit advice on when to use this tool versus alternatives like 'list_services' or 'find_best_service'. There's no mention of prerequisites, exclusions, or comparative contexts to help an agent choose appropriately among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_categoriesB

List all service categories on satring.com.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It states it's a list operation, implying read-only behavior, but doesn't mention any traits like rate limits, authentication needs, pagination, or what the output looks like. For a tool with zero annotation coverage, this leaves significant gaps in understanding how it behaves.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without any fluff or redundancy. It's front-loaded with the core action and resource, making it easy to parse quickly, and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (0 parameters, no annotations, no output schema), the description is minimally adequate. It explains what the tool does but lacks details on output format or behavioral context, which could be helpful for an agent. For a basic list tool, this is acceptable but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description adds no parameter information, which is appropriate here, and the baseline for 0 parameters is 4, as it doesn't need to compensate for any schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List') and resource ('all service categories on satring.com'), making the purpose immediately understandable. It doesn't distinguish from sibling tools like 'list_services' or 'discover_services', which prevents a perfect score, but the verb+resource combination is specific enough for basic understanding.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'list_services' or 'discover_services'. It implies usage for retrieving categories but offers no context about prerequisites, timing, or exclusions, leaving the agent to infer usage from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_servicesC

List all services on satring.com with optional filters and sorting. Sort by cheapest, top-rated, or most-reviewed.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category slug
statusNo
protocolNo
sortNoSort strategy (applied client-side)
pageNo
page_sizeNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions filtering and sorting but lacks critical details such as pagination behavior (implied by page/page_size parameters), rate limits, authentication requirements, or what the output looks like (no output schema).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose. It avoids unnecessary words, though it could be slightly more structured by separating filtering and sorting details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain the tool's behavior beyond basic listing, missing details on pagination, error handling, or how filters interact, leaving the agent with significant uncertainty.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is low (33%), but the description adds some value by explaining the sorting options ('cheapest, top-rated, or most-reviewed'). However, it doesn't clarify the meaning of other parameters like 'status' or 'protocol', leaving gaps in understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('List') and resource ('all services on satring.com'), making the purpose understandable. However, it doesn't explicitly differentiate this tool from sibling tools like 'discover_services' or 'find_best_service', which likely have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions optional filters and sorting but provides no guidance on when to use this tool versus alternatives like 'compare_services' or 'discover_services'. There's no indication of prerequisites, typical use cases, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updatesv1.0.0
    • First observedcompare_services
    • First observeddiscover_services
    • First observedfind_best_service
    • First observedget_ratings
    • First observedget_service
    • First observedlist_categories
    • First observedlist_services

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: compare_services (side-by-side comparison), discover_services (keyword search), find_best_service (ranked search), get_ratings (reviews), get_service (single service details), list_categories (category listing), and list_services (filtered listing). There is no overlap or ambiguity in their functions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., compare_services, discover_services, get_ratings) with clear, descriptive verbs and nouns. The naming is uniform and predictable throughout the set.

Tool Count5/5

With 7 tools, the count is well-scoped for a service discovery and comparison platform. Each tool serves a specific, necessary function without redundancy, making the set efficient and focused.

Completeness5/5

The toolset provides comprehensive coverage for exploring and evaluating L402/x402 paid API services: discovery (discover_services, find_best_service), listing (list_categories, list_services), detailed viewing (get_service, get_ratings), and comparison (compare_services). No obvious gaps exist for the domain.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

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