Skip to main content
Glama

mcp-appstore

by appreply-co
developer.js580 B
'use strict'; const common = require('./common'); function developer (opts) { return new Promise(function (resolve) { if (!opts.devId) { throw Error('devId is required'); } resolve(common.lookup([opts.devId], 'id', opts.country, opts.lang, opts.requestOptions)); }) .then((results) => { // first result is artist metadata. // If missing it's not a developer. If present we slice to skip it if (results.length === 0) { throw Error('Developer not found (404)'); } return results; }); } module.exports = 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