# Social Profile Lookup — Twitter, GitHub, LinkedIn

Social media profile enrichment API for AI agents. Look up any social handle or URL across Twitter/X, GitHub, LinkedIn, and YouTube. Returns structured profile data: display name, bio, follower count…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/social-profile

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/social-profile

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/social-profile social_lookup_profile

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/social-profile social_lookup_profile '{}'
```

## Direct MCP Connection

Endpoint: `https://social-profile--axel-belfort.run.tools`

## 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/social-profile <tool-name>
```
