mcp-hasolidit
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., "@mcp-hasoliditsearch for real estate threads"
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.
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.
Related MCP server: mcp-finnhub
Prerequisites
Node.js 24+ (uses native TypeScript support)
Playwright Chromium browser
Install
git clone <repo-url>
cd hasolidit-mcp
nvm use
npm install
npx playwright install chromiumAdd to Claude Code
Add to your project's .mcp.json or ~/.claude/settings.json:
{
"mcpServers": {
"hasolidit": {
"command": "node",
"args": ["src/index.ts"],
"cwd": "/path/to/hasolidit-mcp"
}
}
}Then restart Claude Code or run /mcp to reload.
Add to Claude Desktop
Claude Desktop doesn't support cwd, so use absolute paths for both the Node binary and the script.
Open Settings > Developer > Edit Config and add:
{
"mcpServers": {
"hasolidit": {
"command": "/path/to/.nvm/versions/node/v24.x.x/bin/node",
"args": ["/path/to/hasolidit-mcp/src/index.ts"]
}
}
}Replace /path/to/.nvm/versions/node/v24.x.x with your actual Node 24 path (run nvm which 24 to find it).
Then restart Claude Desktop.
Run tests
npx playwright testDisclaimer
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.1750PythonMIT
- AlicenseBqualityDmaintenanceMCP server providing comprehensive access to Finnhub financial market data API for AI assistants like Claude Desktop.1510MIT
- Alicense-qualityBmaintenanceThe most complete AI-powered trading toolkit for Claude and MCP clients, offering backtesting, live sentiment, Yahoo Finance, and 30+ technical analysis tools in one MCP server.MIT
- AlicenseAqualityFmaintenanceA comprehensive MCP server for stock analysis and trading insights, including stock screening, fundamental analysis, insider trading, options analysis, social media research, and news analysis.1074MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/danielgolub/mcp-hasolidit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server