Skip to main content
Glama
mannutech
by mannutech

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
O1_API_KEYYesAPI key sent as x-api-key (issued by o1).
O1_LOG_LEVELNodebug/info/warn/error. Logs go to stderr only.info
O1_MAX_RETRIESNoRetries for /health & /quote on 429/5xx.2
O1_API_BASE_URLYesAggregator base URL, no trailing slash. Prod: https://quiet-bloodhound-531.convex.site.
O1_ENABLE_BUILD_TXNoRegister the gated /submit + /execute tools.false
O1_HTTP_TIMEOUT_MSNoPer-request timeout (ms).8000
O1_ALLOWED_CHAIN_IDSNoChain allowlist. Base only (phase 1).8453
O1_ALLOW_HIGH_SLIPPAGENoAllow slippage above the 2000 bps cap.false
O1_DEFAULT_SLIPPAGE_BPSNoDefault slippage (bps) when a quote omits it.100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
o1_healthA

Check o1.exchange aggregator liveness (GET /health). No auth, no parameters. Returns { ok, raw }.

o1_get_quoteA

Get a live DEX-aggregator swap quote on Base (o1.exchange). Read-only — no wallet or signing. Pass token addresses or "ETH". amountIn is in base units (wei). Returns a compact route summary + raw. Quotes expire in ~10s.

o1_list_supported_dexesA

List the DEX venues (DexId enum) the o1 aggregator can route through on Base. No parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mannutech/o1-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server