← Registry

Content Tools

karboosx.net

Manages and retrieves blog posts and code snippets.

1 endpoint15 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://karboosx.net/mcp

No auth detected

MCP server metadata

Name
karboosx-mcp-server
Version
1.0.0
Capabilities
tools

Known tools 15

blog_list_posts

List published blog posts that are included in the listing, with pagination and optional search.

Inferred read-only
blog_read_post

Read a specific blog post by its ID.

Potential side effects
snippet_list

List public snippets with pagination and optional search.

Inferred read-only
snippet_read

Read a specific snippet by its ID.

Inferred read-only
snippet_search

Search public snippets by title, content, or keywords.

Inferred read-only
user_message_generate_channel

Generates a new channel for user messages.

Inferred read-only
user_message_get

Gets messages from a user message channel.

Potential side effects
user_message_send

Sends a message to a user message channel.

Potential side effects
utils_date_to_timestamp

Convert a date string to a Unix timestamp.

Inferred read-only
utils_generate_md5

Generates an MD5 hash of the provided text.

Inferred read-only
utils_generate_uuid

Generates a UUID (Universally Unique Identifier) version 4 or version 7.

Inferred read-only
utils_get_current_date

Get the current date and time, along with Unix timestamp.

Inferred read-only
utils_get_ip_info

Get information about your current IP address including validation, IPv4/IPv6 detection, and private/localhost status.

Inferred read-only
utils_modify_date

Modify a date by adding or subtracting time (e.g., "+1 day", "-2 weeks", "+1 month").

Potential side effects
utils_timestamp_to_date

Convert a Unix timestamp to a human-readable date string (Y-m-d H:i:s format).

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.karboosx-mcp-server]
url = "https://karboosx.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "karboosx-mcp-server": {
      "type": "http",
      "url": "https://karboosx.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: karboosx-mcp-server
Remote MCP URL: https://karboosx.net/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": {
    "karboosx-mcp-server": {
      "url": "https://karboosx.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "karboosx-mcp-server": {
      "type": "http",
      "url": "https://karboosx.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "karboosx-mcp-server",
  "transport": "streamable-http",
  "url": "https://karboosx.net/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 karboosx.net was fetched 2026-08-23T22:45:59.851Z.

Trust status Trusted

karboosx.net 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.