Skip to content

Commit 8f4b78d

Browse files
Merge pull request #14 from alyona-ser/patch-2
Add Codex plugin (manifest + .mcp.json + marketplace)
2 parents 23bbeb6 + 16d2490 commit 8f4b78d

3 files changed

Lines changed: 61 additions & 0 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "seranking",
3+
"interface": {
4+
"displayName": "SE Ranking"
5+
},
6+
"plugins": [
7+
{
8+
"name": "se-ranking",
9+
"source": {
10+
"source": "local",
11+
"path": "./"
12+
},
13+
"policy": {
14+
"installation": "AVAILABLE",
15+
"authentication": "ON_INSTALL"
16+
},
17+
"category": "Productivity"
18+
}
19+
]
20+
}

.codex-plugin/plugin.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "se-ranking",
3+
"version": "2.10.3",
4+
"description": "Connect Codex to live SE Ranking data plus ready-to-run SEO and AI-search skills.",
5+
"author": {
6+
"name": "SE Ranking",
7+
"email": "api@seranking.com",
8+
"url": "https://seranking.com"
9+
},
10+
"homepage": "https://seranking.com/api/integrations/mcp/",
11+
"repository": "https://github.com/seranking/seo-skills",
12+
"license": "MIT",
13+
"keywords": ["seo", "geo", "aeo", "keyword-research", "backlinks", "site-audit", "ai-search", "competitive-research"],
14+
"skills": "./skills/",
15+
"mcpServers": "./.mcp.json",
16+
"interface": {
17+
"displayName": "SE Ranking",
18+
"shortDescription": "Live SEO & AI-search data plus ready-made workflows",
19+
"longDescription": "SE Ranking MCP gives Codex direct access to 180+ SEO and GEO tools — keyword research, backlinks, domain and competitor analysis, website audits, SERP analysis, and AI search visibility across ChatGPT, Gemini, Perplexity, and Google AI Overviews — plus open-source SEO skills that turn the data into finished deliverables.",
20+
"developerName": "SE Ranking",
21+
"category": "Productivity",
22+
"capabilities": ["Read"],
23+
"websiteURL": "https://seranking.com",
24+
"privacyPolicyURL": "https://seranking.com/legal/privacy-policy.html",
25+
"termsOfServiceURL": "https://seranking.com/legal/terms-of-service.html",
26+
"defaultPrompt": [
27+
"Use SE Ranking to find keyword ideas for [topic] in [country].",
28+
"Use SE Ranking to compare backlinks for [my domain] and [competitor]."
29+
],
30+
"brandColor": "#2D2DF5",
31+
"composerIcon": "./icon.png",
32+
"logo": "./icon.png"
33+
}
34+
}

.mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"mcpServers": {
3+
"se-ranking": {
4+
"url": "https://api.seranking.com/mcp"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)