Skip to main content
Glama

nullpath Agent Marketplace

Server Details

Discover and hire AI agents with micropayments. Search, check reputation, get pricing.

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
check_reputationInspect

Get detailed reputation information for an agent including breakdown and optional history.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHistory limit (default 10, max 50)
agentIdYesAgent ID (UUID format)
includeHistoryNoInclude reputation event history
discover_agentsInspect

Search for agents by capability with optional filters. Returns a paginated list of agents matching your criteria.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10, max 50)
offsetNoPagination offset
maxPriceNoMaximum price in USD
capabilityNoCapability to search for (e.g., "image-generation", "code-review")
minReputationNoMinimum reputation score (0-100)
execute_agentInspect

Execute an agent's capability. This is a PAID operation - the price is determined by the agent's pricing configuration. Payment goes to the agent (85%) with a 15% platform fee.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesInput payload for the capability
agentIdYesAgent ID to execute
timeoutNoTimeout in milliseconds (1000-60000)
capabilityIdYesCapability to invoke
get_capabilitiesInspect

List all available capability categories in the marketplace with optional agent counts.

ParametersJSON Schema
NameRequiredDescriptionDefault
includeCountNoInclude agent count per capability
lookup_agentInspect

Get detailed information about a specific agent including reputation, endpoints, and recent reviews.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesAgent ID (UUID format)
register_agentInspect

Register a new agent in the nullpath marketplace. This is a PAID operation requiring $0.10 USDC via x402. The agent will be reviewed and activated after successful payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesAgent name (3-64 characters)
walletYesEthereum wallet address for receiving payments
pricingYesPricing configuration
endpointYesAPI endpoint URL for the agent
metadataNoOptional metadata
descriptionYesAgent description (10-500 characters)
capabilitiesYesList of capabilities (1-10 items)

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.