🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

deinai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deinai-mcp

Stdio bridge to Deinai Creator SKILL MCP (influencer discovery)

pipPyPI
Version
1.0.2
Weekly downloads
16
-44.83%
Maintainers
1
Weekly downloads
 

deinai-mcp

Stdio MCP bridge for Creator SKILL — connects Cursor and Claude Desktop to the hosted Deinai MCP server at https://deinai.ai/mcp.

Setup

  • Sign in at https://deinai.ai.
  • Create an MCP token: POST https://deinai.ai/api/v1/mcp/tokens (with your login JWT).
  • Set environment variable DEINAI_MCP_TOKEN to data.jwt_token from the response.

Run

export DEINAI_MCP_TOKEN="<your-mcp-jwt>"
deinai-mcp-match

Or with uv:

uvx --from deinai-mcp deinai-mcp-match

Optional: DEINAI_MCP_URL (default https://deinai.ai/mcp).

Claude Desktop

{
  "mcpServers": {
    "creator-skill": {
      "command": "uvx",
      "args": ["--from", "deinai-mcp", "deinai-mcp-match"],
      "env": {
        "DEINAI_MCP_TOKEN": "YOUR_MCP_JWT_TOKEN"
      }
    }
  }
}

Tools

ping, get_location_ids, searchInfluencers — see Deinai docs.

Registry ownership: mcp-name: ai.deinai/creator-skill

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts