Technical-analysis MCP connector for Claude and ChatGPT, serving https://www.invest-begin.com/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"invest-begin-mcp-ser": {
"command": "npx",
"args": [
"-y",
"m-soliman3/invest-begin-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add invest-begin-mcp-ser npx -y m-soliman3/invest-begin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"invest-begin-mcp-ser": {
"command": "npx",
"args": [
"-y",
"m-soliman3/invest-begin-mcp-server"
]
}
}
}