Agent Plugins Marketplace
All plugins

joai-rating

v0.3.0

Connect Rating to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.

CodexClaude CodeAgent Plugins1 Skill1 MCP serverStreamable HTTP

By JoAiLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 10, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install joai-rating for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add joai-rating@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/joai-plugins/rating

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

joai-rating/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/use-rating/SKILL.md
└── .mcp.json

Included Skills1

use-ratingskills/use-rating/SKILL.md

Use the Rating JoAi app plugin when the task needs Rating tools or workflows.

MCP servers1

joai-ratingStreamable HTTP
url
https://cortex.joai.ai/mcp/apps/rating

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "joai-rating",
  "version": "0.3.0",
  "description": "Connect Rating to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
  "author": {
    "name": "JoAi",
    "email": "[email protected]",
    "url": "https://joai.ai"
  },
  "homepage": "https://joai.ai/en/apps/rating",
  "repository": "https://github.com/JoAiHQ/plugins",
  "license": "MIT",
  "keywords": [
    "joai",
    "mcp",
    "rating"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Rating by JoAi",
    "shortDescription": "Connect Rating to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
    "longDescription": "Collect customer ratings and store them on contact profiles. Perfect for restaurants, cafes, and service businesses.",
    "developerName": "JoAi",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://joai.ai/en/apps/rating",
    "privacyPolicyURL": "https://legal.vleap.ai/policies/privacy.html",
    "termsOfServiceURL": "https://legal.vleap.ai/general/legal-notice.html",
    "defaultPrompt": [
      "List the Rating tools available in this app.",
      "Explain what setup or authentication Rating needs before I run an action.",
      "Use Rating to help me with the task I describe next."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "joai-rating",
  "version": "0.3.0",
  "description": "Connect Rating to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
  "author": {
    "name": "JoAi",
    "email": "[email protected]"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "joai-rating",
  "version": "0.3.0",
  "description": "Connect Rating to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.",
  "author": {
    "name": "JoAi",
    "email": "[email protected]",
    "url": "https://joai.ai"
  },
  "homepage": "https://joai.ai/en/apps/rating",
  "repository": "https://github.com/JoAiHQ/plugins",
  "license": "Proprietary",
  "keywords": [
    "joai",
    "mcp",
    "agent-plugins",
    "rating"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[joai-rating on Agent Plugins Marketplace](https://pluginsmp.com/plugins/joai-rating)