Skip to main content
Glama
oborseth

Porkbun MCP Server

by oborseth

list_marketplace

Read-onlyIdempotent

Browse domains listed for sale on Porkbun's marketplace with filters for TLD, SLD length, price, and keyword search. Get domain, price, and listing date for each result.

Instructions

Browse domains for sale on the Porkbun marketplace (aftermarket — domains owned by other users, not new registrations). Returns each listing's domain, TLD, SLD length, price (in USD), and listing date.

Filters (all optional, server-side, mirroring the porkbun.com/marketplace UI):

  • query: SLD substring match. Multi-word queries: prefix a word with - to exclude it (e.g. "ai -test" matches SLDs containing 'ai' but not 'test').

  • tlds: limit to a list of TLDs (without the leading dot).

  • sld_length_min, sld_length_max: SLD character length bounds.

  • sort_name: domain | tld | price | sld_length.

  • sort_direction: asc | desc.

When any filter is set, server returns up to 1000 matching listings. With no filters, supports raw pagination via start / limit (max 5000).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSLD substring search. Use `-word` to exclude. Example: `'ai -test'`.
tldsNoLimit to these TLDs (no leading dot). Example: `['com', 'io', 'ai']`.
sld_length_minNoMinimum SLD character length.
sld_length_maxNoMaximum SLD character length.
sort_nameNoSort field. Default: `sld_length` asc when query is set, else `create_date` desc.
sort_directionNoSort direction.
startNoPagination offset (no-filter mode only). Default 0.
limitNoPage size (no-filter mode only). Default 1000, max 5000.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true and idempotentHint=true, which the description aligns with by describing a read-only browse operation. The description adds valuable behavioral details: server-side filters, pagination limits (1000 with filters, up to 5000 without), and return fields. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening sentence stating purpose, followed by return fields, then detailed parameter explanations. Every sentence is informative and no fluff. Front-loaded with the most critical information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 8 optional parameters and no output schema, the description covers purpose, parameter details, and behavioral differences. It omits explicit error handling or rate limits, but the read-only and idempotent annotations reduce the need. The return fields are mentioned, so it is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, baseline is 3. The description adds meaning beyond the schema by explaining the query substring semantics (including exclusion with '-'), pagination modes (with vs. without filters), and sort defaults. This adds value, hence a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is for browsing domains for sale on the Porkbun marketplace, distinguishing it from related tools like list_domains (which likely lists owned domains) and check_domain (availability). It explicitly mentions 'aftermarket — domains owned by other users, not new registrations' and lists the returned fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for searching/sorting aftermarket domains and explains filter behavior (with filters vs. without). However, it does not explicitly state when not to use it or name alternative tools for other domain operations, though the clarity of purpose compensates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/oborseth/Porkbun-MCP'

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