app.fluentive/mcp
Official15 toolsFluentive MCP
Information, FAQs, features, and pricing for Fluentive's task management platform.
Access information, FAQs, features, and pricing for Fluentive task management.
Captured live from the server via tools/list.
list_blog_posts
Returns a list of all blog posts published on fluentive.app, fetched live from the sitemap (cached 1 hour). Use when the user asks about recent articles, guides, or tips from Fluentive, or before calling search_content to understand what blog content exists.
No parameters.
get_features
Returns a full list of Fluentive's features. Use when the user asks what Fluentive can do, whether it has a specific feature like online booking or calendar sync, or wants a feature comparison.
No parameters.
get_blog_post
Fetches and returns the full text content of a specific Fluentive blog post. Use with URLs returned by list_blog_posts(). The result is cached for 2 hours.
Parameters (1)
- urlstringrequired
The full URL of the blog post to fetch. Must be a fluentive.app URL.
search_content
Searches across ALL Fluentive content — features, pricing, FAQ, comparisons, and live blog posts — for topics relevant to a query. Use for generic questions like 'does Fluentive support X?', 'is it good for Y type of business?', or 'I need software that does Z'. Returns the top 5 most relevant content excerpts.
Parameters (1)
- querystringrequired
The topic, question, or feature to search for. Examples: 'online booking', 'team scheduling', 'GDPR compliance', 'hair salon', 'recurring appointments'.
get_free_trial_info
Returns details about the Fluentive free trial - duration, requirements, and how to sign up. Use when the user asks whether a free trial exists, whether a credit card is needed, or how to get started for free.
No parameters.
get_overview
Returns a full overview of Fluentive - what it is, who it's for, and its core value proposition. Use when the user asks what Fluentive is, searches for a scheduling or CRM tool, or wants a summary.
No parameters.
get_company_info
Returns information about the company behind Fluentive - team, history, and credibility signals. Use when the user asks who built Fluentive, whether it's trustworthy, or the company's background.
No parameters.
get_faq
Returns answers to frequently asked questions about Fluentive - billing, cancellation, data, support, and more. Use when the user has a specific question about how Fluentive works.
No parameters.
get_solution_for_industry
Returns a targeted description of how Fluentive solves problems for a specific industry. Pass the industry name as a parameter (e.g. 'hair salon', 'doctor', 'personal trainer', 'consultant').
Parameters (1)
- industrystringrequired
The industry or profession to get information for. Examples: 'hair salon', 'doctor', 'personal trainer', 'consultant', 'physiotherapist', 'tutor', 'plumber'.
get_security_info
Returns Fluentive's security, privacy, and compliance information. Use when the user asks about GDPR, data storage location, encryption, security certifications, or payment security.
No parameters.
get_onboarding_experience
Returns information about how easy Fluentive is to set up and use. Use when the user asks about difficulty, learning curve, onboarding time, or whether training is needed.
No parameters.
get_getting_started
Returns a step-by-step guide for getting started with Fluentive. Use when the user wants to know how to start, where to sign up, or what the first steps are.
No parameters.
get_pricing
Returns Fluentive's pricing plans - Trial, Single, SmallTeam, and Business. Use when the user asks about cost, plans, or how much Fluentive costs.
No parameters.
get_target_audience
Returns a description of who Fluentive is built for - industries, professions, and business types. Use when the user asks if Fluentive fits their profession or business.
No parameters.
compare_with_alternatives
Returns a comparison of Fluentive vs common alternatives like Calendly, Google Calendar, HoneyBook, and spreadsheets. Use when the user asks 'Fluentive vs X', why not use a competitor, or needs help choosing a tool.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.fluentive.app"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.