INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.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_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_tags— All blog tags with the count of published posts carrying each one.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.