Lodestar MCP Server
Provides integration with Brave Search, allowing queries to Brave's search engine API
Provides integration with Perplexity AI, as evidenced by the referenced example server https://github.com/rileyedwards77/perplexity-mcp-server
Provides integration with Puppeteer, likely for web scraping or browser automation tasks
Provides integration with Slack, allowing the MCP server to interact with Slack's API
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lodestar MCP Servercreate a Python tool to fetch weather data from OpenWeatherMap API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
To start the project
uv venvuv syncmcp dev server.pyAfter every change in the code, you need to re run
mcp dev server.pyNOTE: You should look into how to do hot reloads
Look into how the other example mcp servers are running with their respective tool exposing
Potential next steps:
Should I expose API Keys and stuff as a resource or should i make the platform url as a resource
one of the tools should be getting a new api_key and project_id for the user if they dont have it for the current one but I need to get the right user somehow
Look into how the other tools are doing this stuff
Write mcp prompts that help llms understand how to write the prompts for best results
Servers to look at:
Looks lke most of these are using ts, maybe I should also change gears to that
Actually I dont see why typescript would be better especially in our usecase, so sticking to better readbility python might be better
Potential Contributions
Hot reload when the developer writes code to MCP
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).34
- Alicense-qualityDmaintenanceA template/boilerplate MCP server for building custom tools and integrations that enable seamless connections between AI applications and external data sources.270MIT
- Alicense-qualityDmaintenanceAn MCP server that allows users to define custom tools via a configuration file for tasks such as retrieving project architecture and managing task lists. It also includes a plugin for generating structured and optimized AI prompts based on specific context sections and instructions.2MIT
- Flicense-qualityBmaintenanceA Python MCP server providing AI agents with tools for local knowledge base search, business context retrieval, and text summarization prompt generation.
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kanlanc/lodestar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server