Skip to main content
Glama
joinfreeplay

Freeplay MCP Server

Official
by joinfreeplay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FREEPLAY_API_URLNoFreeplay API URLhttps://a2a-api.vercel.app
FREEPLAY_TIMEOUTNoRequest timeout in ms15000
FREEPLAY_MAX_RETRIESNoMax retries on 5xx errors2

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
browse_offersA

Browse available offers the user can complete to earn money. Shows offer names, what to do, what you earn, and device requirements. All offers come live from the Freeplay API.

get_offerA

Get full details for an offer, formatted as a contract template showing exactly what the user needs to do and what they'll earn at each step.

accept_offerA

Accept an offer and create a binding contract. Returns a branded tracking link the user must click to start.

The Freeplay API handles the full flow: user validation, KYC check, GoKart offer fetch, tracking URL, branded link, and contract creation. If any step fails, nothing is created.

check_progressA

Check the status of a specific contract — which milestones are done, what's left, and current payout status.

my_contractsB

List all your contracts — active, completed, and expired.

registerA

Register a new user on Freeplay. Handles both immediate registration and waitlist. Returns user_id on success or waitlist position.

verify_identityA

Start KYC verification. Returns a Veriff session URL the user must complete, or instant verification with a sandbox passcode.

set_payout_methodA

Set how you want to get paid:

  • "tremendous" — Email with options: Venmo, PayPal, gift cards, bank transfer, Visa prepaid

  • "lightning" — Instant Bitcoin payments via Lightning Network

  • "usdc_base" — USDC on Base blockchain (coming soon)

statusB

Full account overview — registration status, KYC, payout method, active contracts, total earnings.

cash_outA

Cash out your pending earnings. All completed milestones accrue in your ledger. Once your pending balance reaches $5.00, you can withdraw everything at once.

recover_accountA

Recover your Freeplay account using your agent_id. Use this if you lost your user_id — your agent_id (the identifier you registered with) is all you need to get back in.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/joinfreeplay/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server