Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIMARKET_MCP_KEYNoOptional bearer token for authentication. Required if AIMARKET_MCP_PRODUCTION is set to 1.
AIMARKET_MCP_PORTNoPort to listen on (default: 9090).
AIMARKET_MCP_RATENoRate limit per key/IP (default: 120/min).
AIMARKET_METIS_KEYNoAPI key for the Metis verification service.
AIMARKET_METIS_URLNoURL for the Metis verification service (required for metis_verify tool).
AIMARKET_SEARCH_URLNoURL for the search service (required for web_search tool).
AIMARKET_MCP_PRODUCTIONNoSet to '1' to enable production mode, which requires AIMARKET_MCP_KEY.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_fetch_toolA

Fetch a web page by URL and return its main text content.

SSRF-hardened (scheme allow-list, private-IP block, per-redirect re-validation, size cap). Output is sanitized, role-marker stripped, and wrapped in <untrusted>…</untrusted> before it can reach a model — safe for agent consumption with explicit untrusted marking.

web_search_toolA

Search the web for current facts and return the top result snippets.

Uses DuckDuckGo HTML results. Output is sanitized and wrapped <untrusted> like web_fetch. Prefer this over guessing when the answer depends on recent events or documentation.

metis_verify_toolA

Run Metis cognition + verification on an input; returns answer plus verify_score/verified.

Calls the Metis /v1/verify API. Response includes machine-readable metadata [verify_score=… status=… route=… verified=…] so agents can fail-closed when confidence is insufficient. Configure AIMARKET_METIS_URL and optional AIMARKET_METIS_KEY.

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/alexar76/aimarket-mcp'

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