Skip to main content
Glama

Server Details

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
pyrimid-ai/pyrimid
GitHub Stars
0
Server Listing
pyrimid

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 3.7/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct function—browse, buy, categories, commission check, preview, affiliate registration, and vendor stats—with no functional overlap.

Naming Consistency4/5

All tools share the 'pyrimid_' prefix and snake_case, but the pattern mixes verbs (browse, buy) and nouns (categories, vendor_stats); still predictable and readable.

Tool Count5/5

Seven tools cover the core operations of a marketplace protocol (search, purchase, affiliate, analysis) without being too many or too few.

Completeness4/5

The set covers browsing, buying, categories, affiliate registration, and performance metrics; missing vendor product management but core consumer/affiliate flows are complete.

Available Tools

7 tools
pyrimid_browseAInspect

Search the Pyrimid product catalog. Returns products matching your query, sorted by relevance and trust (ERC-8004 verified vendors first).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesWhat you need, e.g. "btc trading signals" or "image generation"
max_resultsNoMaximum results to return (default 5)
max_price_usdNoMax price per call in USD (default 10)
verified_onlyNoOnly ERC-8004 verified vendors
Behavior3/5

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

Mentions sorting by relevance and trust and verified vendors first, but lacks disclosure on side effects or read-only nature. With no annotations, description carries burden but is incomplete.

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?

One concise sentence that covers purpose and key sorting behavior without wasted words.

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?

Covers purpose and sorting but lacks details on output format, error handling, and usage context. Adequate for a simple search tool but could be more complete.

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 documents parameters. Description adds no additional parameter-level meaning beyond the 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?

Clearly states 'Search the Pyrimid product catalog' with a specific verb and resource, and distinguishes from siblings like pyrimid_categories and pyrimid_buy.

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?

Implies usage for searching products but provides no explicit guidance on when to use this tool versus alternatives like pyrimid_categories or pyrimid_buy.

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

pyrimid_buyAInspect

Purchase a product from the Pyrimid network. Pays via x402 (USDC on Base) and returns the product data.

ParametersJSON Schema
NameRequiredDescriptionDefault
vendor_idYesVendor ID from browse results
product_idYesProduct ID from browse results
Behavior3/5

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

With no annotations, description carries full burden. It discloses payment method (x402/USDC) and return of product data, but omits prerequisites, reversibility, or failure behavior. Adequate but not comprehensive.

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, front-loaded with verb and resource, no unnecessary words. Highly efficient and clear.

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 purchase tool with 2 params and no output schema, the description covers key actions and payment method. Could mention wallet requirements, but overall sufficient.

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% with meaningful descriptions ('from browse results'). The main description adds no further param details, meeting baseline for high 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 verb 'Purchase' and the resource 'product from the Pyrimid network,' with specific payment method detail. It distinguishes from sibling tools like pyrimid_browse and pyrimid_preview.

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?

No explicit guidance on when to use or not use this tool versus alternatives. The description implies use after browsing, but lacks clear context for when to choose this over pyrimid_preview or others.

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

pyrimid_categoriesAInspect

List all product categories available on the Pyrimid network with product counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the full burden. It clearly states this is a read-only operation that returns a list of categories with counts. No additional behavioral quirks are needed for this simple 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?

A single, front-loaded sentence with no extraneous words. Every part (verb, resource, additional detail) is essential.

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 adequately conveys the tool's output (categories with counts) for a simple list tool with no parameters. Minor gap: no mention of pagination or ordering, but unlikely needed for a fixed list.

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?

There are zero parameters, and the schema coverage is 100% (empty schema). The description adds no parameter information, which is acceptable since no params exist. Baseline for 0 params is 4.

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 the specific verb 'list' and identifies the resource 'product categories' with 'product counts', clearly distinguishing this tool from siblings like pyrimid_browse which likely browses individual products.

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 (e.g., pyrimid_browse for product details). The context signals show siblings but the description offers no when/when-not advice.

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

pyrimid_commission_checkAInspect

Check affiliate commission earnings and performance for a given affiliate.

ParametersJSON Schema
NameRequiredDescriptionDefault
affiliate_idYesAffiliate ID (bytes16 hex) or wallet address
Behavior2/5

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

No annotations provided, so description bears full burden. Only states 'Check', implying read-only, but does not disclose side effects, required permissions, or response format.

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?

Single sentence, no wasted words, front-loaded with action and resource.

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?

