← Browse

@fleek-platform/eliza-plugin-mcp

C

MCP server package @fleek-platform/eliza-plugin-mcp

mcp_servermcp

Install

agr install @fleek-platform/eliza-plugin-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@fleek-platform/eliza-plugin-mcp", "description": "ElizaOS plugin to integrate with MCP (Model Context Protocol) servers", "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "version": "0.0.8", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fleek-platform/eliza-plugin-mcp.git" }, "tags": [ "mcp", "model", "context", "protocol", "elizaos-plugins" ], "scripts": { "build": "bun build ./src/index.ts --outdir ./dist --target node --minify --treeshake", "types": "bunx tsc --emitDeclarationOnly --outDir ./dist", "check:write": "bunx @biomejs/biome check --write ./src", "check": "bunx @biomejs/biome check ./src", "ci": "bunx @biomejs/biome ci ./src", "version:patch": "bunx bumpp patch --tag -y", "version:minor": "bunx bumpp minor --tag -y", "version:major": "bunx bumpp major --tag -y", "release:patch": "bun run version:patch && git push --follow-tags", "release:minor": "bun run version:minor && git push --follow-tags", "release:major": "bun run version:major && git push --follow-tags" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "1.2.5", "bumpp": "10.1.0", "typescript": "^5.0.0" }, "dependencies": { "@elizaos/core": "1.0.0-beta.7", "@modelcontextprotocol/sdk": "^1.7.0", "ajv": "^8.17.1", "json5": "^2.2.3" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": {} } }

Trustgrade C

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • warnFreshnessstale (>1y)

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-dbda5410a5ae2026-08-03