AI & Machine Learning
morfoz.ai
MCP server for the Morfoz AI assistant platform, providing tools to access pricing, platform capabilities, sector insights, and search or retrieve public AI assistant profiles.
ENDPOINT 1
https://morfoz.ai/mcp
MCP server metadata
- Name
- morfoz
- Version
- 2.0.0
Morfoz builds AI assistants and personal digital clones. Call get_pricing before quoting any price and platform_overview before describing what Morfoz can do — never answer either from memory. Tools whose names start with list_/get_/ask_/create_/update_/publish_/delete_assistant act on the signed-in user's own assistants and will ask them to sign in to Morfoz the first time they are used.
Known tools 13
platform_overviewWhat Morfoz is and what it can do: channels, languages, training methods, setup time, compliance.
Inferred read-onlylist_sectorsList the sectors in Morfoz's public assistant directory with the number of published assistants and the countries they are in.
Inferred read-onlysearch_assistantsSearch the public directory of AI assistants published on Morfoz.
Inferred read-onlylist_assistantsList the Morfoz assistants and digital clones the signed-in user owns or is a team member of.
Inferred read-onlyget_assistant_profileGet one of the user's own assistants in detail: description, visibility, voice settings and how much training material it has.
Inferred read-onlyget_conversation_historyList the conversations an assistant has had, or read the messages of one conversation when conversation_id is given.
Inferred read-onlyask_assistantSend a message to one of the user's own Morfoz assistants or digital clones and return its reply.
Potential side effectscreate_assistantCreate a new Morfoz AI assistant (for a business) or digital clone (for a person).
Potential side effectsupdate_assistant_trainingAdd a question/answer pair to an assistant's knowledge base so it answers that way from now on.
Inferred read-onlypublish_assistantMake an assistant publicly visible: it is listed in Morfoz's public directory, gets a public profile page and becomes reachable by anyone.
Inferred read-onlydelete_assistantPermanently delete one of the user's assistants together with its training data and conversations.
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.morfoz]
url = "https://morfoz.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"morfoz": {
"type": "http",
"url": "https://morfoz.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: morfoz
Remote MCP URL: https://morfoz.ai/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": {
"morfoz": {
"url": "https://morfoz.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"morfoz": {
"type": "http",
"url": "https://morfoz.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "morfoz",
"transport": "streamable-http",
"url": "https://morfoz.ai/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.