← Back to search

io.github.KyuRish/fiverr-mcp-server

KyuRish Scanned 1d ago

Search Fiverr gigs, sellers, pricing, and reviews. No API key required.

B
79.6 / 100

Versions

0.1.1latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

search_gigs
annotations: none low

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)

page int query str sort_by string category CategorySlug max_price string min_price string seller_level string
get_gig_details
annotations: none low

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")

url str
get_seller_profile
annotations: none low

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")

username str
get_gig_reviews
annotations: none low

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

url str
list_categories
annotations: none low

List all available Fiverr category slugs. Use these slugs with the category parameter in search_gigs().

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: os
env_vars low
Server uses env_vars capabilities via: os.getenv()

Scan Findings 23

low
Tool 'search_gigs' has no annotations annotation_checker · 100%
low
Tool 'get_gig_details' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Tool 'get_seller_profile' has no annotations annotation_checker · 100%
low
Tool 'get_gig_reviews' has no annotations annotation_checker · 100%
low
Tool 'list_categories' has no annotations annotation_checker · 100%
medium
Vulnerable dependency: curl-cffi@0.14.0 (GHSA-qw2m-4pqf-rmpp) dependency_analyzer · 95%
medium
Vulnerable dependency: curl-cffi@0.14.0 (PYSEC-2026-2431) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (PYSEC-2026-1812) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: search_gigs manifest_parser · 90%
info
Tool: get_gig_details manifest_parser · 90%
info
Tool: get_seller_profile manifest_parser · 90%
info
Tool: get_gig_reviews manifest_parser · 90%
info
Tool: list_categories manifest_parser · 90%
info
Required env vars (3) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%