FinCore Agentic Commerce
Server Details
Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: batch vs single product query, price comparison, inventory status, coupon lookup, product search, and trending. Overlaps (e.g., get_product and get_inventory both involve inventory) are minimal and well-justified by different granularities.
All tool names follow a consistent verb_noun snake_case pattern: batch_get, compare, get, get, query, search, trending. No mixing of styles or ambiguous verbs.
7 tools is well-scoped for an e-commerce information retrieval server. It covers core operations (search, detail, price, inventory, coupons, trending) without being too few or too many.
The tool set is strong on querying but lacks any transactional actions (e.g., add to cart, purchase, manage orders). For a full commerce agent, this is a notable gap. However, it covers the stated 'query and compare' domain adequately.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
7 tool updates
- Added
batch_get_products - Added
compare_price - Added
get_inventory - Changed
get_product2 fields changed- changed
Input schema / properties / store_id / descriptionPrevious value: -"Store ID from search_products results — identifies which store to query"New value: +"Store ID from search_products results" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "currency": { + "type": "string" + }, + "in_stock": { + "type": "boolean" + }, + "price": { + "type": "number" + }, + "product_id": { + "type": "string" + }, + "product_url": { + "type": "string" + }, + "sale_price": { + "type": "number" + }, + "store_name": { + "type": "string" + }, + "title": { + "type": "string" + } + }, + "type": "object" +}
- Added
query_coupon - Changed
search_products3 fields changed- changed
Input schema / properties / category / descriptionPrevious value: -"Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")"New value: +"Filter by product category" - changed
Input schema / properties / query / descriptionPrevious value: -"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"New value: +"What product to search for. Be specific." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "query": { + "description": "The search query used", + "type": "string" + }, + "results": { + "description": "Array of product results", + "type": "array" + }, + "total": { + "description": "Total number of results", + "type": "integer" + } + }, + "type": "object" +}
- Changed
trending_products1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "rankings": { + "description": "Array of trending products ranked by search volume", + "type": "array" + } + }, + "type": "object" +}
3 tool updates
- Changed
get_product4 fields changed- changed
Input schema / properties / product_id / descriptionPrevious value: -"Product ID"New value: +"Product ID from search_products results" - changed
Input schema / properties / product_id / typePrevious value: -"integer"New value: +"string" - added
Input schema / properties / store_idAdded value: +{ + "description": "Store ID from search_products results — identifies which store to query", + "type": "integer" +} - changed
Input schema / requiredPrevious value: -[ - "product_id" -]New value: +[ + "product_id", + "store_id" +]
- Changed
search_products4 fields changed- added
Input schema / properties / categoryAdded value: +{ + "description": "Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Max results (default 10, max 50)", + "type": "integer" +} - added
Input schema / properties / max_priceAdded value: +{ + "description": "Maximum price filter in USD", + "type": "number" +} - changed
Input schema / properties / query / descriptionPrevious value: -"Search keyword"New value: +"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"
- Added
trending_products
2 tool updates
- First observed
get_product - First observed
search_products
Related MCP Connectors
Autonomous commerce for AI agents: discover, quote, order, pay, verify.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceAgentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).MIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.22 npm2MIT
- AlicenseDqualityDmaintenanceEnables natural-language control of e-commerce operations including product management, order processing, inventory tracking, customer service, content generation, and advertising analytics through 15 integrated MCP tools. Provides a local-first commerce automation solution with SQLite storage and extensible channel adapters for end-to-end online store workflows.153MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.-
Glama MCP Gateway
Add one secure layer between your agents and this server.