SoloFlow
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MODEL | No | The Grok model to use. | grok-4 |
| XAI_API_KEY | Yes | Your xAI API key for Grok. Required for paid skills. | |
| PUBLIC_BASE_URL | No | The public base URL of the server. | http://127.0.0.1:8787 |
| SIGNUP_BONUS_CREDITS | No | Bonus credits given to new agents. | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_skillsA | List all skills on Grok Agent Store (free). |
| get_skillC | Get one skill card by id (free). |
| quoteC | Quote price for a skill (free). |
| register_agentC | Register and receive API key + bonus credits (free). |
| balanceC | Check credit balance (auth). |
| purchase_creditsB | Create a Stripe Checkout session to buy credit packs (returns payment URL). |
| agent_briefC | Grok: structured brief from a goal (10 credits). |
| structured_extractC | Grok: extract JSON from text (15 credits). |
| code_reviewC | Grok: code/diff review (25 credits). |
| skill_matchC | Grok: recommend skills for an intent (5 credits). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/manhatton31-svg/grok-agent-store'
If you have feedback or need assistance with the MCP directory API, please join our Discord server