function0llc/fx0-mcp-server
If you are the rightful owner of fx0-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
FX0 MCP Server is a production-ready Model Context Protocol server that integrates Microsoft Graph capabilities for Email, Calendar, To Do, and Google Custom Search, supporting both STDIO and HTTP transport modes.
Tools
Functions exposed to the LLM to take actions
google.tool.search
Search the web for information using Google Custom Search API.
m365.auth.initiate_login
Start device code sign-in and return instructions.
m365.auth.poll_login
Wait for device code sign-in to complete.
m365.auth.status
Check current auth status and identity.
m365.auth.logout
Clear cached tokens and sign out.
m365.calendar.create_event
Create a new calendar event.
m365.calendar.delete_event
Delete a calendar event.
m365.calendar.find_meeting_times
Find suggested meeting times based on attendee availability.
m365.calendar.get_event
Get detailed information about a specific calendar event.
m365.calendar.list_calendars
List all calendars available to the user.
m365.calendar.list_events
List calendar events within a time range.
m365.calendar.update_event
Update an existing calendar event.
m365.mail.create_folder
Create a new email folder.
m365.mail.delete_message
Delete an email message.
m365.mail.forward
Forward an email message.
m365.mail.get_message
Get detailed information about a specific email message.
m365.mail.list_folders
List email folders.
m365.mail.list_messages
List email messages from a folder with optional filtering.
m365.mail.move_message
Move an email message to a different folder.
m365.mail.reply
Reply to an email message.
m365.mail.send_email
Send a new email message.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client