Low complexity tool with one parameter and full schema coverage, but description omits what the output includes, which is needed since no output schema exists.

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% for the single parameter, so baseline is 3. Description adds minimal context ('for a given affiliate') that reinforces the parameter's role.

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 verb 'Check' and resource 'affiliate commission earnings and performance', and distinguishes from sibling tools like pyrimid_register_affiliate and pyrimid_vendor_stats.

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?

No explicit when-to-use or when-not-to-use guidance, but usage is implied by the tool name and description. Lacks exclusions and alternative suggestions.

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

pyrimid_previewAInspect

Preview the payment split for a product without buying. Shows protocol, affiliate, and vendor shares.

ParametersJSON Schema
NameRequiredDescriptionDefault
vendor_idYesVendor ID
product_idYesProduct ID
Behavior3/5

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

The description discloses that the tool shows shares and is a preview (implying no side effects). With no annotations provided, the description carries full burden, but it does not explicitly state that the tool is read-only or non-destructive, nor does it mention authentication requirements or rate limits.

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 short, focused sentences with no extraneous information. Every word 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 the tool's simplicity (2 parameters, no output schema), the description covers the core purpose and output. It could mention what 'protocol' means or the unit of shares, but overall it is sufficient for an agent to understand the 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 coverage is 100%, but parameter descriptions are minimal ('Vendor ID', 'Product ID'). The description does not add meaning beyond what the schema provides, such as how to obtain these IDs or expected formats.

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: preview payment splits for a product without buying, and lists the types of shares shown (protocol, affiliate, vendor). This distinguishes it from sibling tools like pyrimid_buy (purchase) and pyrimid_commission_check (check commission).

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 phrase 'without buying' indicates the tool is for pre-purchase assessment, but no explicit when-to-use or when-not-to-use guidance is given. It does not mention alternatives among sibling tools, such as when to use pyrimid_commission_check instead.

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

pyrimid_register_affiliateAInspect

Get instructions to register as a Pyrimid affiliate agent. Free, permissionless.

ParametersJSON Schema
NameRequiredDescriptionDefault
referrer_idNoAffiliate who referred you
wallet_addressYesYour Base wallet address for USDC commissions
Behavior3/5

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

No annotations exist, but the description adds context: the tool provides instructions (not performing registration) and states it is 'Free, permissionless.' It does not disclose return format or side effects beyond this.

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 short sentences front-load the core purpose ('Get instructions to register') with no wasted words.

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 is minimal but covers the essential purpose and accessibility. However, without an output schema, it does not hint at the response structure, leaving an agent to infer.

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 documents both parameters. The description adds no further meaning (e.g., format, constraints) beyond what the schema provides.

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 action ('Get instructions to register') and the target resource ('as a Pyrimid affiliate agent'). It is distinctive from siblings like pyrimid_browse or pyrimid_buy.

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 the use case (registering as an affiliate) but provides no explicit guidance on when to use this tool over siblings or when not to use it.

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

pyrimid_vendor_statsBInspect

Get vendor performance stats — total volume, sales count, products listed, affiliate payouts.

ParametersJSON Schema
NameRequiredDescriptionDefault
vendor_idYesVendor ID (bytes16 hex)
Behavior2/5

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

No annotations provided, so the description must disclose behavioral traits. It does not mention error handling, authentication needs, rate limits, or what happens if vendor_id is invalid. Simply lists output stats.

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?

Single sentence that immediately conveys the tool's function and lists key outputs. No extraneous words.

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?

No output schema, so description partially compensates by listing stats but does not specify response structure, pagination, or error cases. Adequate but not complete.

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 coverage is 100%, so baseline is 3. Description does not add any extra meaning beyond the schema's vendor_id description. It could have provided format examples or constraints.

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 retrieves vendor performance stats with specific metrics (total volume, sales count, products listed, affiliate payouts). It distinguishes from sibling tools like pyrimid_browse or pyrimid_buy 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 Guidelines2/5

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

No guidance on when to use this tool versus alternatives. No mention of prerequisites or context where it is appropriate to call this tool.

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!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server for agentic commerce, enabling AI agents to discover services, make x402 payments with USDC across multiple chains, and manage crypto wallets and token swaps.
    301
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    MCP server exposing x402 Bazaar's paid Base APIs (token risk/honeypot, prices, gas, wallet intel, tx decode + AI utilities) as agent tools. Your agent pays per call in USDC over x402 — no API keys, no signup.
    17
    55
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    MCP server for the402.ai — an open marketplace where AI agents discover and purchase services from third-party providers via x402 micropayments (USDC on Base). Browse the catalog, purchase services, manage conversation threads, and list services as a provider.
    30
    42
    2
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.