mcp-hasolidit
MCP server that enables AI tools to search, read threads, and retrieve latest posts from the Hasolidit financial community forum.
README
Hasolidit Forum MCP Server
MCP server for interacting with the Hasolidit financial community forum through AI tools (Claude Desktop, Claude Code, etc.).
Tools
search_forum— Search the forum. Returns titles, snippets, authors, dates, and links. Supports pagination.view_thread— Read a thread's posts with author, date, and full text content. Supports pagination.new_posts— Get the latest active threads with title, author, forum, reply/view counts, and last activity info.
Quick start (npx)
Add to Claude Desktop
Open Settings > Developer > Edit Config and add:
{
"mcpServers": {
"hasolidit": {
"command": "npx",
"args": ["-y", "hasolidit-mcp"]
}
}
}
Add to Claude Code
claude mcp add hasolidit -- npx -y hasolidit-mcp
Or add to your project's .mcp.json:
{
"mcpServers": {
"hasolidit": {
"command": "npx",
"args": ["-y", "hasolidit-mcp"]
}
}
}
Install from source
git clone https://github.com/danielgolub/mcp-hasolidit.git
cd mcp-hasolidit
nvm use
npm install
npx playwright install chromium
npm start
Prerequisites
- Node.js 24+ (uses native TypeScript support)
- Playwright Chromium browser
Run tests
npx playwright test
Disclaimer
This project is an unofficial, independent tool that provides MCP access to the publicly available content on the Hasolidit forum. It is not affiliated with, endorsed by, or associated with Hasolidit or its authors in any way.
All forum content, including posts, threads, and user-generated material, belongs to their respective authors and to Hasolidit. This tool merely provides a programmatic interface to access publicly visible information — it does not store, copy, or redistribute any content.
License
CC BY-NC 4.0 — free to use and modify, not for commercial purposes.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.