← hackshackers.com
INDIVIDUAL MCP TOOL
get_post
Retrieve the full content of a single Hacks/Hackers post by its slug.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hackshackers-com]
url = "https://www.hackshackers.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hackshackers-com": {
"type": "http",
"url": "https://www.hackshackers.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hackshackers-com
Remote MCP URL: https://www.hackshackers.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hackshackers-com": {
"url": "https://www.hackshackers.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hackshackers-com": {
"type": "http",
"url": "https://www.hackshackers.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hackshackers-com",
"transport": "streamable-http",
"url": "https://www.hackshackers.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_posts— Search Hacks/Hackers posts by keyword.list_recent— List the most recent Hacks/Hackers posts, optionally filtered by a tag slug.list_by_author— List posts by a specific Hacks/Hackers author, newest first.list_by_tag— List posts with a specific tag, newest first.list_by_date_range— List Hacks/Hackers posts published within a date range (inclusive), newest first.get_author— Retrieve an author's profile: name, bio, website, location, post count, and URL.get_tag— Retrieve a tag: name, description, post count, and URL.list_newsletters— List recent Hacks/Hackers newsletter issues, newest first.