1.0.0 • Published 9 months ago

@maelitop/mention-mcp-server v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Mention MCP Server

License: MIT NPM Version NPM Downloads

The Model Context Protocol (MCP) is an open protocol designed for effortless integration between LLM applications and external data sources or tools, offering a standardized framework to seamlessly provide LLMs with the context they require.

This server supplies tools designed to support social listening and monitoring capabilities through the Mention API.

Supported Tools

ToolDescription
get_account_infoRetrieve account details and subscription plan
get_app_dataGet available languages, countries, sources
list_alertsList all monitoring alerts with pagination
get_alertGet detailed information about specific alerts
create_basic_alertCreate alerts with simple keyword matching
create_advanced_alertCreate alerts with boolean query syntax
update_alertModify existing alert criteria and settings

Usage with Claude Desktop

Add the following to your Claude Desktop configuration file:

{
  "mcpServers": {
    "mention": {
      "command": "npx",
      "args": ["-y", "@maelitop/mention-mcp-server"],
      "env": {
        "MENTION_API_KEY": "your_mention_api_key_here"
      }
    }
  }
}

License

This project is licensed under the MIT License.