← All WebMCP sites

mana.am

AI & Agentshttps://mana.amlisted as of 2026-07-15
Your Personal Agent for iPhone. Conversation becomes creation — let Mana do the work. Words turn into action, from spark to ship, all on your iPhone.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 53/100 (C).

Tools

search_community_appsanswerimperative
Search and browse published Mana creations.
Input schema
{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Search text."
    },
    "sort": {
      "type": "string",
      "enum": [
        "trending",
        "recent",
        "popular",
        "remixed",
        "liked"
      ],
      "description": "Sort order."
    },
    "category": {
      "type": "string",
      "description": "Category slug."
    },
    "tag": {
      "type": "string",
      "description": "Tag key."
    },
    "featuredOnly": {
      "type": "boolean",
      "description": "Restrict to featured creations."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "default": 0
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 48,
      "default": 10
    },
    "locale": {
      "type": "string",
      "description": "BCP-47 locale."
    }
  },
  "additionalProperties": false
}
get_popular_tagsanswerimperative
List popular tags used by the Mana community.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "default": 30,
      "description": "Maximum number of tags to return."
    }
  },
  "additionalProperties": false
}
get_public_shareanswerimperative
Fetch either a public Mana creator profile or one public Mana creation.
Input schema
{
  "type": "object",
  "required": [
    "kind",
    "handle"
  ],
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "creator",
        "app"
      ],
      "description": "Use \"creator\" for a public creator profile, or \"app\" for one creation."
    },
    "handle": {
      "type": "string",
      "description": "Creator handle."
    },
    "slug": {
      "type": "string",
      "description": "Required when kind is \"app\": the published app slug."
    },
    "locale": {
      "type": "string",
      "description": "BCP-47 locale."
    }
  },
  "additionalProperties": false
}
get_creator_profileanswerimperative
Look up a Mana creator's public profile and their published apps by their handle (e.g. 'simon').
Input schema
{
  "type": "object",
  "properties": {
    "handle": {
      "type": "string",
      "description": "The creator's handle, without the leading @."
    }
  },
  "required": [
    "handle"
  ]
}
Listings are sourced from public community registries and shown as reported.