General Tools
faheem-ai.app
Provides direct links to app store listings, support contact channels, and homepage navigation anchors for the Faheem app.
ENDPOINT 1
https://faheem-ai.app/api/mcp
MCP server metadata
- Name
- faheem-mcp
- Version
- 0.1.0
Known tools 7
navigate_to_sectionMarketing-site navigation hint: returns an anchor URL that scrolls to a named section on the homepage.
Inferred read-onlyswitch_languageReturns the canonical URL with a lang query parameter to switch site language.
Inferred read-onlysubmit_contact_formSubmits a contact inquiry to the public Faheem portal contact endpoint
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.