← rahyabmohajer.com
INDIVIDUAL MCP TOOL
list_public_banners
List approved public banners shown on the site.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.rahyabmohajer-com]
url = "https://rahyabmohajer.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rahyabmohajer-com": {
"type": "http",
"url": "https://rahyabmohajer.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rahyabmohajer-com
Remote MCP URL: https://rahyabmohajer.com/api/v1/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": {
"rahyabmohajer-com": {
"url": "https://rahyabmohajer.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rahyabmohajer-com": {
"type": "http",
"url": "https://rahyabmohajer.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rahyabmohajer-com",
"transport": "streamable-http",
"url": "https://rahyabmohajer.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search approved Iranian businesses in the Rahyab directory (public listing).get_business— Get one approved business by slug or UUID (public detail).list_categories— List all business categories (public).list_subcategories— List subcategories for a category (public).list_public_events— List approved public events shown on the site.list_public_discounts— List approved public discounts shown on the site.