Skip to main content
Glama

SendGrid MCP Server

by deyikong
misc.ts481 B
import { makeRequest } from "../shared/api.js"; import { ToolResult } from "../shared/types.js"; export const miscTools = { get_scopes: { config: { title: "Get Scopes", description: "Get available permission scopes for API keys", }, handler: async (): Promise<ToolResult> => { const result = await makeRequest("https://api.sendgrid.com/v3/scopes"); return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] }; }, }, };

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/deyikong/sendgrid-mcp'

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