← stock.estate
INDIVIDUAL MCP TOOL
get_source_links
Get official public stock.estate source links by topic.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stock-estate]
url = "https://mcp.stock.estate/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stock-estate": {
"type": "http",
"url": "https://mcp.stock.estate/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stock-estate
Remote MCP URL: https://mcp.stock.estate/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stock-estate": {
"url": "https://mcp.stock.estate/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stock-estate": {
"type": "http",
"url": "https://mcp.stock.estate/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stock-estate",
"transport": "streamable-http",
"url": "https://mcp.stock.estate/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_campaigns— Search visible public stock.estate campaigns using factual filters.get_campaign_details— Get public details and document links for one visible stock.estate campaign by slug.get_platform_statistics— Get current public stock.estate platform statistics from the public statistics endpoints.search_public_knowledge— Search public stock.estate FAQ, platform, risks, fees, and education content from llms-full.txt.