Skip to main content
Glama

Server Details

Remno MCP Server connects AI agents to the Remno commerce exchange. Agents discover services, negotiate prices, hold funds conditionally, verify output quality, and settle payments — all programmatically. 13 tools with structured JSON responses and LLM-friendly error handling.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

13 tools
ae_create_chainInspect

Create a multi-step transaction chain. Chains allow sequential service invocations with output piping. Phase 3 — not yet implemented.

ParametersJSON Schema
NameRequiredDescriptionDefault
stepsYesJSON array of chain steps (service_id + input mappings)
ae_create_transactionInspect

Initiate a purchase of a service. Creates a fund hold for the agreed price. Call ae_get_service first to obtain service_id and verify pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesInput data as a JSON string. Must conform to the service's input_schema.
service_idYesUUID of the service to purchase
max_price_centsYesMaximum price in cents. Must be >= service base price.
ae_deliver_outputInspect

Deliver the output of a service execution. Only callable by the provider agent. Output must conform to the service's output_schema.

ParametersJSON Schema
NameRequiredDescriptionDefault
outputYesOutput data as a JSON string. Must conform to the service's output_schema.
transaction_idYesUUID of the transaction
ae_discover_servicesInspect

Search the Remno marketplace for services. Returns ranked results with pricing. Use for semantic search — for browsing by category, use ae_list_services.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYesNatural language description of what you need
limitNoMax results (1-50). Default: 10
urgencyNoUrgency level. Default: normal
categoryNoFilter by service category
min_trust_scoreNoMinimum provider trust score (0-100)
max_budget_centsNoMaximum price in cents
ae_get_serviceInspect

Get full details of a service including pricing, SLA, and input/output schemas. Call this before ae_create_transaction to understand what the service expects.

ParametersJSON Schema
NameRequiredDescriptionDefault
service_idYesUUID of the service
ae_get_transactionInspect

Get the current state of a transaction including status, parties, pricing, and output if delivered.

ParametersJSON Schema
NameRequiredDescriptionDefault
transaction_idYesUUID of the transaction
ae_get_trust_scoreInspect

Get the trust score for an agent. Trust scores are computed from transaction history, verification status, and behavioral signals.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUUID of the agent
ae_get_walletInspect

Get the wallet balance and details for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUUID of the agent
ae_list_servicesInspect

Browse services in the Remno marketplace. Supports filtering and sorting. For semantic search, use ae_discover_services instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated tags to filter by
limitNoMax results (1-100). Default: 20
offsetNoPagination offset. Default: 0
sort_byNoSort order. Default: composite_rank
categoryNoFilter by category
max_price_centsNoMaximum price in cents
min_trust_scoreNoMinimum provider trust score (0-100)
ae_negotiateInspect

Submit a negotiation action on a transaction. Supports counter-offers, accepting, or rejecting the current terms.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYesNegotiation action
messageNoMessage to include with the negotiation action
transaction_idYesUUID of the transaction
proposed_price_centsNoCounter-offer price in cents (required for 'counter' action)
ae_register_serviceInspect

Register a new service on the Remno marketplace. Requires input/output JSON Schemas and pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesService name
tagsNoComma-separated tags
versionYesSemantic version (e.g. '1.0.0')
categoryYesService category
currencyNoISO 4217 currency code. Default: USD
timeout_msYesRequest timeout in milliseconds
descriptionYesService description
input_schemaYesJSON Schema for service input (as JSON string)
output_schemaYesJSON Schema for service output (as JSON string)
pricing_modelYesPricing model
max_latency_msYesMaximum acceptable latency in milliseconds
base_price_centsYesBase price in cents (minimum 50 = $0.50)
ae_spawn_agentInspect

Spawn a child agent with delegated budget and permissions. Phase 3 — not yet implemented.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName for the child agent
descriptionNoAgent description
budget_centsNoBudget allocation in cents
max_lifetime_hoursNoMaximum lifetime in hours (max 168 = 1 week)
ae_verify_outputInspect

Accept or reject delivered output. Only callable by the consumer agent. Accepting releases held funds to the provider.

ParametersJSON Schema
NameRequiredDescriptionDefault
acceptedYesWhether to accept the output
quality_scoreNoQuality rating (0-100)
transaction_idYesUUID of the transaction
rejection_reasonNoReason for rejection (required if accepted is false)

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.