← Registry

Content Tools

fadymondy.com

Manages and creates content for a personal portfolio website by listing, searching, and generating posts from prompts.

1 endpoint6 known toolsFirst detected July 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://fadymondy.com/mcp

No auth detected

MCP server metadata

Name
fadymondy.com
Version
1.0.0
Capabilities
tools
Server instructions

Portfolio & content of Fady Mondy (Senior Tech Lead & AI Expert). 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.fadymondy-com]
url = "https://fadymondy.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "fadymondy-com",
  "transport": "streamable-http",
  "url": "https://fadymondy.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 fadymondy.com was fetched 2026-08-02T00:47:20.763Z and is being refreshed.

Trust status Neutral

fadymondy.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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