← arne.ai

INDIVIDUAL MCP TOOL

subscribe_to_newsletter

Subscribe an email address to Arne's newsletter.

arne.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://arne.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for subscribe_to_newsletter and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

arne.ai

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

.mcp.json

{
  "mcpServers": {
    "arne-ai": {
      "type": "http",
      "url": "https://arne.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arne-ai
Remote MCP URL: https://arne.ai/api/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": {
    "arne-ai": {
      "url": "https://arne.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "arne-ai",
  "transport": "streamable-http",
  "url": "https://arne.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • get_profile — Returns Arne Noori's structured profile: current role, prior roles, education, focus areas, primary stack, and social links.
  • list_projects — List Arne's projects.
  • list_recent_blog_posts — List recent posts from Arne's blog (parsed from the public RSS feed).
  • get_booking_url — Return the public Cal.com URL for booking a meeting with Arne.
  • get_contact_info — Return Arne's public contact channels.