If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/cod-gb2l/StudioMeyer-CRM
REMOTE

StudioMeyer-CRM

cod-gb2l/StudioMeyer-CRM

AI-native CRM as MCP Server. 33 tools for contacts, pipeline, leads, follow-ups, health scores, revenue analytics, Stripe sync. Magic Link auth, EU hosted Frankfurt. Free tier.

33 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (4mo)
33toolsRemote/ HTTP4moindexed
100% uptime · 350ms avgChecked Jun 27, 2026
Quality Score
58/95
Established
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure12.8/20
106 days indexed
Capability19.8/25
Tools: 7.8/13 (33 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (3/3 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
0Clean
No signals detected.
The scanner shows
33 tools. Nothing caught our attention.
First indexed May 2, 2026
Server Profile
Tools catalogued
33
33 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 350ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://studiomeyer-crm--cod-gb2l.run.tools
Tools (33)
crm_company
Create, get, or update a company. Actions: "create" (new company), "get" (full profile with contacts, deals, revenue — lookup by id/name/supportCode), "update" (change fields by id). "Zeig mir Firma X" → action: get.
crm_list_companies
List all companies with filtering by stage, tag, source, health score. Sort by health, name, or recent activity.
crm_contact
Add or update a contact person. Actions: "add" (new contact to company), "update" (change existing by id). Mark as primary/decision maker.
crm_contact_delete
Delete a contact person by ID. This is a hard delete — the contact will be permanently removed.
crm_list_contacts
List contacts with optional filters: by company, search term, decision makers only. Supports pagination.
crm_deal
Create or update a deal/opportunity. Actions: "create" (new deal for company), "update" (change stage/value/etc. by id). Probability auto-sets by stage: lead(10%) → qualified(25%) → proposal(50%) → negotiation(75%) → won(100%).
Show all 33 tools ↓
crm_get_pipeline
Pipeline overview: deals by stage with values, forecasts, MRR/ARR. "Pipeline?" → use this.
crm_list_deals
List deals with filtering by stage, company, assignee, value range. Sort by value, stage, updated, or created.
crm_log_interaction
Log a communication (call, email, meeting, etc.). Auto-updates lastInteractionAt on company.
crm_get_timeline
Full timeline of a company: interactions and notes merged chronologically.
crm_add_note
Quick note on a company or deal. Author defaults to CRM_DEFAULT_AUTHOR env var or "admin".
crm_list_notes
List notes with filtering by company, deal, or author. Supports pagination.
crm_sync_stripe
Sync revenue from Stripe subscriptions to CRM. Matches by email.
crm_revenue_report
Revenue analytics: MRR, ARR, growth, breakdown by company and product. "Revenue?" → use this.
crm_search
Full-text search across all CRM entities: companies, contacts, deals, interactions, notes, leads. Includes tags, productKeys. German stemming + umlaut-folding + fuzzy. "Suche X im CRM" → use this.
crm_health_scores
Calculate health scores (0-100) for all companies based on activity, revenue, deals, contacts.
crm_dashboard
Full CRM dashboard: pipeline, MRR/ARR, health, activity, alerts. "Dashboard" or "CRM Status" → use this. Call this FIRST every session for the live overview. ⚠ If response includes isFirstTimeUser:true or onboardingHint, you MUST call crm_guide and offer the auto-load setup before responding to the user — they are a brand-new CRM user and need onboarding plus hook-setup explained proactively.
crm_stats
Aggregate CRM statistics: total contacts, deals by stage, pipeline value, leads by status/temperature, follow-up counts, interaction metrics. "CRM Statistiken" or "Zahlen" → use this.
server_status
Check CRM server health, configuration, and capabilities. Call this first on new sessions.
crm_lead
Ingest, list, update, or convert leads. Actions: "ingest" (new lead from any source, auto-dedup), "list" (filter by status/source), "update" (change lead fields — requires leadId/id), "convert" (lead → company + contact + optional deal). "Neue Leads?" → action: list.
crm_follow_up
Create, list, or complete follow-ups. Actions: "create" (schedule reminder), "list" (show open/overdue), "complete" (mark done). "Was steht an?" → action: list. "Erinnere mich" → action: create.
crm_import
Bulk import contacts from JSON array or CSV string. Auto-creates companies. Supports dedup by email/phone/name and dry-run mode. CSV auto-maps common DE+EN headers (Name, Email, Firma, etc.).
crm_export
Export CRM entities as JSON or CSV. Supports contacts, companies, deals, leads. "Export alle Deals als CSV" → use this.
crm_company_delete
Hard-delete a company and ALL related data (contacts, deals, notes, interactions, follow-ups). Irreversible!
crm_deal_delete
Delete a deal.
crm_note_delete
Delete a note.
crm_follow_up_delete
Delete a follow-up.
crm_lead_delete
Delete a lead. Cannot delete converted leads.
crm_interaction_delete
Delete an interaction (email, call, meeting log). Use for fixing mistakenly-logged interactions. Irreversible but recorded in the audit log with a full snapshot.
crm_handoff
CRM-scoped async task queue between Claude Code and Cowork — DB-backed, tenant-isolated, part of the CRM audit log. Use for tasks that belong to a customer or business context (e.g. "prepare proposal for MVC", "chase Stripe webhook on Deal X"). For free-form developer-to-developer messaging unrelated to CRM data, use the Nex Memory bridge (nex_learn with tag "for-claude-code") instead — that is separate and not persisted here. Actions: "list" (pending tasks), "read" (mark as read), "complete" (mark done), "create" (new task). "Was hat Claude Code fuer mich?" → action: list.
crm_audit_log
View audit trail: who changed what, when. Filter by entity, entityId, action. Use `relatedCompanyId` to see the complete audit history for a company (includes entries logged against its deals, interactions, notes, follow-ups, and contacts — joins across tables automatically). "Wer hat was geaendert?" → use this. "Zeig mir die ganze Historie von Firma X" → relatedCompanyId.
crm_guide
Interactive help and onboarding. Topics: quickstart, company, contacts, pipeline, leads, search, import, analytics, daily, followups, resources, tips. Call without topic to see all available topics.
crm_connect
Securely configure API keys (Stripe, SMTP, Telegram, Webhooks) via browser form. Keys are encrypted (AES-256-GCM) and NEVER pass through this chat. Actions: "connect" (get browser link), "status" (show configured keys), "disconnect" (remove a key).

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from cod-gb2l
StudioMeyer-GEO
AI visibility monitoring across 8 LLM platforms (ChatGPT, Gemini, Perplexity, Claude, Grok, DeepSeek, Copilot, Meta AI). 23 MCP tools + 5 expert workflows. 19 tools free without API keys. EU hosted Frankfurt.
StudioMeyer-Crew
Agent Personas for Claude. 14 MCP tools, 8 built-in personas (CEO, CFO, CMO, CTO, PM, Analyst, Support, Creative), custom personas, chained workflows. Zero extra API cost. Free tier.
StudioMeyer-Memory
AI memory server with 56 MCP tools. Knowledge Graph, semantic search, session tracking, multi-agent support. Magic Link auth, EU hosted Frankfurt. Free tier available.
Similar servers
keycloak-source-mcp
An MCP server that enables AI assistants to navigate, search, and analyze local Keycloak source code to support developer customizations like SPIs and authenticators. It provides tools for searching classes, generating boilerplate code, detecting breaking changes between versions, and tracing dependencies.
MCP Web Research Server
The MCP Web Research Server enables real-time web research with Claude by integrating Google search, capturing webpage content and screenshots, and tracking research sessions.
JS Reverse MCP
An MCP server for JavaScript reverse engineering that enables AI to perform browser debugging, script analysis, and automated hook injection. It streamlines complex workflows like deobfuscation, network tracing, and risk assessment through direct browser integration.
Memory Store MCP Server
A lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.
devdoc
A documentation MCP server that crawls websites and Git repositories, stores them as Markdown, and provides tools to search and retrieve documentation for local LLMs and AI agents.
BerryRAG
A local vector database RAG system that integrates with Playwright MCP for web scraping, enabling users to build searchable knowledge bases from web content with multiple embedding providers and Claude-optimized context formatting.
Indexed from Smithery · Updates nightlyView on Smithery →