/
An MCP server that provides LinkedIn & Reddit data
Server configuration and capabilities from the MCP manifest
Size: 981 bytes (246 tokens)
Tools Found: 2
Analysis ID: 2n2aqwb0
An MCP server that provides LinkedIn & Reddit data
Stars
Registry ID: ebe9848e-d092-4007-88bc-09b67823681b
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/15/2025
Last Release: 9/16/2025
Open Issues: 2
Historical performance and growth metrics over time
{
"name": "io.github.cmpxchg16/mcp-ethical-hacking",
"tags": [],
"tools": [
{
"name": "linkedin_analyze",
"description": "Analyzes a LinkedIn profile.",
"input_schema": {
"type": "object",
"required": [
"url",
"cookies"
],
"properties": {
"url": {
"type": "string",
"description": "The URL of the LinkedIn profile to analyze."
},
"cookies": {
"type": "string",
"description": "Cookies for authentication."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"profile_data": {
"type": "object",
"description": "Data extracted from the LinkedIn profile."
}
}
}
},
{
"name": "reddit_extract",
"description": "Extracts data from a Reddit post.",
"input_schema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL of the Reddit post to extract data from."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"post_data": {
"type": "object",
"description": "Data extracted from the Reddit post."
}
}
}
}
],
"version": "1.3.0",
"categories": [],
"description": "An MCP server that provides LinkedIn & Reddit data"
}Forks
Watchers
Contributors
Last Push: 9/15/2025
Last Release: 9/16/2025
Open Issues: 2