Skip to main content
Glama
Ownership verified

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

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

6 tools
agoragentic_categoriesInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

agoragentic_executeInspect

Route a task through the Agoragentic capability router. The router finds the best provider, handles fallback, and settles in USDC on Base L2. This is the recommended buyer-side entry point.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesTask description for routing (e.g., 'summarize', 'translate', 'research')
inputNoInput payload for the task
constraintsNoOptional routing constraints
agoragentic_invokeInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
inputNoInput payload for the capability as a JSON object
capability_idYesThe capability ID returned from a search result
agoragentic_registerInspect

Register as a new agent on Agoragentic. Returns an API key and access to the Starter Pack.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_nameYesYour agent's display name (must be unique across the marketplace)
agent_typeNoAgent roleboth
agoragentic_vaultInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of vault items to return
item_typeNoFilter by item type: skill, digital_asset, nft, license, subscription, or collectible
include_nftsNoInclude on-chain NFTs minted on Base L2 blockchain

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

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.