CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Jivosite Mcp

theyahia/jivosite-mcp
authSTDIOregistry active
Summary

Connects Claude to the JivoSite live chat platform through its REST API. You get tools to pull chat lists with status filters, enumerate agents and contacts, search contacts by email or phone, send messages into active chats, and manage webhooks for event triggers like chat_accepted. The two included skills surface active chats and agent online/offline stats without you needing to call the raw endpoints. Needs a JIVOSITE_TOKEN from your account's API settings. Useful when you're building support automation, want to route or summarize conversations programmatically, or need to sync JivoSite activity into other systems. Part of a larger Russian API MCP collection.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@theyahia/jivosite-mcp

MCP-сервер для JivoSite API — чаты, агенты, контакты, сообщения, вебхуки. 10 инструментов + 2 скилла.

npm License: MIT

Часть серии Russian API MCP (50 серверов) by @theYahia.

Установка

Claude Desktop

{
  "mcpServers": {
    "jivosite": {
      "command": "npx",
      "args": ["-y", "@theyahia/jivosite-mcp"],
      "env": { "JIVOSITE_TOKEN": "your-token" }
    }
  }
}

Claude Code

claude mcp add jivosite -e JIVOSITE_TOKEN=your-token -- npx -y @theyahia/jivosite-mcp

VS Code / Cursor

{
  "servers": {
    "jivosite": {
      "command": "npx",
      "args": ["-y", "@theyahia/jivosite-mcp"],
      "env": { "JIVOSITE_TOKEN": "your-token" }
    }
  }
}

Smithery

npx @smithery/cli install @theyahia/jivosite-mcp

Требуется JIVOSITE_TOKEN. Получите в панели JivoSite -> Управление -> API.

Режимы запуска

Stdio (по умолчанию)

npx -y @theyahia/jivosite-mcp

Streamable HTTP

npx -y @theyahia/jivosite-mcp --http --port=3000
  • MCP endpoint: http://localhost:3000/mcp
  • Health check: http://localhost:3000/health

Инструменты (10)

ИнструментОписание
get_chatsСписок чатов (фильтр по статусу)
get_agentsСписок агентов (операторов)
get_contactsСписок контактов (поиск по имени/email/телефону)
create_contactСоздать контакт
get_messagesСообщения из чата по chat_id
send_messageОтправить сообщение в чат
get_webhooksСписок вебхуков
create_webhookСоздать вебхук
delete_webhookУдалить вебхук

Скиллы (2)

СкиллОписание
skill_active_chatsАктивные чаты сейчас
skill_agent_statsСтатистика операторов (онлайн/оффлайн)

Примеры

Покажи последние чаты
Список агентов JivoSite
Найди контакт по email
Покажи сообщения из чата chat-123
Какие чаты сейчас активны?
Сколько операторов онлайн?
Создай вебхук для chat_accepted

Реферальная программа JivoSite

JivoSite предлагает партнёрскую программу с пожизненной комиссией 25-35% от оплат привлечённых клиентов.

  • 25% — базовая ставка
  • 30% — от 10 привлечённых клиентов
  • 35% — от 50 привлечённых клиентов
  • Выплаты ежемесячно, пожизненно
  • Регистрация: jivo.ru/partners

Подключите JivoSite и зарабатывайте на каждом клиенте.

Лицензия

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

JIVOSITE_TOKEN*secret

API key for the service

Registryactive
Package@theyahia/jivosite-mcp
TransportSTDIO
AuthRequired
UpdatedMar 31, 2026
View on GitHub