We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tianpeijun/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { GoogleConfigurable, GlobalOptions, APIRequestContext } from 'googleapis-common';
export declare namespace androidpublisher_v1 {
interface Options extends GlobalOptions {
version: 'v1';
}
/**
* Google Play Developer API
*
* Accesses Android application developers' Google Play accounts.
*
* @example
* const {google} = require('googleapis');
* const androidpublisher = google.androidpublisher('v1');
*
* @namespace androidpublisher
* @type {Function}
* @version v1
* @variation v1
* @param {object=} options Options for Androidpublisher
*/
class Androidpublisher {
context: APIRequestContext;
constructor(options: GlobalOptions, google?: GoogleConfigurable);
}
}