← Registry

Content Tools

artemnovichkov.com

An MCP server that exposes Artem Novichkov's blog posts, allowing clients to list posts newest first and retrieve full Markdown content for individual posts.

1 endpoint2 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://artemnovichkov.com/mcp

No auth detected

MCP server metadata

Name
artemnovichkov.com
Version
2.0
Capabilities
tools
Server instructions

Blog content from artemnovichkov.com, covering iOS and Swift development. Call list_posts to browse, then get_post for the full Markdown of a post.

Known tools 2

list_posts

Lists every blog post on artemnovichkov.com, newest first.

Potential side effects
get_post

Returns the full Markdown body of one blog post.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: artemnovichkov-com
Remote MCP URL: https://artemnovichkov.com/mcp

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for artemnovichkov.com was fetched 2026-09-24T17:05:17.008Z.

Trust status Trusted

artemnovichkov.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.