Skip to main content
Glama

mcp-appstore

by appreply-co
lib.similar.js581 B
'use strict'; const assert = require('chai').assert; const gplay = require('../index'); const assertValidApp = require('./common').assertValidApp; describe('Similar method', () => { it('should fetch a valid application list', () => { return gplay.similar({ appId: 'com.mojang.minecraftpe' }) .then((apps) => apps.map(assertValidApp)); }); it('should fetch games from different developers', () => { return gplay.similar({ appId: 'com.instagram.android' }) .then((apps) => assert.isTrue(apps.some(app => app.developer !== apps[0].developer))); }); });

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/appreply-co/mcp-appstore'

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