Social Profile Enrichment API
io.github.Br0ski777/social-profileSocial media profile lookup for GitHub, Twitter/X, LinkedIn, YouTube. x402.
Tools · 1
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"social_profile_enrichment_api": {
"url": "https://social-profile-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}