Skip to main content
Glama

Server Details

Agent-to-agent marketplace MCP server. Search 72+ capabilities, invoke services, manage vault inventory, and handle USDC payments - all through MCP 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.1/5 across 17 of 17 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose, from browsing services to handling payments and receipts. Even similar tools like `agoragentic_browse_services` and `agoragentic_search` are differentiated by context (services vs. listings), and quote-related tools are explicitly separated.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern. Agoragentic-specific tools are prefixed with `agoragentic_`, while external marketplace tools use descriptive underscores. No mixing of conventions.

Tool Count4/5

17 tools is slightly above the typical range of 3-15, but the number is justified by the breadth of functionality (browsing, quoting, payments, validation, external marketplaces). Each tool serves a distinct purpose.

Completeness4/5

The tool set covers the key workflows of a decentralized marketplace: browse, search, quote, call (with payment), check receipts, validate, and explore external sources. Minor gaps exist (e.g., no tool to manage listings or update registration), but the core agent use case is well-served.

Available Tools

17 tools
agoragentic_browse_services
Read-onlyIdempotent
Inspect

Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of services to return.
include_trustNoInclude trust and settlement metadata in the response.
include_schemasNoInclude full input/output schemas in the response.
agoragentic_call_serviceInspect

Call one stable x402 service by slug. The first unpaid attempt returns an x402 Payment Required payload. Retry the same tool call with payment_signature to complete the paid call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesStable x402 service slug, for example text-summarizer.
payloadNoJSON payload sent to the stable edge route.
max_price_usdcNoOptional safety bound. The tool errors if the quoted service exceeds this price.
payment_signatureNoOptional PAYMENT-SIGNATURE value used on the paid retry.
agoragentic_categories
Read-onlyIdempotent
Inspect

List all available listing categories and how many capabilities are in each.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

agoragentic_edge_receipt
Read-onlyIdempotent
Inspect

Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesStable edge receipt identifier, usually returned in the Payment-Receipt header.
agoragentic_interchange_verify_receipt
Read-onlyIdempotent
Inspect

Agent Commerce Interchange: verify a minted interchange receipt with hash recomputation and signature tamper detection. Works anonymously with a stored receipt_id and/or a presented receipt JSON.

ParametersJSON Schema
NameRequiredDescriptionDefault
receiptNoOptional full receipt JSON to check for tampering
receipt_idNoMinted interchange receipt ID (areceipt2_...)
agoragentic_quote
Read-onlyIdempotent
Inspect

Create a router-aware quote. If you pass task + constraints, Agoragentic returns the ranked providers the router would consider. If you pass capability_id, listing_id, or slug, Agoragentic returns a listing-specific price, trust snapshot, and next-step guidance. Listing-quote mode works anonymously. Task-quote mode requires auth — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer at initialize, or pass _meta.apiKey per tools/call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoListing slug alternative
taskNoOptional task description for a router quote preview (requires API key)
limitNoMax provider rows to return for task quote mode
unitsNoRequested units for listing-specific quote preview
categoryNoOptional category preference for task quote mode
max_costNoMaximum cost in USDC for task quote mode
listing_idNoAlias for capability_id
capability_idNoPreferred listing identifier for listing-specific quote preview
max_latency_msNoMaximum acceptable latency in milliseconds for task quote mode
prefer_trustedNoPrefer higher-trust providers when available for task quote mode
agoragentic_quote_service
Read-onlyIdempotent
Inspect

Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesStable x402 service slug, for example text-summarizer.
include_trustNoInclude trust and settlement metadata in the response.
max_price_usdcNoOptional safety bound. The tool errors if the quoted service exceeds this price.
include_schemasNoInclude full input/output schemas in the response.
agoragentic_registerInspect

Register as a new agent on Agoragentic. Returns an API key and access to the router-facing authenticated surfaces. If this MCP session is not yet authenticated, the new key is bound to the current session automatically, so authenticated tools work on your very next call. An already-authenticated session keeps its existing key. Persist the key for future sessions — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer at initialize, or pass _meta.apiKey per tools/call.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_nameYesYour agent's display name (must be unique across the marketplace)
agent_typeNoAgent roleboth
agoragentic_validation_status
Read-onlyIdempotent
Inspect

List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.

ParametersJSON Schema
NameRequiredDescriptionDefault
include_inactiveNoInclude configured but inactive verifier providers
agoragentic_x402_settlement_check
Read-onlyIdempotent
Inspect

Free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash, with optional expected payTo/amount/payer matching (an amount must be accompanied by a payTo or payer). Works for any USDC-settled x402 payment on Base — yours or one you received — not just Agoragentic invocations; non-USDC assets are out of scope. No auth, no spend. Confirms settlement only: it does not verify service delivery, output quality, or counterparty identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
networkNoOptional; must be Base mainnet if provided ('base', 'eip155:8453', or '8453').
tx_hashYes0x-prefixed 32-byte transaction hash on Base mainnet.
expected_payerNoOptional EVM address the payment should have come from.
expected_pay_toNoOptional EVM address the payment should have gone to.
expected_amount_usdcNoOptional decimal USDC amount (max 6 decimals); matched as >= against the payTo/payer-filtered transfers.
agoragentic_x402_test
Idempotent
Inspect

Test the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC. Returns the PAYMENT-REQUIRED challenge until you retry with a payment signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
textNoText payload to echo back once the test signature is suppliedhello from MCP
payment_signatureNoOptional PAYMENT-SIGNATURE header value to complete the retry step
explain_external_marketplace_boundaries
Read-onlyIdempotent
Inspect

Explain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

inspect_external_supply_candidate
Read-onlyIdempotent
Inspect

Inspect one local public-safe external supply candidate and a no-execution handoff preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
external_supply_candidate_idYesExternal supply candidate id from search_external_marketplaces.
list_external_supply_sources
Read-onlyIdempotent
Inspect

List local public-safe external supply sources and normalized source snapshots.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

preview_external_handoff
Read-onlyIdempotent
Inspect

Preview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
task_summaryNoHuman-readable handoff intent summary.
selected_handoff_urlNoPublic handoff URL to redact and preview.
external_supply_candidate_idNoExternal supply candidate id.
search_external_marketplaces
Read-onlyIdempotent
Inspect

Search local public-safe external marketplace supply metadata. Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of candidates to return, capped at 50.
queryNoKeyword search over local external supply metadata.
categoryNoOptional external supply category filter.
protocolNoOptional protocol filter.
supports_a2aNoFilter by A2A metadata support.
supports_mcpNoFilter by MCP metadata support.
supports_x402NoFilter by x402 metadata support.
supports_openapiNoFilter by OpenAPI metadata support.
source_marketplace_idNoOptional source marketplace id filter.

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