io.github.KyuRish/fiverr-mcp-server
Search Fiverr gigs, sellers, pricing, and reviews. No API key required.
Versions
0.1.1latestTools 5
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().
Permissions 3
network medium filesystem low env_vars low