Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLUENTCRM_API_URLNoThe FluentCRM API URL (e.g., https://your-domain.com/wp-json/fluent-crm/v2)
FLUENTCRM_API_PASSWORDYesYour FluentCRM API password
FLUENTCRM_API_USERNAMEYesYour FluentCRM API username

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
fluentcrm_list_contacts

Pobiera listę wszystkich kontaktów z FluentCRM

fluentcrm_get_contact

Pobiera szczegóły konkretnego kontaktu

fluentcrm_find_contact_by_email

Wyszukuje kontakt po adresie email

fluentcrm_create_contact

Tworzy nowy kontakt w FluentCRM

fluentcrm_update_contact

Aktualizuje dane kontaktu

fluentcrm_delete_contact

Usuwa kontakt z FluentCRM

fluentcrm_list_tags

Pobiera wszystkie tagi z FluentCRM

fluentcrm_create_tag

Tworzy nowy tag w FluentCRM

fluentcrm_delete_tag

Usuwa tag z FluentCRM

fluentcrm_attach_tag_to_contact

Przypisuje tag do kontaktu

fluentcrm_detach_tag_from_contact

Usuwa tag z kontaktu

fluentcrm_list_lists

Pobiera wszystkie listy z FluentCRM

fluentcrm_create_list

Tworzy nową listę w FluentCRM

fluentcrm_delete_list

Usuwa listę z FluentCRM

fluentcrm_attach_contact_to_list

Przypisuje kontakt do listy

fluentcrm_detach_contact_from_list

Usuwa kontakt z listy

fluentcrm_list_campaigns

Pobiera listę kampanii email

fluentcrm_create_campaign

Tworzy nową kampanię email

fluentcrm_pause_campaign

Wstrzymuje kampanię

fluentcrm_resume_campaign

Wznawia kampanię

fluentcrm_delete_campaign

Usuwa kampanię

fluentcrm_list_email_templates

Pobiera szablony email

fluentcrm_create_email_template

Tworzy nowy szablon email

fluentcrm_list_automations

Pobiera automatyzacje (funnels)

fluentcrm_create_automation

Tworzy nową automatyzację

fluentcrm_list_webhooks

Pobiera webhooks

fluentcrm_create_webhook

Tworzy nowy webhook

fluentcrm_list_smart_links

Pobiera listę Smart Links z FluentCRM (może nie być dostępne w obecnej wersji)

fluentcrm_get_smart_link

Pobiera szczegóły konkretnego Smart Link

fluentcrm_create_smart_link

Tworzy nowy Smart Link (może nie być dostępne w obecnej wersji)

fluentcrm_update_smart_link

Aktualizuje Smart Link (może nie być dostępne w obecnej wersji)

fluentcrm_delete_smart_link

Usuwa Smart Link (może nie być dostępne w obecnej wersji)

fluentcrm_generate_smart_link_shortcode

Generuje shortcode dla Smart Link

fluentcrm_validate_smart_link_data

Waliduje dane Smart Link przed utworzeniem

fluentcrm_dashboard_stats

Pobiera statystyki dashboarda

fluentcrm_custom_fields

Pobiera pola niestandardowe

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

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