Skip to main content
Glama
alipay

AlipayPlus MCP Server

Official
by alipay

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.1

  • Disambiguation5/5

    Each tool targets a distinct operation: payment creation, payment query, payment cancellation, refund creation, customs declaration, and customs query. No overlap exists, and the purposes are clearly separated.

    Naming Consistency4/5

    Most tools follow a clear verb_noun pattern (create_payment, query_payment, cancel_payment, create_refund). However, 'customs_declare' and 'query_customs_declare' use a different structure, deviating from the pattern established by the other tools.

    Tool Count5/5

    With 6 tools, the set is well-scoped for a payment processing server. Each tool covers a distinct aspect of the payment lifecycle, and the number is neither too small nor excessive.

    Completeness3/5

    The server covers the main payment operations (create, query, cancel) and refunds, but lacks a dedicated refund query tool. While refunds can be initiated, agents cannot independently verify refund status, which is a notable gap in lifecycle coverage.

  • Average 4/5 across 6 of 6 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • 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 disclosing behavioral traits. It only states the action (sending a request to place orders) without mentioning side effects, error scenarios, idempotency, or whether the operation is synchronous. This is insufficient for a payment creation tool that likely has significant side effects.

    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 opens with a clear purpose statement and follows with structured parameter documentation. It is appropriately sized for four parameters, with no wasted sentences. Minor issues like the typo 'TThe' and the slightly verbose example in order_amount_value slightly detract from an otherwise clean structure.

    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?

    The description covers the purpose and all parameters, and an output schema exists to explain return values. However, it lacks usage guidelines and deeper behavioral transparency, such as when to use this tool versus siblings or what side effects to expect. This makes it only partially complete for an agent to use it confidently.

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

    Parameters5/5

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

    The Args section provides detailed semantics for all four parameters, including format constraints (ISO 4217, max lengths), value ranges, and examples (e.g., smallest currency unit). This fully compensates for the 0% schema description coverage, adding significant meaning beyond the plain parameter names.

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

    Purpose5/5

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

    The description clearly states that the tool sends a request to Alipay+ to place orders, specifying the actor (ACQP) and the resource (orders). This distinguishes it from sibling tools like query_payment and cancel_payment, which have different purposes.

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

    Usage Guidelines3/5

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

    The description implies usage for creating a payment order via Alipay+, but it does not explicitly state when to use this tool versus alternatives like query_payment or create_refund. No exclusions, prerequisites, or alternative tool references are provided, so the guidance is only implied.

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

  • 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 the operation ('declare or update') but does not disclose potential side effects, required permissions, reversibility, or consequences of updating. This is a significant gap for a mutation-oriented tool.

    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 well-structured: it opens with a clear purpose statement, then lists each parameter in a compact but informative format. Every sentence contributes value, and there is no filler or redundancy. The formatting is consistent and readable despite the length needed for 8 parameters.

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

    Completeness4/5

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

    Given the tool's complexity (8 required parameters) and the lack of annotations, the description is largely complete: it covers all parameters thoroughly, specifies value constraints, and defines the operation. However, it does not address edge cases such as error handling, idempotency, or how 'update' interacts with an existing declaration, which would round out completeness.

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

    Parameters5/5

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

    The schema provides zero description coverage (0%), but the tool description compensates thoroughly. Every parameter is explained with meaningful details: value ranges ('1 - unlimited'), maximum lengths, valid boolean values ('true'/'false'), and ownership context ('assigned by the ACQP', 'assigned by the merchant'). This fully adds meaning beyond the raw schema.

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

    Purpose5/5

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

    The description clearly states the tool's function: 'used by the Acquiring Service Provider (ACQP) to declare a payment to customs or update an existing declaration.' This provides a specific verb ('declare'/'update') and resource ('payment to customs'), distinguishing it from sibling tools like query_customs_declare.

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

    Usage Guidelines3/5

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

    The description implies usage context (declaring or updating customs declarations) but does not explicitly state when to prefer this tool over alternatives, nor does it mention exclusions. For example, no guidance like 'use query_customs_declare for retrieving declaration status' is provided.

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

  • Behavior2/5

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

    With no annotations, the description carries the full burden of behavioral disclosure. It explains the purpose but not side effects, idempotency, what happens if the payment already completed, or error conditions. This is a significant gap for a cancellation tool.

    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 concise with two sentences: one for purpose and one for the parameter. No fluff or repetition, and the key information is 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?

    The tool is simple (one parameter, output schema exists), and the purpose is clear. However, it lacks behavioral details like idempotency, reversibility, or error handling, which is expected for a cancellation action. It is adequate but not fully complete.

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

    Parameters5/5

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

    The input schema has zero description coverage, so the description compensates fully by explaining that `payment_request_id` is assigned by the ACQP, identifies the original payment order, and has a maximum length of 64 characters. This adds meaningful context beyond the bare schema.

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

    Purpose5/5

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

    The description clearly states the tool cancels a payment, and specifies the exact conditions (no payment result received after expiry, or ACQP closes before result). This distinguishes it from sibling tools like create_payment, query_payment, and create_refund.

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

    Usage Guidelines4/5

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

    The description provides clear context for when to use the tool (proactive cancellation after expiry or early closure) but does not explicitly mention when not to use it or alternatives. It implies usage but lacks direct exclusions.

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

  • Behavior3/5

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

    With no annotations, the description carries the burden of behavioral disclosure. It explains key behavior: refunds can be full or partial, multiple refunds are allowed, and total refunds cannot exceed the original amount. However, it omits details like authorization requirements, error conditions, or reversibility, leaving gaps in transparency.

    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 well-structured: a concise overview of purpose and behavior followed by a clear Args list. It is slightly verbose due to parameter details, but every sentence adds value, and the structure aids scanning.

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

    Completeness4/5

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

    For a tool with 4 required parameters and no enums or nesting, the description covers the core semantics and business rules. An output schema exists, so return values need not be described. Minor gaps remain (e.g., error handling), but the description is largely complete.

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

    Parameters5/5

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

    The description includes a detailed Args section that explains every parameter: purpose, assignment, maximum length, value ranges, and currency standard. Since schema coverage is 0%, this fully compensates and adds significant meaning beyond the bare property titles.

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

    Purpose5/5

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

    The description clearly states the tool's function: 'initiate a refund of a successful payment.' It names the actor (ACQP), the resource (payment refund), and the action (initiate), distinguishing it from siblings like create_payment and cancel_payment. No ambiguity.

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

    Usage Guidelines4/5

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

    The description provides clear context for when to use the tool: it is for refunds of successful payments, and it specifies constraints (full or partial, total refunds <= original amount). It does not explicitly mention alternatives or exclusions, but the context is sufficient to infer appropriate usage.

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

  • Behavior3/5

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

    With no annotations, the description must disclose behavior. It states this is an inquiry (implying read-only) and provides constraints on request IDs. It does not explicitly confirm non-mutating behavior or describe error handling, but the inquiry nature is clear. This is adequate but lacks depth.

    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 relatively short and front-loaded with purpose, followed by parameter details. The 'Args:' section is useful and not redundant. There is minor awkwardness in the first sentence but overall it is efficient.

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

    Completeness4/5

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

    For a single-parameter query tool with an output schema, the description covers purpose, usage context, and parameter constraints. It does not discuss alternative tools, but that is not required for completeness of the tool's own operation. The presence of an output schema means return values are already specified.

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

    Parameters5/5

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

    The schema only specifies an array of strings, but the description explains the IDs are merchant-assigned declaration request IDs, unique, with a maximum length of 64 characters and maximum 10 elements. This fully compensates for the 0% schema description coverage.

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

    Purpose5/5

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

    The description clearly states the tool's function: 'inquire about the status of declared payments' for the Acquiring Service Provider. The verb 'inquire' and resource 'declared payments' are specific, and the tool name query_customs_declare distinguishes it from sibling tools like create_payment or customs_declare.

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

    Usage Guidelines4/5

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

    The description implies usage when needing to inquire about the status of declared payments, which is distinct from sibling tools like query_payment for regular payments. However, it does not explicitly state when not to use it or mention alternatives, so it misses the highest bar.

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

  • Behavior3/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. The verb 'query' implies a read-only operation, but it does not explicitly state side effects, permissions, or error behavior. It adds context about polling after timeout, but misses details about return format or idempotency, leaving some ambiguity.

    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 concise: two sentences, each earning its place. The first sentence states purpose and usage context; the second describes the parameter. No unnecessary fluff, and the structure is clean and front-loaded.

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

    Completeness4/5

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

    For a simple query tool with one parameter and an output schema present, the description covers purpose, parameter, and usage context. It does not explain return values, but the output schema likely covers that. It could mention permission requirements or example usage, but the current level is sufficient for a straightforward polling query.

    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?

    Schema description coverage is 0%, but the tool description fully explains the only parameter: payment_request_id, including its role (assigned by merchant) and maximum length (64 characters). This adds significant meaning beyond the bare schema field name, compensating well for the lack of schema descriptions.

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

    Purpose5/5

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

    The description clearly states the verb 'query' and the resource 'payment result', and specifies the context (when no payment result is received). This distinguishes it from sibling tools like create_payment and cancel_payment, which are mutations, and query_customs_declare, which targets a different resource.

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

    Usage Guidelines4/5

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

    The description gives a clear when-to-use condition: 'if no payment result is received after a certain period of time'. It does not explicitly name alternatives or exclusions, but the condition effectively frames appropriate usage. Sibling tool names provide contextual differentiation.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

global-alipayplus-mcp MCP server

Copy to your README.md:

Score Badge

global-alipayplus-mcp MCP server

Copy to your README.md:

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/alipay/global-alipayplus-mcp'

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