online-audit
v1.0.0
Published
MCP server for auditing a person's public online presence — Google search, GitHub, Reddit, web scraping
Maintainers
Readme
Online Presence Audit — MCP Server
An MCP server that provides tools to collect a person's public online presence data. The LLM client (Claude, etc.) orchestrates the tools and synthesizes the audit report itself.
Tools
| Tool | Description |
|------|-------------|
| search_google | Google search via Serper API. Use site:linkedin.com/in/ for LinkedIn data |
| get_github_profile | GitHub public profile, bio, top repos, stars, languages |
| scrape_page | Scrape any public web page via ScrapeDo (blogs, portfolios, etc.) |
| get_reddit_user | Reddit profile, karma, active subreddits, recent activity |
Setup
{
"mcpServers": {
"online-audit": {
"command": "npx",
"args": ["online-audit"],
"env": {
"SERPER_API_KEY": "your-key",
"SCRAPEDO_API_KEY": "your-key",
"REDDIT_CLIENT_ID": "your-id",
"REDDIT_CLIENT_SECRET": "your-secret"
}
}
}
}API Keys
- Serper — serper.dev (Google search)
- ScrapeDo — scrape.do (web scraping)
- Reddit — reddit.com/prefs/apps (Reddit API)
Usage
Ask your LLM:
"Audit the online presence of Jane Doe. Her GitHub is janedoe and search LinkedIn for her."
