We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dodopayments/dodopayments-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from '../../core/resource';
import * as PaymentsAPI from './payments';
import { Payments } from './payments';
export class Invoices extends APIResource {
payments: PaymentsAPI.Payments = new PaymentsAPI.Payments(this._client);
}
Invoices.Payments = Payments;
export declare namespace Invoices {
export { Payments as Payments };
}