Skip to content

feat: add linkmoney — AI-native B2B marketplace for Chinese factory sourcing#1311

Open
KevinANDcayla wants to merge 2 commits into
anthropics:mainfrom
KevinANDcayla:add-linkmoney-skill
Open

feat: add linkmoney — AI-native B2B marketplace for Chinese factory sourcing#1311
KevinANDcayla wants to merge 2 commits into
anthropics:mainfrom
KevinANDcayla:add-linkmoney-skill

Conversation

@KevinANDcayla

Copy link
Copy Markdown

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

  1. First of its kind — No other Skill in this directory enables agent-to-agent B2B commerce with real Chinese factory integration
  2. Proven scale — 51 verified suppliers, 140 products, 7 buyer countries, all reachable via one MCP endpoint
  3. Real-time data, not stale listings — Unlike Alibaba (static listings) or Yellow Pages (cached data), LinkMoney pulls live pricing from factory endpoints when available, with cached fallback
  4. Clear, high-value use case — Procurement agent installs LinkMoney → searches Chinese factories → submits RFQ → factory responds via email → deal closes
  5. MIT licensed, fully open source — Transparent, community-auditable, no vendor lock-in
  6. Well-structured — 13 public MCP tools, 3 documented workflows, clear When to use / When NOT to use sections

What the Skill does

Adds 13 MCP tools that let Claude:

  • find_china_supplier — search 51 verified Chinese factories by product / category / keyword
  • get_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 factory
  • multi_lang_inquiry — auto-translate an inquiry into 8 languages (EN/ES/DE/JA/FR/AR/PT/RU)
  • download_cert — pull ISO / CE / FDA / RoHS certifications
  • match_spec — match a technical spec (ISO/ASTM/GB) to capable suppliers
  • trust_score — 0–100 trust score per supplier/buyer
  • browse_requirements / post_requirement — open B2B marketplace loop
  • stats / get_supplier_contact / leave_review — platform utilities

Installation

npx skills add KevinANDcayla/linkmoney-skill

Or add to MCP config:

{
  "mcpServers": {
    "linkmoney": { "url": "https://linkmoney.online/mcp/manifest.json" }
  }
}

Quick demo flow (also documented in SKILL.md)

  1. User: "Find a Chinese factory for 50K M8 304 stainless hex bolts, FOB Ningbo, ISO 9001."
  2. Claude calls find_china_supplier(category="fastener", quantity=50000) → 3-5 factories
  3. For each: download_cert → verify ISO 9001
  4. For top 3: get_pricing + get_inventory → side-by-side comparison
  5. submit_rfq → factory receives email, quotes back
  6. Total time: under 30 seconds

Stats at a glance

  • 51 verified Chinese suppliers (ISO/CE/FDA screened)
  • 140 products across 7 categories: fastener, electronics, packaging, hardware, injection molding, machinery, textile
  • 7 buyer countries currently active: US, DE, JP, UK, AU, CA, AE
  • 13 public MCP tools (6 more are factory-side Chinese-only, 7 internal)
  • Pricing: 3% success fee, first 3 months FREE, no subscription

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.json to inspect the schema before merging.

Compliance with Anthropic Skills guidelines

  • Has name + description in YAML frontmatter
  • description clearly states when to use (triggers include "find supplier in China", "Chinese factory for X", "RFQ to China", "B2B sourcing")
  • Includes LICENSE.txt (MIT)
  • Lives under skills/linkmoney/ with SKILL.md (uppercase)
  • Contains When to use and When NOT to use sections
  • Has at least one runnable workflow

Thanks for considering this addition — happy to make any changes (trim length, split into reference docs, add eval Q&A, etc.) per maintainer feedback.

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.

1 participant