← Registry

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.

1 endpoint13 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://morfoz.ai/mcp

No auth detected

MCP server metadata

Name
morfoz
Version
2.0.0
Capabilities
tools
Server instructions

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

get_pricing

Get Morfoz's current subscription plans and prices.

Inferred read-only
platform_overview

What Morfoz is and what it can do: channels, languages, training methods, setup time, compliance.

Inferred read-only
list_sectors

List the sectors in Morfoz's public assistant directory with the number of published assistants and the countries they are in.

Inferred read-only
search_assistants

Search the public directory of AI assistants published on Morfoz.

Inferred read-only
get_assistant

Get one published assistant's public profile by its handle.

Inferred read-only
list_assistants

List the Morfoz assistants and digital clones the signed-in user owns or is a team member of.

Inferred read-only
get_assistant_profile

Get one of the user's own assistants in detail: description, visibility, voice settings and how much training material it has.

Inferred read-only
get_conversation_history

List the conversations an assistant has had, or read the messages of one conversation when conversation_id is given.

Inferred read-only
ask_assistant

Send a message to one of the user's own Morfoz assistants or digital clones and return its reply.

Potential side effects
create_assistant

Create a new Morfoz AI assistant (for a business) or digital clone (for a person).

Potential side effects
update_assistant_training

Add a question/answer pair to an assistant's knowledge base so it answers that way from now on.

Inferred read-only
publish_assistant

Make an assistant publicly visible: it is listed in Morfoz's public directory, gets a public profile page and becomes reachable by anyone.

Inferred read-only
delete_assistant

Permanently delete one of the user's assistants together with its training data and conversations.

Potential side effects

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.