streamable-httpupdated 4mo ago
FichePro for Claude is a production MCP server for dropshippers and e-commerce operators. It lets your AI assistant generate SEO-optimized product listings, score SEO, audit catalogs, discover niches and suppliers, and surface Autopilot optimizations — directly from your Claude conversation.
What can you do with FichePro for Claude?
FichePro for Claude — MCP Server
FichePro for Claude is a production MCP server for dropshippers and e-commerce operators. It lets your AI assistant generate SEO-optimized product listings, score SEO, audit catalogs, discover niches and suppliers, and surface Autopilot optimizations — directly from your Claude conversation.
This repository hosts the registry metadata (server.json). The server itself is hosted at https://www.fichepro.ai/api/mcp.
Quick install (Claude Desktop, ~30 seconds)
- Open Claude Desktop → Settings → Connectors → Add custom connector
- Name:
FichePro, URL:https://www.fichepro.ai/api/mcp - Click Add → browser opens the FichePro consent screen → log in, pick a workspace, click Allow
- Ask Claude: "What's my FichePro quota?"
Full install guide: https://fichepro.ai/mcp
Tools (10)
| Tool | Purpose | Plan |
|---|---|---|
generate_product_listing |
SEO-optimized listing across 12 languages × 7 marketplaces | Free* / Starter+ |
get_seo_score |
Deterministic 0-100 marketplace SEO score | All |
analyze_catalog |
Global catalog audit + prioritized fix list | Starter+ |
list_workspaces |
User's accessible workspaces | All |
get_quota_status |
Current plan, usage, remaining quota | All |
get_autopilot_suggestions |
Optimizations Autopilot would execute tonight | All |
generate_ab_test |
Two listing variants (factual vs emotional) | Starter+ |
find_niche |
Trending niches with demand/competition scores (Google Trends-backed) | Starter+ |
ad_spy_search |
Live Meta Ad Library with winning_score per creative | Starter+ |
find_supplier |
AliExpress suppliers with MOQ + margin estimation | Starter+ |
* Free plan: 1 generation/month via MCP for evaluation.
Marketplaces supported
Shopify · Amazon · TikTok Shop · Etsy · eBay · WooCommerce · PrestaShop
Languages supported
fr · en · de · es · it · nl · pt · ar · tr · pl · ja · sv (12 total)
Authentication
- OAuth 2.1 with DCR (RFC 7591) + PKCE S256 (RFC 7636) — native install via Claude Desktop Custom Connectors
- Bearer API key — for Cursor, CLI, scripts, CI environments. Generate at https://fichepro.ai/account
Both token families (fp_live_* for keys, fp_oat_* for OAuth) are accepted on every MCP request.
Protocol specs
- MCP version:
2025-06-18 - Transport: Streamable HTTP (stateless)
- Rate limit: 60 requests/minute per token
- Discovery:
/.well-known/oauth-authorization-server(RFC 8414)/.well-known/oauth-protected-resource(RFC 9728)
Links
- Landing + install guide: https://fichepro.ai/mcp
- Account / API keys: https://fichepro.ai/account
- MCP Registry entry: https://registry.modelcontextprotocol.io/v0.1/servers?search=fichepro
- Contact:
contact@fichepro.ai
License
This repository contains the server.json metadata published to the official MCP Registry. The FichePro server itself is a commercial SaaS; see https://fichepro.ai/terms for the terms of service.
Not affiliated with Anthropic. MCP is an open protocol; Claude is a trademark of Anthropic.
Install
Add FichePro for Claude to your client. Pick the one you use.
claude mcp add --transport http fichepro-for-claude https://www.fichepro.ai/api/mcpcodex mcp add fichepro-for-claude --url https://www.fichepro.ai/api/mcp{
"mcpServers": {
"fichepro-for-claude": {
"url": "https://www.fichepro.ai/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fichepro-for-claude": {
"type": "http",
"url": "https://www.fichepro.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fichepro-for-claude": {
"url": "https://www.fichepro.ai/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fichepro-for-claude": {
"serverUrl": "https://www.fichepro.ai/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
FichePro for Claude exposes 10 tools to a connected agent.
- generate_product_listing
- SEO-optimized listing across 12 languages × 7 marketplaces
- get_seo_score
- Deterministic 0-100 marketplace SEO score
- analyze_catalog
- Global catalog audit + prioritized fix list
- list_workspaces
- User's accessible workspaces
- get_quota_status
- Current plan, usage, remaining quota
- get_autopilot_suggestions
- Optimizations Autopilot would execute tonight
- generate_ab_test
- Two listing variants (factual vs emotional)
- find_niche
- Trending niches with demand/competition scores (Google Trends-backed)
- ad_spy_search
- Live Meta Ad Library with winning_score per creative
- find_supplier
- AliExpress suppliers with MOQ + margin estimation
Score
55 / 100
Adequate
- Documentation16/25
- Maintenance13/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 138 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Apr 15, 2026 |