Build in Public MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TWITTER_API_KEY | Yes | Twitter API Key (Consumer Key) | |
| TWITTER_API_SECRET | Yes | Twitter API Secret (Consumer Secret) | |
| TWITTER_ACCESS_TOKEN | No | Skip OAuth - use access token directly | |
| TWITTER_ACCESS_SECRET | No | Skip OAuth - use access secret directly |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tweetC | Post a tweet immediately for build in public. Requires authentication. |
| threadA | Create a Twitter thread from multiple messages. Posts tweets in reply chain. |
| setup_authA | Setup Twitter authentication via OAuth 1.0a (PIN-based flow). Call without PIN to get authorization URL, then call again with PIN to complete. |
| statusB | Check authentication status and storage location |
| suggestC | Generate intelligent tweet suggestions based on session context |
| save_contextB | Save session context for later analysis and suggestions |
| get_contextC | Retrieve current session context |
| mcp__bip__configureB | Configure user preferences for Build in Public (language and features) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| retro | Analyze your entire coding session and generate tweet suggestions about what you accomplished |
| quick | Post a quick tweet with a custom message |
| suggest | Get AI-powered tweet suggestions based on current session context |
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/lucianfialho/build-in-public-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server