Skip to main content
Glama

Fake Store API MCP Server

by op-enny
package.json1.16 kB
{ "name": "mcp-server-fakestore", "version": "1.0.0", "description": "MCP server for Fake Store API - A beginner-friendly e-commerce data integration", "type": "module", "bin": { "mcp-server-fakestore": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "keywords": [ "mcp", "model-context-protocol", "fakestore", "fake-store-api", "ecommerce", "api", "shopping", "claude", "ai" ], "author": "op-enny", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/op-enny/mcp-server-fakestore" }, "homepage": "https://github.com/op-enny/mcp-server-fakestore#readme", "bugs": { "url": "https://github.com/op-enny/mcp-server-fakestore/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.7" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/op-enny/mcp-server-fakestore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server