Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COPPER_API_KEYYesYour Copper API key
COPPER_USER_IDYesYour Copper user ID
COPPER_USER_EMAILYesYour Copper account email

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_people

Search Copper contacts by name, email, or phone. Returns matching person records with IDs for use in create_activity.

get_person

Get full details of a Copper contact by their ID.

create_person

Create a new person (contact) in Copper CRM.

update_person

Update an existing person (contact) in Copper CRM. Only include fields you want to change. The 'details' field is the 'About' section visible at the top of the contact page.

search_companies

Search Copper companies by name. Returns matching company records.

list_activity_types

List all available activity types in Copper (e.g., Note, Meeting, Phone Call). Returns activity_type_id values needed for create_activity.

create_activity

Log an activity (meeting note, phone call, etc.) against a Copper person or company. Use list_activity_types first to get the correct activity_type_id.

list_opportunities

Search Copper opportunities (deals). Optionally filter by company or person. Returns deal name, value, status, and pipeline stage.

list_activities

Search Copper activities (meeting notes, calls, emails logged against contacts). Filter by parent record, activity type, or date range. Returns resolved parent names. Excludes system activities (assignee/status changes) by default.

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/dazanza/copper-mcp'

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