Placera MCP
Independent, public, read-only Streamable HTTP MCP server for Placera headlines, articles, company tags, and Telegram search. It contains no Avanza authentication or trading decisions.
[!NOTE]This is an unofficial community project. It is not affiliated with, endorsedby, or supported by Placera or Avanza Bank AB. Website structure and upstreampublic endpoints may change without notice.
Setup and run
uv sync --extra test
Copy-Item .env.example .env
uv run placera-mcp-http
The endpoint is http://127.0.0.1:8766/mcp by default. It is intentionallyunauthenticated because every exposed tool reads public data and no login,account, or mutation operation exists. No Authorization header is required.The server remains bound to localhost by default; anyone who can reach areconfigured network binding can call it.
The integration is read-only. Use conservative request rates, respect thepublisher's terms and robots guidance, and do not republish copyrighted articlecontent beyond what you are permitted to use.
Environment ownership
This project owns PLACERA_MCP_PORT and PLACERA_BASE_URL. It has nocredential or bearer-token setting.
Tests
uv run pytest
Tests use mocked HTTP responses and do not scrape the live website.
Contributing and security
See CONTRIBUTING.md before submitting changes. Reportsecurity issues according to SECURITY.md. Never include cookiesor private browsing data in a public issue.
License
MIT. See LICENSE.