Skip to content
Back to search
90
MCP v1.0.0 sse

Social Profile Enrichment API

io.github.Br0ski777/social-profile

Social media profile lookup for GitHub, Twitter/X, LinkedIn, YouTube. x402.

Uptime
0.0%
1 direct probes · 30d
Response
203ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

social_lookup_profile

Use this when you need public profile data from a social media handle or URL. Returns structured profile data in JSON. Returns: 1. displayName and bio 2. avatarUrl 3. followerCount and followingCount…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "social_profile_enrichment_api": {
      "url": "https://social-profile.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}