fiverr-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROXY_URL | No | Optional HTTP proxy for requests | |
| TRANSPORT | No | Transport mode (`stdio` or `sse`) | stdio |
| RATE_LIMIT_DELAY | No | Minimum seconds between requests | 2 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_gigs | Search Fiverr gigs by keyword. Returns up to 48 gigs per page. All prices in USD. Use the gig URL from results with get_gig_details() for full pricing. Use the seller_name from results with get_seller_profile() for seller info. Args: query: Search query (e.g. "logo design", "python developer") category: Category slug to filter by (leave empty for all categories) min_price: Minimum price in USD max_price: Maximum price in USD seller_level: Filter by seller level sort_by: Sort order for results page: Page number (starts at 1) |
| get_gig_details | Get full details of a Fiverr gig including all pricing tiers (Basic/Standard/Premium). All prices in USD. Use the seller username from results with get_seller_profile() for more seller info. Args: url: Fiverr gig URL (e.g. "https://www.fiverr.com/username/gig-slug") or path ("username/gig-slug") |
| get_seller_profile | Get a Fiverr seller's profile including bio, languages, certifications, and gig listings. Use the seller_name from search_gigs() results as the username here. Args: username: Seller's Fiverr username (e.g. "johndoe") |
| get_gig_reviews | Get reviews for a Fiverr gig. Returns the first page of reviews only (typically 5-10 reviews). Args: url: Fiverr gig URL (e.g. "https://www.fiverr.com/username/gig-slug") or path |
| list_categories | List all available Fiverr category slugs. Use these slugs with the category parameter in search_gigs(). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/KyuRish/fiverr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server