Skip to main content
Glama
modelnorth

fiverr-phantom-mcp

by modelnorth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fiverr_get_statusA

Check if the Fiverr Phantom browser session is authenticated and valid.

fiverr_get_overviewA

Inspect the authenticated Fiverr seller account: username, profile URL, and existing gigs.

fiverr_launch_loginA

Launch interactive visible window to log into Fiverr and persist the session.

fiverr_update_profileA

Update seller profile description and/or tagline on Fiverr with anti-ban humanized timing.

fiverr_add_skillsC

Bulk-add search-indexed skills to the Fiverr seller profile. Levels: 'Beginner', 'Intermediate', 'Expert'

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct concern: authentication status, account overview, login flow, profile description/tagline updates, and skill additions. The boundaries between update_profile and add_skills are clear because they modify different parts of the profile.

Naming Consistency5/5

All tools use a consistent fiverr_ prefix followed by a clear verb_noun pattern: get_status, get_overview, launch_login, update_profile, add_skills. Naming style and structure are uniform across the set.

Tool Count5/5

Five tools is a well-scoped set for a focused Fiverr automation server. Each tool covers a necessary step in the login-to-profile-management workflow without unnecessary bulk.

Completeness3/5

The core profile workflow is covered—login, status check, overview, profile update, and skill addition—but the skill management surface is one-directional. There is no way to retrieve existing skills, remove them, or adjust their levels, which creates a notable gap for full profile management.

Maintenance

ActivityMaintained
ResponsivenessNo issues