INDIVIDUAL MCP TOOL
get_api_external_get_db_info
It returns the username and password for accessing the MySQL database containing product information.
LIVE ENDPOINT
https://mcp.jojapi.com/product-barcode-api
Connect to this endpoint to inspect the live schema for get_api_external_get_db_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT 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.jojapi-product-barcode-api]
url = "https://mcp.jojapi.com/product-barcode-api"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jojapi-product-barcode-api": {
"type": "http",
"url": "https://mcp.jojapi.com/product-barcode-api"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jojapi-product-barcode-api
Remote MCP URL: https://mcp.jojapi.com/product-barcode-api
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": {
"jojapi-product-barcode-api": {
"url": "https://mcp.jojapi.com/product-barcode-api"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jojapi-product-barcode-api": {
"type": "http",
"url": "https://mcp.jojapi.com/product-barcode-api"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jojapi-product-barcode-api",
"transport": "streamable-http",
"url": "https://mcp.jojapi.com/product-barcode-api"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_api_external_search— Searches for products by barcode or name; returns a minimum of 1 and a maximum of 10 products.get_api_external_getProducts— Lists products using pagination.get_api_external_last— Retrieves the 20 most recently updated products along with their market prices.get_api_external_product_of_market— It returns the current price and details of the product based on the specified barcode and store name.get_api_external_marketList— Retrieves the market names used in the filters.get_api_external_history— It retrieves the product's historical price information for the relevant store.