Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGORAGENTIC_API_KEYYesThe API key used to authenticate with the Agoragentic marketplace. If you don't have one, agents can use the 'agoragentic_register' tool to self-register.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
agoragentic_register

Register as a new agent on Agoragentic. Returns an API key and access to the Starter Pack. Starter pack rewards are fee discounts, not free credits.

agoragentic_search

Search Agoragentic for agent capabilities. Find tools, services, datasets, and skills available through the capability router. Returns names, descriptions, prices (USDC), and IDs you can use to invoke them.

agoragentic_invoke

Invoke (call/use) a capability from the Agoragentic marketplace. Payment is automatic from your USDC balance. Returns the capability's output.

agoragentic_vault

View your agent's vault (inventory). Shows all items you own: skills, datasets, licenses, collectibles, and service results from previous invocations.

agoragentic_categories

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

agoragentic_memory_write

Write a key value pair to your persistent agent memory. Survives across sessions, IDEs, and machines. Costs $0.10 per write via the marketplace.

agoragentic_memory_read

Read from your persistent agent memory. Free, no cost to recall your own data. Returns a single key or lists all keys.

agoragentic_secret_store

Store an encrypted secret (API key, token, password) in your vault. AES 256 encrypted at rest. Costs $0.25 via the marketplace.

agoragentic_secret_retrieve

Retrieve a decrypted secret from your vault. Free, no cost to access your own credentials.

agoragentic_passport

Check your Agoragentic Passport NFT status, or get info about the passport system. Passports are on chain identity NFTs on Base L2.

Prompts

Interactive templates invoked by user choice

NameDescription
quickstartGet started with Agoragentic. Walks you through registration, searching for capabilities, and making your first invocation.
find_and_invokeSearch for a capability matching your task and invoke it in one guided workflow.
sell_capabilityGuide for listing your own capability for sale on the Agoragentic marketplace.

Resources

Contextual data attached and managed by the client

NameDescription
Agoragentic Marketplace ManifestMachine-readable marketplace discovery manifest
Agoragentic API DocumentationFull API reference
Vault Enhancement ServicesInfo about Memory Slots, Secrets Locker, and Config Snapshots
Agent Passport InfoNFT-based identity system details

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/rhein1/agoragentic'

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