feat: add linkmoney — AI-native B2B marketplace for Chinese factory sourcing#1311
Open
KevinANDcayla wants to merge 2 commits into
Open
feat: add linkmoney — AI-native B2B marketplace for Chinese factory sourcing#1311KevinANDcayla wants to merge 2 commits into
KevinANDcayla wants to merge 2 commits into
Conversation
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.
LinkMoney — Agent-Native B2B Sourcing from China
TL;DR: First MCP Skill that connects Claude directly to 51 verified Chinese factories with live pricing, real-time inventory, and automated RFQ.
Why this belongs in the Skills directory
When to use/When NOT to usesectionsWhat the Skill does
Adds 13 MCP tools that let Claude:
find_china_supplier— search 51 verified Chinese factories by product / category / keywordget_pricing/get_inventory— live factory pricing & stock (with quantity tiers and ERP timestamps)submit_rfq— submit a Request for Quotation with email notification to the factorymulti_lang_inquiry— auto-translate an inquiry into 8 languages (EN/ES/DE/JA/FR/AR/PT/RU)download_cert— pull ISO / CE / FDA / RoHS certificationsmatch_spec— match a technical spec (ISO/ASTM/GB) to capable supplierstrust_score— 0–100 trust score per supplier/buyerbrowse_requirements/post_requirement— open B2B marketplace loopstats/get_supplier_contact/leave_review— platform utilitiesInstallation
Or add to MCP config:
{ "mcpServers": { "linkmoney": { "url": "https://linkmoney.online/mcp/manifest.json" } } }Quick demo flow (also documented in SKILL.md)
find_china_supplier(category="fastener", quantity=50000)→ 3-5 factoriesdownload_cert→ verify ISO 9001get_pricing+get_inventory→ side-by-side comparisonsubmit_rfq→ factory receives email, quotes backStats at a glance
Repository & verification
The MCP server has been live since 2025 and serves the manifest at the URL above. You can
curl https://linkmoney.online/mcp/manifest.jsonto inspect the schema before merging.Compliance with Anthropic Skills guidelines
name+descriptionin YAML frontmatterdescriptionclearly states when to use (triggers include "find supplier in China", "Chinese factory for X", "RFQ to China", "B2B sourcing")skills/linkmoney/withSKILL.md(uppercase)When to useandWhen NOT to usesectionsThanks for considering this addition — happy to make any changes (trim length, split into reference docs, add eval Q&A, etc.) per maintainer feedback.