General Tools
arne.ai
Provides access to Arne Noori's profile, projects, blog posts, newsletter subscription, and meeting booking URL.
ENDPOINT 1
https://arne.ai/api/mcp
MCP server metadata
- Name
- arne-ai
- Version
- 1.0.0
Read-only tools for researching Arne Noori (profile, projects, blog) plus action tools for newsletter subscription and meeting booking. Start with get_profile.
Known tools 6
get_profileReturns Arne Noori's structured profile: current role, prior roles, education, focus areas, primary stack, and social links.
Inferred read-onlylist_recent_blog_postsList recent posts from Arne's blog (parsed from the public RSS feed).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arne.ai was fetched 2026-08-23T14:16:25.390Z.
arne.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.