Content Tools
fadymondy.com
Manages and creates content for a personal portfolio website by listing, searching, and generating posts from prompts.
ENDPOINT 1
https://fadymondy.com/mcp
MCP server metadata
- Name
- fadymondy.com
- Version
- 1.0.0
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_sectionsList the content sections of fadymondy.com (portfolio, services, blog, experience, skills, tools, gaming, youtube) with their web + Markdown URLs.
Inferred read-onlysearchSearch all site content (projects, services, blog posts, experience, etc.) by keyword.
Inferred read-onlylist_queue[WRITE-AUTH] List the compose-by-prompt queue (briefs the site owner typed for you to turn into real posts).
Potential side effectsupdate_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 effectsCONNECT 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.
fadymondy.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.