← influship.com

INDIVIDUAL MCP TOOL

get_profile

Fetch a single social profile by (platform, username).

influship.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.influship.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_profile and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

influship.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.influship]
url = "https://mcp.influship.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "influship": {
      "type": "http",
      "url": "https://mcp.influship.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: influship
Remote MCP URL: https://mcp.influship.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "influship": {
      "url": "https://mcp.influship.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "influship": {
      "type": "http",
      "url": "https://mcp.influship.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "influship",
  "transport": "streamable-http",
  "url": "https://mcp.influship.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_sample_creator — Use this when a ChatGPT user wants to see what Influship can return before linking an account.
  • search_creators — Find a creator by name/handle, while preserving legacy semantic creator search.
  • semantic_search_creators — Semantic discovery search for influencers/content creators using natural-language queries.
  • autocomplete_creators — Autocomplete creator names, usernames, or display names from partial input.
  • find_lookalike_creators — Find creators SIMILAR to one or more seed creators.
  • match_creators — Score how well specific creators fit a campaign brief or search intent.
  • get_creator — Fetch the full record for a single creator by ID or exact platform username.
  • lookup_profiles — Batch-fetch up to 100 profiles by (platform, username) pairs.