Learning Resources
osamahassouna.com
Provides access to an email playbook with categories, rules, and reusable components for email design.
ENDPOINT 1
https://docs.osamahassouna.com/api/mcp
MCP server metadata
- Name
- email-playbook
- Version
- 0.6.3
Known tools 4
list_categoriesList all rule categories in the Email Playbook with a one-line description and page count.
Potential side effectslist_componentsList all reusable email components in the playbook with their metadata: name, subcategory (layout/media/interactive/text), description, whether they require Outlook VML, and whether they are responsive.
Potential side effectsget_componentReturn the full record for a single component: title, description, narrative body, the primary HTML pattern, list of slots (placeholders the model should fill), VML/responsive flags, and all code examples.
Inferred read-onlyCONNECT 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.email-playbook]
url = "https://docs.osamahassouna.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"email-playbook": {
"type": "http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: email-playbook
Remote MCP URL: https://docs.osamahassouna.com/api/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": {
"email-playbook": {
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"email-playbook": {
"type": "http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "email-playbook",
"transport": "streamable-http",
"url": "https://docs.osamahassouna.com/api/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 osamahassouna.com was fetched 2026-09-03T08:49:57.029Z.
osamahassouna.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.