Nexez Agentic Commerce
Server Details
Find Nexez sellers, inspect offers, and validate checkout or negotiation before buyer approval.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsnexez_directoryBrowse the Nexez directoryBRead-onlyInspect
Browse the cross-merchant Nexez directory (optionally filtered by category, query, minimum readiness, or location).
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| category | No | ||
| location | No | ||
| min_readiness | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the read-only nature is covered. The description adds that this is the cross-merchant directory and that filtering is optional, but it does not disclose return format, pagination, or result-size expectations. With annotations covering the safety profile, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence with no filler. The core action and resource are front-loaded, and the optional filtering behavior is appended in a compact parenthetical. Every phrase earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only browse tool with no required parameters and no output schema, the description gives enough to attempt an invocation. However, it lacks guidance on output shape, pagination, and how this directory browse relates to nexez_search and nexez_get_page, leaving some ambiguity for an agent deciding between tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, so the description must compensate. It does so by explicitly naming the four filter dimensions: category, query, minimum readiness, and location. This maps cleanly to q, category, min_readiness, and location, adding meaning the bare schema does not provide, though it leaves some specifics (e.g., readiness scale, location format) implicit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Browse') and a specific resource ('cross-merchant Nexez directory'), and lists the available filters. It is clear about what the tool does, but it does not explicitly distinguish itself from sibling tools like nexez_search, so it stops short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given for when to use this tool versus nexez_search or nexez_get_page. The description implies browsing with optional filters, but it never states the preferred scenario, exclusions, or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nexez_get_pageInspect a Nexez listingARead-onlyInspect
Fetch a listing's full structured agent manifest (seller profile, offers, actions) by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Listing slug |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is read-only and non-destructive, and the description does not contradict them. It adds useful behavioral context by specifying what the fetched manifest contains: seller profile, offers, and actions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence with no filler. The verb and target resource are front-loaded, and the parenthetical clarifies the return contents without bloating the description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one required parameter, the description is nearly complete: it states the input and the expected return contents. It could be slightly stronger by noting behavior for unknown slugs or pointing to discovery tools, but these are minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the slug parameter is already described as 'Listing slug'. The description adds 'by slug' but no additional format, uniqueness, or sourcing details beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Fetch'), names the resource ('a listing's full structured agent manifest'), and scopes it by slug. This clearly distinguishes it from sibling discovery tools like nexez_directory and nexez_search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'by slug' implies this tool should be used when the agent already has a slug and needs the full listing manifest. However, it does not explicitly state when to prefer this over sibling tools, such as using nexez_search when the slug is unknown.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nexez_searchSearch Nexez offersARead-onlyInspect
Search across all Nexez merchants for services/products matching a buyer request. Returns ranked listings with offers + agent.json URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What the buyer is looking for | |
| lat | No | ||
| lng | No | ||
| limit | No | Max results (default 10) | |
| category | No | ||
| industry | No | ||
| location | No | Optional city/region filter | |
| verified | No | ||
| min_trust | No | ||
| price_band | No | ||
| min_readiness | No | ||
| supports_checkout | No | Deprecated compatibility filter: any actionable offer or provider handoff | |
| nexez_checkout_ready | No | Owner payout state confirms Nexez-settled checkout readiness | |
| supports_negotiation | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this as read-only, open-world, and non-destructive. The description adds meaningful behavioral context by noting ranked results and the inclusion of offers and agent.json URLs. It doesn't explain ranking criteria or open-world limitations, but the annotations carry the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two terse, front-loaded sentences with no filler. It states the scope and the return shape efficiently, which is appropriate for a search tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only tool, the description gives the essential purpose and result shape. However, with 14 parameters, only 36% schema coverage, and no output schema, more guidance on filter semantics, ranking behavior, and response structure would be needed for fully reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 36%, and the description does not compensate for the low coverage. It only reinforces the meaning of 'q' as a buyer request; it does not clarify lat/lng, category, industry, verified, min_trust, price_band, readiness, or checkout/negotiation filters. This leaves many parameters under-specified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Search across all Nexez merchants') and clearly identifies the resource (merchant services/products) and return contents (ranked listings with offers + agent.json URLs). This differentiates it well from the sibling directory, page, and validation tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: this is the cross-merchant search tool for matching buyer requests. It does not explicitly name alternative tools or state when not to use it, but the context is clear enough for an agent to infer its primary role among the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nexez_validate_checkoutValidate Nexez checkoutARead-onlyInspect
Dry-run a checkout for an offer BEFORE paying - validates the offer, currency, and payment readiness. Never charges.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| offer | Yes | e.g. services-0 or products-1 | |
| query | No | Optional buyer context | |
| buyerEmail | No | ||
| buyerReference | No | ||
| offerConfiguration | No | Canonical buyer values required by the target offer configuration schema. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds the concrete guarantee 'Never charges' and specifies the validation scope (offer, currency, payment readiness), which enriches the annotation with operation-specific behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence delivers purpose, timing, validations, and side-effect safety with zero filler. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, a nested object, no output schema, and no clarity on what 'slug' identifies or how to structure offerConfiguration, the description is too thin for an agent to reliably construct a correct call. The safety guarantees are clear, but the invocation details are not.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 50% (3 of 6 params described), and the description adds no parameter-specific meaning. The required 'slug' is entirely undocumented in both schema and description, and there is no guidance on buyerEmail, buyerReference, or how to fill the nested offerConfiguration object.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Dry-run'/'validates') and resource ('a checkout for an offer'), with clear scope: 'BEFORE paying' and 'Never charges.' It also lists what is validated ('offer, currency, and payment readiness'), distinguishing it from sibling tools like directory/search/negotiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly communicates when to use it — before payment, as a dry-run — and explicitly states a key non-condition: it never charges. It does not name alternative tools or give when-not-to-use exclusions, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nexez_validate_negotiationValidate Nexez negotiationARead-onlyInspect
Dry-run a negotiation proposal against the seller’s rules BEFORE submitting. Returns the rules evaluation. Never writes.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| offer | Yes | ||
| query | No | ||
| budget | No | ||
| contact | No | Optional buyer contact route. | |
| timeline | No | ||
| requestedTerms | No | Optional structured terms the buyer wants the seller to review. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it read-only and non-destructive; the description adds the useful behavioral facts that it is a dry-run, returns a rules evaluation, and never writes. This goes beyond the structured fields by clarifying the no-side-effect nature and the result shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, all informative: purpose, output, and side-effect profile. The critical 'BEFORE submitting' guidance is front-loaded and no filler is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 7-parameter tool with no output schema and only 29% parameter documentation, the description is too thin: it does not define required inputs like slug or offer format, nor the shape of the returned rules evaluation. The safety profile is covered by annotations, but call preparation is not.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is very low (29%) and the description does not compensate: only 'negotiation proposal' loosely maps to the offer parameter, while slug, query, budget, timeline, and requestedTerms remain unexplained. It adds only minimal context beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Uses the specific verb 'dry-run' plus a precise resource ('a negotiation proposal') and a specific rule context ('seller's rules'), clearly distinguishing this from the checkout-validation sibling. It states exactly what the tool evaluates, not merely repeating the title.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says to use it BEFORE submitting a negotiation proposal, which is a clear invocation context. It does not name sibling alternatives or state when not to use it, though the negotiation scope already separates it from validate_checkout.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
Remote MCP for Living Stack offer discovery and buyer-authorized checkout preparation.
31Verified best price across crypto, retail, tools & Rx generics — real sellers, never fabricated.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to create, compare, and track purchases with structured buying workflows, offer comparison, and merchant verification.5MIT
- AlicenseAqualityBmaintenanceEnables AI agents to search, inspect, and purchase physical goods on an escrow-secured marketplace, including listing search, agent reputation checks, and offer creation.5298MIT
- AlicenseAqualityAmaintenanceAgent-to-agent commerce over Bitcoin Lightning: buy, sell, list, and discover files, data, APIs, and compute on a public marketplace (or privately by offer id). Non-custodial, buyers pay sellers wallet-to-wallet and a verified payment preimage unlocks the result.62774MIT No Attribution

AgentBodega MCPofficial
AlicenseAqualityDmaintenanceEnables agents to search and inspect live service offerings, generate x402 payment snippets, and understand blockchain-only balance policies.4803MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct action—browsing, fetching a manifest, searching, validating checkout, and validating negotiation. Directory and search both surface listings but are differentiated enough by browse vs. ranked search intent.
All tools share the nexez_ prefix and use snake_case, with most following a verb_noun pattern. nexez_directory is the one deviation since it uses a noun instead of a verb, but the overall pattern remains recognizable.
Five tools is well-scoped for a focused commerce discovery and validation server. Each tool serves a distinct purpose without unnecessary redundancy.
The toolset covers discovery, detail retrieval, and pre-transaction validation for checkout and negotiation. Actual payment execution and negotiation submission are not included, but the descriptions explicitly frame this as a validation-only surface, so the core workflow is well covered.