CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
dsers avatar

DSers Official MCP Server

dsers/dsers-mcp-server
111 toolsHTTPregistry active
Summary

DSers runs a hosted MCP server that connects AI clients to their dropshipping platform via OAuth 2.1. You get tools to import products from AliExpress, Alibaba, and other suppliers, then edit variants, apply pricing rules, and push directly to Shopify or Wix stores. It handles supplier replacement with SKU matching and lets you preview drafts before publishing. The server is remote only over streamable HTTP, so no local setup. Verified working with Claude Desktop, Cursor, and ChatGPT Developer Mode. Reach for this if you're already using DSers and want to script product imports or automate store publishing workflows without clicking through their web interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
dsers_store_discoverRetrieve available stores and supported rules for the connected DSers account. Call this first — the response contains store IDs and configuration needed by all subsequent operations. Returns: stores (each with id, name, platform, ship[]), rules (pricing modes, content, images...1 params

Retrieve available stores and supported rules for the connected DSers account. Call this first — the response contains store IDs and configuration needed by all subsequent operations. Returns: stores (each with id, name, platform, ship[]), rules (pricing modes, content, images...

Parameters* required
target_storestring
Store ID or name to filter capabilities for a specific store. Omit to see all linked stores. Use the id or name from this response in later calls.
dsers_rules_validateCheck and normalize a rules object against the provider's capabilities before importing. Use this to verify pricing, content, and image rules are valid and see exactly which ones will be applied. Returns: effective_rules_snapshot (what will actually be applied), warnings (adju...2 params

Check and normalize a rules object against the provider's capabilities before importing. Use this to verify pricing, content, and image rules are valid and see exactly which ones will be applied. Returns: effective_rules_snapshot (what will actually be applied), warnings (adju...

Parameters* required
rulesstring
Rules as a JSON string. Top-level keys: pricing, content, images, variant_overrides, option_edits. Pricing modes: fixed_price (exact dollar amount for all), multiplier (cost × ratio), fixed_markup...
target_storestring
Store ID or display name from dsers_store_discover. Some rule capabilities vary by store.
dsers_product_importImport product(s) from supplier URL(s) into the DSers import list and return a preview. Supports AliExpress, Alibaba, and Accio.com URLs. Provide source_url (single) or source_urls_json (batch). Optionally apply rules at import time via rules_json or flat params. The response...17 params

Import product(s) from supplier URL(s) into the DSers import list and return a preview. Supports AliExpress, Alibaba, and Accio.com URLs. Provide source_url (single) or source_urls_json (batch). Optionally apply rules at import time via rules_json or flat params. The response...

Parameters* required
batch_detailstring
Batch response detail level. summary (default): import_item_id + title + sell_price + cost + variants_count + stock per product (~100 tokens each). full: complete preview per product (can be very l...one of summary · full
countrystring
Target country code for shipping and pricing lookup. Examples: US, GB, DE, FR, AU.default: US
description_append_htmlstring
Flat param: REPLACE the description-append slot. Each call sets the appended HTML outright — the prior append (if any) is stripped first. Empty string '' clears the slot.
description_override_htmlstring
Flat param: replace full description (HTML).
pricing_fixed_markupnumber
Flat param: markup in dollars when pricing_mode='fixed_markup'.
pricing_fixed_pricenumber
Flat param: exact price in dollars when pricing_mode='fixed_price'.
pricing_modestring
Flat param: pricing mode. Use instead of rules_json for simple pricing.one of multiplier · fixed_markup · fixed_price
pricing_multipliernumber
Flat param: multiplier value when pricing_mode='multiplier'.
rules_jsonstring
Rules as JSON string. Keys: pricing, content, images, variant_overrides, option_edits. PRICING: {mode:'fixed_price',fixed_price:9.99} | {mode:'multiplier',multiplier:2} | {mode:'fixed_markup',fixed...
source_hintstring
Supplier platform hint. Valid values: auto, aliexpress, alibaba, accio. Default: auto (detected from URL).default: auto
source_urlstring
Single supplier product URL. Supports AliExpress (aliexpress.com/item/xxx.html), Alibaba (alibaba.com/product-detail/xxx.html), and Accio.com product links (accio.com/c/...?productId=xxx&ds=aliexpr...
source_urls_jsonstring
Batch import: JSON array of URL strings or objects with {url, rules?, source_hint?, country?, target_store?, visibility_mode?}. Example: ["https://aliexpress.com/item/123.html", {"url": "https://al...
target_storestring
Store ID or display name from dsers_store_discover. Required when the account has multiple stores.
title_overridestring
Flat param: replace entire product title. Clears any title_prefix/suffix slot applied earlier.
title_prefixstring
Flat param: REPLACE the title-prefix slot. Each call sets the desired prefix outright — passing a new value strips any prior prefix we put there. Empty string '' clears the slot.
title_suffixstring
Flat param: REPLACE the title-suffix slot. Each call sets the desired suffix outright. Empty string '' clears the slot.
visibility_modestring
Product visibility after push. backend_only (default): saved as draft, not visible to shoppers — SAFE, no financial risk. sell_immediately: published and LIVE on the storefront — RISK: verify prici...
dsers_product_previewReload the preview for an already-imported product (by import_item_id). Two modes: compact (default) returns [name, sell, qty] for ALL variants — lightweight. full returns [name, sell, compare_at, cost, qty, supplier_qty] for 3 variants by default. Always includes price_summar...6 params

Reload the preview for an already-imported product (by import_item_id). Two modes: compact (default) returns [name, sell, qty] for ALL variants — lightweight. full returns [name, sell, compare_at, cost, qty, supplier_qty] for 3 variants by default. Always includes price_summar...

Parameters* required
import_item_idstring
Import-item ID returned by dsers_product_import (DSers's persistent handle).
include_imagesvalue
Include per-variant image_url and per-option-value imgUrl in the response. Useful for visual SKU matching when comparing suppliers. Off by default to keep responses compact.
show_all_optionsvalue
Show all option values instead of truncating to 10. Use before applying option_edits.
variant_detailstring
compact (default): columns [name, sell, qty], shows ALL variants. full: columns [name, sell, compare_at, cost, qty, supplier_qty], shows 3 by default.one of compact · full
variant_limitnumber
Max variants in skus table. Compact default: all. Full default: 3. Hard cap: 200.
variant_offsetnumber
Start index for variant/SKU listing (0-based). Default: 0.
dsers_product_update_rulesUpdate pricing, content, images, or variant rules on an already-imported product. Rules are merged incrementally: pricing / images / variant_overrides replace by family. CONTENT slots (title_prefix, title_suffix, description_append_html) behave like named slots — each call REP...13 params

Update pricing, content, images, or variant rules on an already-imported product. Rules are merged incrementally: pricing / images / variant_overrides replace by family. CONTENT slots (title_prefix, title_suffix, description_append_html) behave like named slots — each call REP...

Parameters* required
description_append_htmlstring
Flat param: REPLACE the description-append slot. Each call sets the appended HTML outright — the prior append (if any) is stripped first. Empty string '' clears the slot.
description_override_htmlstring
Flat param: replace full description (HTML).
import_item_idstring
Import-item ID from a previous dsers_product_import call.
pricing_fixed_markupnumber
Flat param: markup in dollars when pricing_mode='fixed_markup'.
pricing_fixed_pricenumber
Flat param: exact price in dollars when pricing_mode='fixed_price'.
pricing_modestring
Flat param: pricing mode. Use instead of rules_json for simple pricing.one of multiplier · fixed_markup · fixed_price
pricing_multipliernumber
Flat param: multiplier value when pricing_mode='multiplier'.
rules_jsonstring
Rules as JSON string. Keys: pricing, content, images, variant_overrides, option_edits. PRICING: {mode:'fixed_price',fixed_price:9.99} | {mode:'multiplier',multiplier:2} | {mode:'fixed_markup',fixed...
target_storestring
Store ID or name from dsers_store_discover.
title_overridestring
Flat param: replace entire product title. Clears any title_prefix/suffix slot applied earlier.
title_prefixstring
Flat param: REPLACE the title-prefix slot. Each call sets the desired prefix outright — passing a new value strips any prior prefix we put there. Empty string '' clears the slot.
title_suffixstring
Flat param: REPLACE the title-suffix slot. Each call sets the desired suffix outright. Empty string '' clears the slot.
visibility_modestring
backend_only (default, safe) or sell_immediately (live — confirm with user).
dsers_store_pushPush one or more prepared import drafts to the connected Shopify or Wix store(s). SAFETY: Automatic pre-push validation checks pricing (blocks if sell price < cost or $0) and stock (blocks if all variants have zero inventory). Warnings are raised for low margin (<10%), low sto...7 params

Push one or more prepared import drafts to the connected Shopify or Wix store(s). SAFETY: Automatic pre-push validation checks pricing (blocks if sell price < cost or $0) and stock (blocks if all variants have zero inventory). Warnings are raised for low margin (<10%), low sto...

Parameters* required
force_pushvalue
Override pre-push safety checks. ONLY set true after you have shown the user the specific risk (e.g., 'This product is priced below cost — you will lose $X per sale') and they explicitly confirmed....
import_item_idstring
Single import-item ID from dsers_product_import. Used for single-push or multi-store mode.
import_item_ids_jsonstring
Batch push: JSON array of import_item_id strings or objects {import_item_id, target_store?, target_stores?, push_options?, visibility_mode?}. Example: ["68fabc123", {"import_item_id": "68fdef456",...
push_options_jsonstring
Push configuration as JSON string. Keys: publish_to_online_store (bool), image_strategy ('selected_only' or 'all_available'), pricing_rule_behavior ('keep_manual' or 'apply_store_pricing_rule'), sh...
target_storestring
Target store ID or display name from dsers_store_discover. Required when the account has multiple stores.
target_stores_jsonstring
Multi-store: JSON array of store IDs or display names. Pushes the same import_item to each listed store. Example: ["Store A", "Store B"]
visibility_modestring
Visibility mode for the push. backend_only: draft — SAFE. sell_immediately: published and LIVE — RISK: confirm pricing/inventory with user first.
dsers_product_deletePermanently delete a product from the DSers import list. IRREVERSIBLE — the product cannot be recovered after deletion. Requires explicit confirmation (confirm=true) to execute. If called without confirm=true, returns a confirmation prompt — show this to the user. SCOPE: Only...2 params

Permanently delete a product from the DSers import list. IRREVERSIBLE — the product cannot be recovered after deletion. Requires explicit confirmation (confirm=true) to execute. If called without confirm=true, returns a confirmation prompt — show this to the user. SCOPE: Only...

Parameters* required
confirmvalue
Set to true to confirm deletion. First call without this to get a confirmation prompt, then call again with confirm=true after user approves.
import_item_idstring
The import list item ID to delete. Obtain from dsers_product_preview (provider_state.import_item_id) or from searchImportList results.
dsers_import_listBrowse the DSers import list with enriched variant data. Returns per item: import_item_id, title, image, sell_price_range, cost_range, currency, variant_count, total_stock, push_status, supplier, source_url, tags. no_markup=true when sell equals cost (no pricing rule applied)....2 params

Browse the DSers import list with enriched variant data. Returns per item: import_item_id, title, image, sell_price_range, cost_range, currency, variant_count, total_stock, push_status, supplier, source_url, tags. no_markup=true when sell equals cost (no pricing rule applied)....

Parameters* required
pageinteger
Page number (1-based). Default: 1.
page_sizeinteger
Items per page. Default: 20. Max: 100.
dsers_my_productsBrowse products already pushed to a store. Requires store_id (from dsers_store_discover). Returns compact items with: dsers_product_id, title, image, sell_price (min/max in $), cost (min/max in $), status (Draft/Active), supplier, supplier_url. Prices are in dollars (converted...3 params

Browse products already pushed to a store. Requires store_id (from dsers_store_discover). Returns compact items with: dsers_product_id, title, image, sell_price (min/max in $), cost (min/max in $), status (Draft/Active), supplier, supplier_url. Prices are in dollars (converted...

Parameters* required
pageinteger
Page number (1-based). Default: 1.
page_sizeinteger
Items per page. Default: 20. Max: 100.
store_idstring
Store ID from dsers_store_discover. Required.
dsers_find_productSearch the DSers product pool for products to import by keyword or by image URL (visual search). Covers three supplier catalogs — AliExpress (default), Alibaba, and 1688 Dropshipping — select via the `supplier` param. Returns products that can be directly imported via dsers_pr...9 params

Search the DSers product pool for products to import by keyword or by image URL (visual search). Covers three supplier catalogs — AliExpress (default), Alibaba, and 1688 Dropshipping — select via the `supplier` param. Returns products that can be directly imported via dsers_pr...

Parameters* required
category_idstring
Category ID filter
image_urlstring
Image URL for visual search. Mutually exclusive with keyword — if both provided, image_url takes priority.
keywordstring
Search keyword. Omit when using image_url.
limitnumber
Results per page (max 50)default: 20
search_afterstring
Cursor from previous response for pagination
ship_fromstring
Origin country code (CN, US, FR, UK)
ship_tostring
Destination country codedefault: US
sortstring
Sort orderone of relevance · newest · price
supplierstring
Which supplier catalog to search. Default: aliexpress. Use 'alibaba' for Alibaba.com dropshipping products (MOQ-1 items), or 'ali1688' for the 1688 Dropshipping catalog.one of aliexpress · alibaba · ali1688
dsers_sku_remapReplace the supplier on a store product with SKU-level variant matching. DEFAULTS TO mode='preview' which is read-only and safe to call without confirmation — only mode='apply' actually writes to DSers. TWO discovery paths: (A) STRICT — caller provides new_supplier_url and the...7 params

Replace the supplier on a store product with SKU-level variant matching. DEFAULTS TO mode='preview' which is read-only and safe to call without confirmation — only mode='apply' actually writes to DSers. TWO discovery paths: (A) STRICT — caller provides new_supplier_url and the...

Parameters* required
auto_confidencenumber
Minimum sku-matcher confidence (0-100) for a variant to be auto-swapped. Default 70.default: 70
countrystring
Target country code for candidate fetch. Default US.default: US
dsers_product_idstring
DSers product ID of the store product whose supplier you want to replace. Get from dsers_my_products. Must be a numeric string that fits in a signed int64 (max 9223372036854775807) — the schema's m...
max_candidatesinteger
DISCOVER mode only. Max candidates to fetch full variant detail for and rank. Default 5. Ignored in STRICT mode.default: 5
modestring
preview (default — read-only, no DSers writes, safe to call repeatedly) or apply (persist the swap; verify diffs in preview first).one of preview · applydefault: preview
new_supplier_urlstring
OPTIONAL. AliExpress / Alibaba / 1688 URL of the replacement supplier. Provide to use STRICT mode (exact swap). Omit to use DISCOVER mode (reverse-image search to auto-find the best replacement). M...
store_idstring
Store ID from dsers_store_discover. Required. Must be a string (DSers backend rejects integer storeId due to int64 precision). Must be a numeric string that fits in a signed int64 (max 922337203685...

DSers Official MCP Server

Official DSers MCP Server for AI-powered dropshipping automation.

This is the official DSers MCP Server, listed on the Official MCP Registry as io.github.dsers/dsers-mcp-server.

The DSers Official MCP Server is a hosted remote Model Context Protocol server that allows MCP-compatible AI clients and ChatGPT Apps to work with DSers dropshipping workflows, including product search, product import, product optimization, variant editing, pricing rules, store publishing, and supplier replacement.

This repository does not contain the DSers MCP server backend source code. It provides official public documentation, connection information, examples, and registry metadata for the DSers-hosted remote MCP server.

Remote MCP Endpoint

https://ai.dsers.com/mcp

Transport

Remote HTTP / Streamable HTTP.

This server does not provide a local stdio server.

Authentication

DSers MCP uses OAuth 2.1 + PKCE.

Do not configure API keys.
Do not manually add an Authorization header.
Do not paste DSers backend API keys, store tokens, or browser cookies into an MCP client.

On first tool use, supported MCP clients open the DSers authorization page. After the user signs in and approves access, the client can call DSers MCP tools.

For details, see Authentication.

Requirements

You need:

  • A DSers account
  • At least one Shopify or Wix store connected in DSers
  • An MCP client that supports remote HTTP MCP and OAuth 2.1 + PKCE

Verified clients (tested end to end): ChatGPT Developer Mode, Claude Desktop, Cursor, Claude Code, Codex CLI, OpenClaw.

Expected to work (any MCP client with remote HTTP + OAuth 2.1 + PKCE support): VS Code, Cline, Windsurf, Zed, Continue.

What You Can Do

  • Import products from AliExpress, Alibaba, 1688, Accio, or supported supplier sources
  • Apply pricing, title, description, image, and variant rules
  • Preview DSers drafts before pushing to Shopify or Wix
  • Search the DSers product pool
  • Browse DSers import-list drafts and already pushed products
  • Replace suppliers on existing store products with SKU-level matching

Quick Start

Claude Desktop

Add this to claude_desktop_config.json:

{
  "mcpServers": {
    "dsers": {
      "type": "http",
      "url": "https://ai.dsers.com/mcp"
    }
  }
}

Restart Claude Desktop. On first tool use, the client starts OAuth and opens the DSers login page.

Claude Code

claude mcp add dsers https://ai.dsers.com/mcp --transport http
claude mcp login dsers

Cursor

Open:

Settings → Tools & Integrations → MCP Tools → Add / Connect

Use this server URL:

https://ai.dsers.com/mcp

Cursor should start the OAuth flow automatically.

Codex CLI

After adding the MCP server, run:

codex mcp login dsers

If the client asks for the server URL, use:

https://ai.dsers.com/mcp

ChatGPT App

Use the remote endpoint in ChatGPT Developer Mode or the Apps dashboard:

https://ai.dsers.com/mcp

The current ChatGPT submission target is data-only: DSers exposes normal MCP tools and does not require an iframe widget. See ChatGPT App submission notes.

OpenClaw

openclaw mcp set dsers '{"url":"https://ai.dsers.com/mcp","transport":"streamable-http"}'

Transport and authorization support may vary by OpenClaw deployment. Follow the connection guide for your current environment.

Documentation

  • Authentication
  • Tools
  • Privacy and Security
  • ChatGPT App submission notes
  • ChatGPT App E2E playbook
  • Hosted deployment notes
  • Examples
  • 中文说明

Example MCP Client Configuration

{
  "mcpServers": {
    "dsers": {
      "type": "http",
      "url": "https://ai.dsers.com/mcp"
    }
  }
}

A minimal example is also available at examples/remote-mcp.json.

Registry and Review Files

  • server.json - MCP registry metadata for the hosted remote server
  • manifest.json - public app metadata, tool list, prompts, and privacy URL
  • chatgpt-app-submission.json - ChatGPT App review helper with tool hints and test prompts

License

This public documentation and metadata repository is licensed under the Apache License 2.0.

Support

For non-sensitive documentation, connection, client compatibility, or usage questions, open a GitHub issue:

https://github.com/dsers/dsers-mcp-server/issues

For vulnerabilities, tokens, or account-specific data, contact:

zhaohaoduo@dsers.com

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Finance & Commerce
Registryactive
TransportHTTP
UpdatedMay 8, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
emmanuel39hanks avatar
Coal — Payments for AI agents

emmanuel39hanks/coal

Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP.
1
expertvagabond avatar
Sui Mcp Server

expertvagabond/sui-mcp-server

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics
1
feedoracle avatar
Feedoracle Macro Mcp

feedoracle/feedoracle-macro-mcp

Real-time macroeconomic signals for AI agents. 86 FRED series, regime classification, DeFi rates.
1
foundrynet avatar
MINT Protocol — Universal Work Attestation

foundrynet/mint-mcp

Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
1
gabrielcerutti avatar
eToro MCP Server

gabrielcerutti/etoro-mcp-server

Connect AI assistants to eToro for portfolio analysis, market research, and trading.
1
hemmabo-se avatar
Hemmabo Mcp Server

hemmabo-se/hemmabo-mcp-server

Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP.
1