Add AgentsCoin MCP plugin (agentscoin)#2619
Open
axiosdevs wants to merge 2 commits into
Open
Conversation
crazywoola
requested changes
Jun 29, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
❌ 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.
Author
|
Thanks for the review. Bumped |
crazywoola
approved these changes
Jun 30, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
✅ 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
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
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
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it (https://agents-coin.com/privacy.html).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 JSONarguments. 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 feedbackor adjust the risk classification / packaging as needed.