merterbak/Grok-MCP
If you are the rightful owner of Grok-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Grok-MCP is a server for xAI's Grok API, offering advanced capabilities in image understanding, generation, web search, and reasoning models.
Tools
Functions exposed to the LLM to take actions
list_models
List all available Grok models with creation dates and ownership information.
chat
Standard chat completion with extensive customization options.
chat_with_reasoning
Get detailed reasoning along with the response.
chat_with_vision
Analyze images with natural language queries.
generate_image
Create images from text descriptions.
live_search
Search the web in real-time with source citations.
stateful_chat
Maintain conversation state across multiple requests on xAI servers.
retrieve_stateful_response
Retrieve a previously stored conversation response.
delete_stateful_response
Delete a stored conversation from xAI servers.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client