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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_gigsA | 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_detailsA | 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_profileA | 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_reviewsA | 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_categoriesA | 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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