Skip to main content
Glama

MCP Microsoft Teams Server

by InditexTech
Apache 2.0
318
  • Linux
  • Apple
manifest.json2.42 kB
{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "version": "1.0.0", "manifestVersion": "1.19", "id": "{{MICROSOFT_APP_ID}}", "name": { "short": "MCP Teams Bot", "full": "Model Context Protocol Teams Bot" }, "developer": { "name": "Industria Textil de Diseño, S.A.", "mpnId": "", "websiteUrl": "https://www.inditex.com", "privacyUrl": "https://www.inditex.com/itxcomweb/es/es/informacion/politica-de-privacidad", "termsOfUseUrl": "https://www.inditex.com/itxcomweb/es/es/informacion/legal" }, "description": { "short": "Model Context Protocol Teams Bot", "full": "Model Context Protocol Teams Bot application, necessary to connect MCP host to Teams" }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#FFFFFF", "staticTabs": [ { "entityId": "conversations", "scopes": [ "personal" ] }, { "entityId": "about", "scopes": [ "personal" ] } ], "bots": [ { "botId": "{{MICROSOFT_APP_ID}}", "scopes": [ "team", "personal", "groupChat" ], "commandLists": [ { "commands": [ { "title": "Help", "description": "Shows help information" } ], "scopes": [ "team" ] } ], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "validDomains": [ "token.botframework.com" ], "authorization": { "permissions": { "resourceSpecific": [ { "name": "TeamMember.Read.Group", "type": "Application" }, { "name": "ChannelMessage.Read.Group", "type": "Application" }, { "name": "ChannelMessage.Send.Group", "type": "Application" }, { "name": "ChannelSettings.Read.Group", "type": "Application" }, { "name": "ChannelMember.Read.Group", "type": "Application" }, { "name": "Member.Read.Group", "type": "Application" }, { "name": "Owner.Read.Group", "type": "Application" } ] } } }

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/InditexTech/mcp-teams-server'

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