fiverr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| update_profileA | Update your Fiverr seller profile (bio, title, name, picture, skills, languages) |
| list_gigsA | List all your Fiverr gigs with status and metrics |
| get_gigB | Get full details of a specific gig |
| create_gigC | Create and publish a new Fiverr gig |
| update_gigB | Update title, description, or tags on an existing Fiverr gig |
| pause_gigB | Pause (deactivate) a Fiverr gig |
| activate_gigA | Re-activate a paused Fiverr gig |
| delete_gigA | Permanently delete a Fiverr gig |
| list_ordersB | List your Fiverr orders (active, completed, or cancelled) |
| get_orderB | Get full details of a specific Fiverr order |
| list_messagesB | List your Fiverr inbox conversations |
| get_conversationC | Get full message thread for a conversation |
| get_analyticsB | Get gig analytics (impressions, clicks, orders) for your gigs |
| execute_jsA | Run arbitrary JavaScript in the MAIN world of a Fiverr browser tab and return the result. Use this to inspect the DOM, intercept data, or perform any action on the page. The code runs as the body of an async function so you can use await and return values. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool targets a distinct action or resource. Tools like list_gigs, get_gig, create_gig, etc. are clearly separated; list_messages and get_conversation serve different granularities. No overlapping purposes.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., activate_gig, list_orders, get_analytics). No deviation or mixing of conventions.
14 tools cover the core domains of gig, order, message, analytics, and profile management without bloat or excessive minimalism. Well-scoped for a Fiverr seller assistant.
The tool surface covers essential CRUD for gigs, listing orders/messages, analytics, and profile updates. Missing send message or cancel order, but execute_js can fill gaps. Minor gaps overall.