Skip to content
View erekola's full-sized avatar

Block or report erekola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erekola/README.md

Erik Rekola

I build and audit websites and APIs that AI agents can find and use.

At turva.dev, I help Shopify stores and product teams find what blocks agents and decide what to fix first.

Start here

Three repos, one site.

Project What it does Explore
turva-worker The Cloudflare Worker behind turva.dev: HTML for people, Markdown for agents, and the site's discovery metadata and protocol endpoints. Live reference · Technical reference
llms-txt-validator Check llms.txt structure from the command line, Node or CI, with readable results and JSON output. Try the hosted validator
turva-mcp A public, read-only MCP server exposing turva.dev's services and published evidence. No API key required. Client configuration

Try the validator on a domain: npx turva-llms-txt-validator example.com.

MCP endpoint: https://mcp.turva.dev/mcp.

Reference build

turva.dev is my own reference implementation. It recorded 100/100, Level 5 (Agent-Native) on isitagentready.com, Cloudflare's agent-readiness scanner, on 2026-09-06.

The source code and verification instructions are public. You can inspect the implementation and repeat the checks before deciding whether to work with me.

The site's published web-security checks recorded passes in all 24 categories on Hardenize and 98/100 on Internet.nl. Measurement dates and the documented exceptions are in the reference repository.

What I do

Shopify agent storefront check, audit, advisory, implementation, agent operations and MCP server design. The two diagnoses come with documented findings and prioritized fixes, and the rest is scoped per engagement.

The work covers content agents can retrieve and parse, interfaces they can call, and the data and decision boundaries they rely on when acting. AI-search visibility is measured separately from whether an agent can use a site's tools or purchase flows.

Service scopes and prices

How I work

  • Async-only: everything in writing.
  • A fixed scope agreed before payment.
  • Findings and verification steps your team can use directly.
  • Replies within one business day.

Guides

Writing

Contact

Based in Tampere, Finland.

Email info@turva.dev with your domain and what you want agents to be able to do.

Website · LinkedIn · All guides · All writing

Pinned Loading

  1. turva-worker turva-worker Public

    The open-source Cloudflare Worker behind turva.dev. HTML and Markdown publishing, agent discovery metadata, signed manifests and verification tools.

    JavaScript 1

  2. turva-mcp turva-mcp Public

    The public read-only MCP server for turva.dev, live at mcp.turva.dev/mcp. Published in the official MCP registry as dev.turva/turva-mcp.

    TypeScript 1

  3. llms-txt-validator llms-txt-validator Public

    Validate a site's llms.txt structure: eight checks, pass/warn/fail, JSON output. Open form of the hosted validator at turva.dev/llms-txt-validator.

    JavaScript