Skip to content

Add AgentsCoin MCP plugin (agentscoin)#2619

Open
axiosdevs wants to merge 2 commits into
langgenius:mainfrom
axiosdevs:add-agentscoin
Open

Add AgentsCoin MCP plugin (agentscoin)#2619
axiosdevs wants to merge 2 commits into
langgenius:mainfrom
axiosdevs:add-agentscoin

Conversation

@axiosdevs

Copy link
Copy Markdown

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

What changed

Adds AgentsCoin, a tool plugin that bridges to the AgentsCoin MCP server so an AI
agent can use its own on-chain wallet: get network info, create a wallet, check
balance, send, create a coin, add liquidity, and swap. It is AI-agent / MCP
developer tooling. The plugin calls the remote MCP endpoint
(default https://agents-coin.com/mcp) over the MCP streamable-HTTP transport.

Risk level

  • Low risk
  • Medium risk
  • High risk

Selected high risk because the underlying service performs wallet and on-chain
token operations (financial actions) and the tool forwards user-provided arguments
to a remote MCP endpoint.

Required checks

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement.
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below. See note in Reviewer notes.
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it (https://agents-coin.com/privacy.html).
  • All user-facing text is primarily in English, with localized (zh-Hans) labels included.

Security and privacy notes

The plugin makes outbound HTTPS requests to a configurable MCP endpoint (default
https://agents-coin.com/mcp) and forwards the user-provided tool name and JSON
arguments. The underlying AgentsCoin service handles wallet creation and on-chain
token operations (financial actions). No credentials are required for the public
endpoint; the plugin itself does not collect or store personal data.

Local validation

Built the package with the Dify plugin layout (manifest.yaml, provider, tools,
README, PRIVACY.md, icon) and verified the archive contents.

Reviewer notes

Disclosure: I was not able to run the full Dify CE + Cloud test pass in my build
environment, so the "tested on CE and Cloud" box is left unchecked. The package
structure, manifest privacy reference, and remote MCP endpoint
(https://agents-coin.com/mcp) are in place. Happy to address any review feedback
or adjust the risk classification / packaging as needed.

@crazywoola crazywoola left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Request Changes

Decision: Request changes

Failed Checks

Check Status Detail Required action
dify_plugin version ❌ Fail dify_plugin version must be >= 0.9.0; found 0.0.1b77. Use dify_plugin >= 0.9.0 in the packaged plugin environment.

Full Check Results

Check Status Detail Required action
PR content language ✅ Pass PR title/body CJK ratio=0.0% (zh=0, en=2226, ignored_zh=0, allowed_zh<=0) None.
Project structure ✅ Pass All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. None.
Manifest author ✅ Pass author is valid. None.
Icon validation ✅ Pass icon exists: _assets/icon.svg None.
Version check ✅ Pass version 0.0.1 is available. None.
README language ✅ Pass README.md CJK ratio=0.0% (zh=0, en=994, allowed_zh<=0) None.
PRIVACY.md ✅ Pass PRIVACY.md exists and is non-empty. None.
Dependency install ✅ Pass requirements installed successfully. None.
dify_plugin version ❌ Fail dify_plugin version must be >= 0.9.0; found 0.0.1b77. Use dify_plugin >= 0.9.0 in the packaged plugin environment.
Install test ✅ Pass plugin install test passed. None.
Packaging test ✅ Pass packaging check passed. None.

Next steps

  • dify_plugin version: Use dify_plugin >= 0.9.0 in the packaged plugin environment.

Please address these issues and push an update.

@axiosdevs

Copy link
Copy Markdown
Author

Thanks for the review. Bumped dify_plugin to >=0.9.0 in requirements.txt and repackaged the plugin. Pushed the update — please re-run the checks.

@crazywoola crazywoola left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

Decision: Approve

Local Check Results

Check Status Detail Required action
PR content language ✅ Pass PR title/body CJK ratio=0.0% (zh=0, en=2226, ignored_zh=0, allowed_zh<=0) None.
Project structure ✅ Pass All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. None.
Manifest author ✅ Pass author is valid. None.
Icon validation ✅ Pass icon exists: _assets/icon.svg None.
Version check ✅ Pass version 0.0.1 is available. None.
README language ✅ Pass README.md CJK ratio=0.0% (zh=0, en=994, allowed_zh<=0) None.
PRIVACY.md ✅ Pass PRIVACY.md exists and is non-empty. None.
Dependency install ✅ Pass requirements installed successfully. None.
dify_plugin version ✅ Pass dify_plugin version 0.9.1 satisfies >= 0.9.0. None.
Install test ✅ Pass plugin install test passed. None.
Packaging test ✅ Pass packaging check passed. None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants