← Registry

Content Tools

3x1.io

Manages website content by listing sections, searching pages, fetching Markdown versions, and creating new content from a queue.

1 endpoint6 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://3x1.io/mcp

No auth detected

MCP server metadata

Name
3x1.io
Version
1.0.0
Capabilities
tools
Server instructions

3x1 — Digital Solutions. 3x1 — a digital solutions studio building websites, apps, branding, and design for ambitious teams. READ: list_sections to discover content areas, search to find items, get_page to read any page as clean Markdown. WRITE (requires Authorization: Bearer <mcp_token> from the site's Settings → MCP): list_queue reads the compose-by-prompt inbox; for each pending brief, generate the structured fields and call create_content(kind, fields) to publish the real post, then update_queue(id, status:"published", result_ref) to close it. Translatable fields (title/description/…) are objects like {"en":"…","ar":"…"}.

Known tools 6

list_sections

List the content sections of fadymondy.com (portfolio, services, blog, experience, skills, tools, gaming, youtube) with their web + Markdown URLs.

Inferred read-only
search

Search all site content (projects, services, blog posts, experience, etc.) by keyword.

Inferred read-only
get_page

Fetch any page as clean Markdown.

Inferred read-only
list_queue

[WRITE-AUTH] List the compose-by-prompt queue (briefs the site owner typed for you to turn into real posts).

Potential side effects
create_content

[WRITE-AUTH] Create a real content item from generated fields.

Potential side effects
update_queue

[WRITE-AUTH] Update a queued brief after acting on it: set status (published|rejected), result_ref ("<resource>:<id>" from create_content), and/or notes.

Potential side effects

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.3x1-io]
url = "https://3x1.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "3x1-io": {
      "type": "http",
      "url": "https://3x1.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "3x1-io": {
      "type": "http",
      "url": "https://3x1.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "3x1-io",
  "transport": "streamable-http",
  "url": "https://3x1.io/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 3x1.io was fetched 2026-09-15T11:40:58.548Z.

Trust status Trusted

3x1.io 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.