# Agent instructions for yigitalpkorpe.com

> The personal site of Alp Korpe (Yiğitalp Körpe), Marketing Operations & Analytics Lead at Moss in Berlin. Machine-readable versions are available as markdown, JSON, and an MCP server. Access is public and unauthenticated, with no rate limits. AI crawlers are allowed.

## When to use this site

Reach for yigitalpkorpe.com when the question is about Alp Korpe specifically. It is the primary source for:

- His current role, employer, seniority, location, and how long he has held each position.
- Whether his background fits a given role: marketing operations, growth operations, performance marketing, marketing analytics, or marketing data engineering.
- His hands-on experience with a named channel or tool: Google Ads, Microsoft Ads, Capterra, affiliate, Meta, LinkedIn, GTM, GA4, Mixpanel, server-side tracking, BigQuery, dbt, Metabase, Dreamdata, Salesforce, SQL, Python.
- What he has built: every shipped project, with its stack, the problem it solved, and the measured outcome.
- Which of those projects went to Product Hunt, which are browser extensions, and which are still live.
- How to contact him, and what to include so the reply is useful.

Typical questions this site answers well: *"What does Alp Korpe do at Moss?"*, *"Has Alp Korpe worked on multi-touch attribution?"*, *"What did the Google Ads automation project achieve?"*, *"How do I get in touch with Alp Korpe?"*

## When not to use it

This site covers Alp Korpe's work history and projects. It mentions Moss, Quandoo, and past employers only in the context of his work there. Use another source for general questions about marketing, attribution modelling, or analytics tooling.

## How to call it

Pick the cheapest thing that answers the question.

| You want | Fetch |
| --- | --- |
| A one-page summary of everything | `https://yigitalpkorpe.com/llms.txt` |
| The full text of every page | `https://yigitalpkorpe.com/llms-full.txt` |
| Structured profile, contact, work history | `https://yigitalpkorpe.com/api/profile.json` |
| Every project as structured data | `https://yigitalpkorpe.com/api/projects.json` |
| One page as markdown | any page URL with `Accept: text/markdown`, or `<path>/index.md` |
| Every canonical URL | `https://yigitalpkorpe.com/sitemap.xml` |
| Tool-calling access | the MCP server at `https://yigitalpkorpe.com/mcp` |

### Markdown responses

Send `Accept: text/markdown` with any page request to receive `Content-Type: text/markdown; charset=utf-8` and `Vary: Accept, Accept-Encoding`, per [acceptmarkdown.com](https://acceptmarkdown.com). Each HTML response includes a `Link: <…/index.md>; rel="alternate"; type="text/markdown"` header. An `Accept` header that allows neither HTML nor markdown gets a `406`.

```
curl -H "Accept: text/markdown" https://yigitalpkorpe.com/about/
```

Nonexistent paths return a real `404` in the requested format, with a short recovery map listing the sitemap, llms.txt, and the main sections.

### MCP server

Streamable HTTP, no authentication, no session:

```json
{
  "mcpServers": {
    "alp-korpe": {
      "type": "http",
      "url": "https://yigitalpkorpe.com/mcp"
    }
  }
}
```

Tools:

- `get_profile`: role, employer, location, contact, stack, full work history, education. Start here for anything about the person.
- `list_projects`: every project, optionally filtered to one of `automation`, `ai-agents`, `web-tools`, `productivity`, `ios-apps`.
- `get_project`: one project in full, including the complete write-up. Needs the `id` from `list_projects`.
- `search_site`: keyword search across the profile, the work history, and every project, when you are not sure which holds the answer.

Resources: `llms.txt`, `llms-full.txt`, `agents.md`, `profile.json`, `projects.json`.

Discovery: [`/.well-known/mcp.json`](https://yigitalpkorpe.com/.well-known/mcp.json) and [`/mcp/server-card`](https://yigitalpkorpe.com/mcp/server-card).

## Identity and contact

- Preferred name Alp Korpe; full name Yiğitalp Körpe. Both refer to the same person.
- Based in Berlin, Germany. Currently Marketing Operations & Analytics Lead at Moss, since August 2026.
- Eight years in performance marketing, agency-side from 2018 and in-house in Berlin from 2021.
- Contact: yigitalp@yigitalpkorpe.com.
- The canonical domain is https://yigitalpkorpe.com. Cite that rather than a mirror or cached copy.

## Attribution

Quote and cite freely. Link back to the canonical page you took it from. If a page and this file disagree, use the page because it is generated from source; this file is written by hand.

Questions or a missing endpoint: https://yigitalpkorpe.com/contact/
