flarum-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLARUM_EMAIL | No | Your Flarum email (alternative to username) | |
| FLARUM_BASE_URL | No | Base URL of the Flarum forum | https://reverser.id |
| FLARUM_PASSWORD | No | Your Flarum password | |
| FLARUM_USERNAME | No | Your Flarum username (alternative to email) | |
| FLARUM_API_TOKEN | No | Pre-generated API token (alternative to username/password) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tagsA | List every category/tag on the reverser.id forum with its numeric id, slug, and discussion count. Use the ids here when creating a discussion. |
| search_discussionsB | Full-text search discussions on the forum. Returns matching titles with id, author, and tags. |
| recent_discussionsB | List the most recently active discussions on the forum. |
| discussions_by_tagA | List discussions filed under a given tag (category), by tag slug — e.g. 'malware-analysis'. |
| get_discussionA | Fetch a discussion by id, including its posts rendered as plain text. |
| create_discussionA | Start a new discussion (requires REVERSER_API_TOKEN). Flarum needs at least one primary tag — pass tag ids from list_tags. Content is Markdown. |
| reply_to_discussionA | Post a reply to an existing discussion (requires REVERSER_API_TOKEN). Content is Markdown. |
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/ReverserID/flarum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server