Skip to main content
Glama

AsterPay — EUR Settlement for AI Agents

Server Details

EUR settlement + trust for AI agent commerce: budgets, KYA, merchant discovery. 22 tools.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: trust scoring, market rates, merchant resolution, and settlement estimation. There is no overlap or ambiguity.

Naming Consistency3/5

Names follow different patterns: check_agent_trust (verb_noun_noun), market_rates (noun_noun), merchant_resolve (noun_verb), settlement_estimate (noun_verb). While descriptive, the inconsistency in verb/noun order reduces predictability.

Tool Count4/5

With 4 tools, the server is focused and each tool is justified. A slightly higher count could cover more aspects, but the current set is appropriate for the stated scope.

Completeness2/5

Despite the server name implying settlement capabilities, all tools are read-only and informational. The lack of a tool to actually initiate a payment or settlement is a significant gap for a server about EUR settlement.

Available Tools

4 tools
check_agent_trustKYA Trust ScoreA
Read-onlyIdempotent
Inspect

Know Your Agent (KYA): score how trustworthy an AI agent or wallet is before paying or transacting with it. Returns a trust score 0-100, tier (Open/Verified/Trusted/Enterprise) and components (ERC-8004 identity, sanctions screening, wallet age/activity). Input: an Ethereum address. Free, read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address (0x...) of the agent or wallet to score
Behavior4/5

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

Annotations already indicate read-only, open-world, idempotent. Description adds valuable context: free, use of ERC-8004, sanctions screening, wallet age/activity, and output format (score, tier, components).

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?

Three sentences: introduces intent, lists outputs, specifies input. Front-loaded, no redundancy, every sentence adds value.

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 no output schema, description sufficiently explains returns (score, tier, components). Input is clear. Could mention error cases, but overall adequate for this simple tool.

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 already fully describes the single parameter 'address' with minLength and description. Description only reiterates 'Ethereum address', adding no new semantics. Baseline 3 applies.

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?

Clearly states the tool scores trustworthiness of AI agents/wallets before transactions, specifying return types and distinct from siblings like market_rates.

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?

Describes when to use ('before paying or transacting') and states it's free and read-only. Missing explicit when-not or alternative tools, but context is sufficient.

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

market_ratesCrypto Market RatesA
Read-onlyIdempotent
Inspect

Get current reference market rates used by AsterPay (e.g. USDC, EURC, major crypto rates and FX). No input. Free, read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

Annotations already provide readOnlyHint, openWorldHint, and idempotentHint, describing the tool as safe and side-effect-free. The description adds 'Free, read-only' which aligns but does not extend beyond annotations. No contradictions.

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?

Two sentences, zero wasted words. Front-loaded with action and examples. Every sentence serves a clear purpose.

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

Completeness5/5

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

Given zero parameters and no output schema, the description provides sufficient context: the tool returns current market rates for relevant currencies. Examples give concrete understanding. Complete for a simple read-only tool.

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?

Input schema has zero parameters, so schema coverage is 100% trivially. Per guidelines, zero parameters sets a baseline of 4. No additional parameter description needed.

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?

Description clearly states the verb 'Get' and resource 'current reference market rates used by AsterPay', with examples (USDC, EURC, major crypto rates and FX). It distinguishes from sibling tools like check_agent_trust and merchant_resolve by focusing solely on market rates.

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?

Explicitly states 'No input. Free, read-only,' which implies safe to call without prerequisites. Does not compare to sibling tools, but given the tool's simplicity and zero parameters, the usage context is clear.

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

merchant_resolveResolve Merchant Payment EndpointA
Read-onlyIdempotent
Inspect

Resolve a European business to its verified payment endpoint (IBAN/BIC) via AsterPay's Merchant Payment Endpoint (MPE), from provable sources only. Provide EITHER a merchant_id OR a business_id together with its business_id_type (vat, y_tunnus, company_number, lei, duns). Tip: business_id_type 'demo' (or business_id 'FI-DEMO-0001') returns a safe demo merchant. Free, read-only — resolution does not move money.

ParametersJSON Schema
NameRequiredDescriptionDefault
business_idNoBusiness identifier, e.g. a VAT number
merchant_idNoAsterPay merchant id, e.g. 'mpe-demo-0001'
business_id_typeNoType of business_id: vat, y_tunnus, company_number, lei, duns, or demo
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint. The description adds 'Free, read-only — resolution does not move money' and 'from provable sources only', which enriches the context beyond annotations without contradiction.

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 tightly written with no wasted words. Two sentences plus a tip efficiently convey the purpose, usage, and a bonus. It is front-loaded with the core action.

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?

The description identifies the output as 'verified payment endpoint (IBAN/BIC)', filling the gap from missing output schema. However, it does not detail the structure of the return value (e.g., separate fields for IBAN and BIC). Still, it is mostly complete for a read-only tool with annotations.

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?

With 100% schema description coverage, baseline is 3. The description adds value by explaining the relationship between parameters ('Provide EITHER...'), listing valid business_id_type values explicitly, and giving a demo example. This goes beyond the schema's individual parameter 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 uses a specific verb 'resolve' and identifies the resource: 'European business to its verified payment endpoint (IBAN/BIC) via AsterPay's Merchant Payment Endpoint'. It clearly distinguishes from sibling tools like check_agent_trust, market_rates, and settlement_estimate by focusing on payment endpoint resolution.

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 explicitly states the two alternative ways to use the tool ('EITHER a merchant_id OR a business_id together with its business_id_type') and provides a tip for demo usage. It does not explicitly say when not to use or mention alternatives, but the usage context is clear.

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

settlement_estimateUSDC→EUR Settlement EstimateA
Read-onlyIdempotent
Inspect

Estimate converting a USDC amount to EUR via AsterPay's EUR off-ramp. Returns the exchange rate, AsterPay fee (0.5% + €0.10 on the EU rail), net EUR amount and SEPA Instant timing. Input: a USDC amount. Free, read-only — no payment is made.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesUSDC amount, human-readable like '100' or '5.0'
Behavior4/5

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

Annotations already mark readOnlyHint, openWorldHint, idempotentHint. Description adds fee structure and timing details beyond annotations, confirming no payment occurs.

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?

Two concise sentences, front-loaded with verb and resource. No unnecessary words.

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

Completeness5/5

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

Even without output schema, description enumerates return values (exchange rate, fee, net amount, timing). Fully adequate for a simple estimate tool.

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 covers the single parameter with description. The description rephrases it as 'Input: a USDC amount' but adds little new meaning. Baseline 3 due to 100% 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?

Description clearly states the tool estimates converting USDC to EUR via AsterPay's EUR off-ramp, listing returned values. It distinguishes from siblings like market_rates and merchant_resolve by being specific to settlement estimates.

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?

Description indicates it is free and read-only, implying use for pre-payment estimation. No explicit alternatives or when-not-to-use guidance, but the context is clear.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources