← yigittanriverdi.com

INDIVIDUAL MCP TOOL

list_tags

All blog tags with the count of published posts carrying each one.

yigittanriverdi.comnone authenticationAvailability not checked

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

yigittanriverdi.com

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.yigittanriverdi-com]
url = "https://yigittanriverdi.com/mcp/rpc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yigittanriverdi-com": {
      "type": "http",
      "url": "https://yigittanriverdi.com/mcp/rpc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yigittanriverdi-com
Remote MCP URL: https://yigittanriverdi.com/mcp/rpc

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": {
    "yigittanriverdi-com": {
      "url": "https://yigittanriverdi.com/mcp/rpc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yigittanriverdi-com": {
      "type": "http",
      "url": "https://yigittanriverdi.com/mcp/rpc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yigittanriverdi-com",
  "transport": "streamable-http",
  "url": "https://yigittanriverdi.com/mcp/rpc"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_profile — Public profile of Yiğit Tanrıverdi: name, role headline, years summary, location, remote preference, public contact (email + URLs — phone is intentionally NOT exposed), and language proficiency.
  • get_experience — Structured work history (reverse-chronological), skills grouped by category, education, and a list of named achievements.
  • list_projects — All public projects (those with status "shipping", "completed", or "archived" — drafts excluded).
  • list_posts — Published blog posts, newest first.
  • get_post — Full content of a single blog post by its slug — title, excerpt, full markdown body, tags, dates.
  • list_tools — The eight client-side developer utilities published at /tools/* — slug, title, one-line description.
  • get_recent_activity — A "what is fresh" snapshot — recent published posts and recent projects.