← Registry

Content Tools

hackshackers.com

Search and retrieve posts from the Hacks/Hackers website.

1 endpoint10 known toolsFirst detected June 7, 2026Last detected July 27, 2026

ENDPOINT 1

https://www.hackshackers.com/mcp

No auth detected

MCP server metadata

Name
hh-mcp
Version
0.1.0
Capabilities
toolsresources
Server instructions

Read-only access to hackshackers.com. Use search_posts for keyword search, get_post for a full article by slug, and list_recent for the latest posts.

Known tools 10

search_posts

Search Hacks/Hackers posts by keyword.

Inferred read-only
get_post

Retrieve the full content of a single Hacks/Hackers post by its slug.

Potential side effects
list_recent

List the most recent Hacks/Hackers posts, optionally filtered by a tag slug.

Inferred read-only
list_by_author

List posts by a specific Hacks/Hackers author, newest first.

Inferred read-only
list_by_tag

List posts with a specific tag, newest first.

Inferred read-only
list_by_date_range

List Hacks/Hackers posts published within a date range (inclusive), newest first.

Inferred read-only
get_author

Retrieve an author's profile: name, bio, website, location, post count, and URL.

Potential side effects
get_tag

Retrieve a tag: name, description, post count, and URL.

Potential side effects
list_newsletters

List recent Hacks/Hackers newsletter issues, newest first.

Inferred read-only
get_newsletter

Retrieve the full content of a newsletter issue by slug.

Inferred read-only

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.hh-mcp]
url = "https://www.hackshackers.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hh-mcp": {
      "type": "http",
      "url": "https://www.hackshackers.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hh-mcp
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": {
    "hh-mcp": {
      "url": "https://www.hackshackers.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hh-mcp": {
      "type": "http",
      "url": "https://www.hackshackers.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hh-mcp",
  "transport": "streamable-http",
  "url": "https://www.hackshackers.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hackshackers.com was fetched 2026-09-26T12:35:21.761Z.

Trust status Trusted

hackshackers.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.