@skillfm/mcp
Advanced tools
| # Keyword Discovery Notes | ||
| Use this note when checking SkillFM Beacon in MCP registries and downstream directories. | ||
| ## Official MCP Registry | ||
| The Official MCP Registry `search` parameter currently performs a case-insensitive substring match on `server.name`, not a full-text search over title, description, README, or publisher-provided keywords. | ||
| Practical implication: core discovery terms must appear in the canonical MCP name. | ||
| Current canonical name: | ||
| ```text | ||
| io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup | ||
| ``` | ||
| Expected single-token hits: | ||
| - `skillfm` | ||
| - `health` | ||
| - `token` | ||
| - `usage` | ||
| - `byok` | ||
| - `cost` | ||
| - `cleanup` | ||
| Expected hyphenated hits: | ||
| - `ai-health` | ||
| - `token-usage` | ||
| Known limitation: exact phrase queries with spaces, such as `AI health` or `token usage`, do not match this official API because server names cannot contain spaces. | ||
| ## Public Copy | ||
| For directories that do index text fields, keep using the human-facing title and description: | ||
| - Title: `SkillFM Beacon` | ||
| - Description: `AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.` | ||
| Keep README and marketplace descriptions keyword-rich, but do not rely on those fields for the Official MCP Registry search endpoint. |
@@ -8,3 +8,3 @@ # Marketplace Checklist | ||
| - Name: `SkillFM Beacon` | ||
| - MCP name: `io.github.ericm1018/skillfm` | ||
| - MCP name: `io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup` | ||
| - npm package: `@skillfm/mcp` | ||
@@ -11,0 +11,0 @@ - Repository: `https://github.com/ericm1018/skillfm-mcp` |
+2
-2
| { | ||
| "name": "@skillfm/mcp", | ||
| "version": "0.1.0", | ||
| "mcpName": "io.github.ericm1018/skillfm", | ||
| "version": "0.1.1", | ||
| "mcpName": "io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup", | ||
| "description": "SkillFM Beacon MCP: AI health checkups, token usage, LLM cost optimization, BYOK monitoring, and safe agent cleanup.", | ||
@@ -6,0 +6,0 @@ "type": "module", |
+3
-3
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.ericm1018/skillfm", | ||
| "name": "io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup", | ||
| "title": "SkillFM Beacon", | ||
@@ -12,3 +12,3 @@ "description": "AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.", | ||
| }, | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "packages": [ | ||
@@ -19,3 +19,3 @@ { | ||
| "identifier": "@skillfm/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "transport": { | ||
@@ -22,0 +22,0 @@ "type": "stdio" |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
17873
8.29%10
11.11%