← faheem-ai.app
INDIVIDUAL MCP TOOL
submit_contact_form
Submits a contact inquiry to the public Faheem portal contact endpoint
LIVE ENDPOINT
https://faheem-ai.app/api/mcp
Connect to this endpoint to inspect the live schema for submit_contact_form and invoke it with your own arguments.
Indexed 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 server
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.faheem-mcp]
url = "https://faheem-ai.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faheem-mcp": {
"type": "http",
"url": "https://faheem-ai.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faheem-mcp
Remote MCP URL: https://faheem-ai.app/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": {
"faheem-mcp": {
"url": "https://faheem-ai.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faheem-mcp": {
"type": "http",
"url": "https://faheem-ai.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faheem-mcp",
"transport": "streamable-http",
"url": "https://faheem-ai.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
open_app_store_ios— Returns the iOS App Store URL for the Faheem appopen_app_store_android— Returns the Google Play Store URL for the Faheem appcontact_whatsapp— Returns the WhatsApp contact URL for Faheem supportcontact_email— Returns the contact email address for Faheem supportnavigate_to_section— Marketing-site navigation hint: returns an anchor URL that scrolls to a named section on the homepage.switch_language— Returns the canonical URL with a lang query parameter to switch site language.