eCommerce
ecentic.ai
E-commerce integration and payment processing for Shopify, WooCommerce, and Stripe.
ENDPOINT 1
https://ecentic.ai/api/mcp
MCP server metadata
- Name
- ecentic-mcp
- Version
- 0.2.0
ecentic measures and improves how AI shopping agents rank a merchant's products against competitors. Use these tools to read the public plan catalog, connect a Shopify, WooCommerce, or product-feed store, mint an agent API key, and read onboarding status. `list_plans` needs no credential; everything touching a merchant account needs `Authorization: Bearer ecentic_sk_...`. Full guidance: https://ecentic.ai/.well-known/agent-instructions.md
Known tools 7
create_api_keyCreate a long-lived API key for MCP agent authentication (bearer token).
Potential side effectscreate_checkoutCreate a Stripe checkout session for the authenticated ecentic user.
Potential side effectsconnect_shopifyGet Shopify OAuth authorization URL for store onboarding in ecentic.
Inferred read-onlyget_onboarding_statusReturn current user subscription and connected store summary for onboarding progress.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ecentic-mcp]
url = "https://ecentic.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ecentic-mcp": {
"type": "http",
"url": "https://ecentic.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ecentic-mcp
Remote MCP URL: https://ecentic.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ecentic-mcp": {
"url": "https://ecentic.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ecentic-mcp": {
"type": "http",
"url": "https://ecentic.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ecentic-mcp",
"transport": "streamable-http",
"url": "https://ecentic.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ecentic.ai/mcp
MCP server metadata
- Name
- ecentic-mcp
- Version
- 0.2.0
ecentic measures and improves how AI shopping agents rank a merchant's products against competitors. Use these tools to read the public plan catalog, connect a Shopify, WooCommerce, or product-feed store, mint an agent API key, and read onboarding status. `list_plans` needs no credential; everything touching a merchant account needs `Authorization: Bearer ecentic_sk_...`. Full guidance: https://ecentic.ai/.well-known/agent-instructions.md
Known tools 7
create_api_keyCreate a long-lived API key for MCP agent authentication (bearer token).
Potential side effectscreate_checkoutCreate a Stripe checkout session for the authenticated ecentic user.
Potential side effectsconnect_shopifyGet Shopify OAuth authorization URL for store onboarding in ecentic.
Inferred read-onlyget_onboarding_statusReturn current user subscription and connected store summary for onboarding progress.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ecentic-mcp]
url = "https://ecentic.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ecentic-mcp": {
"type": "http",
"url": "https://ecentic.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ecentic-mcp
Remote MCP URL: https://ecentic.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ecentic-mcp": {
"url": "https://ecentic.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ecentic-mcp": {
"type": "http",
"url": "https://ecentic.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ecentic-mcp",
"transport": "streamable-http",
"url": "https://ecentic.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ecentic.ai was fetched 2026-09-20T21:55:34.362Z.
ecentic.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.