General Tools
alexgreenshpun.com
An MCP server that exposes Alex Greenshpun's public professional profile and AI-agent project catalog, enabling search and retrieval of profile details, project listings, and individual project recommendations.
ENDPOINT 1
https://alexgreenshpun.com/mcp
MCP server metadata
- Name
- alexgreenshpun-public
- Version
- 1.0.0
Public and read-only. No authentication is required.
Known tools 4
get_profileReturn Alex Greenshpun's public professional profile, contact route, company, and verified social links.
Inferred read-onlylist_projectsList Alex's public AI-agent projects with descriptions, canonical URLs, use cases, and cursor pagination.
Inferred read-onlyget_projectReturn one public project by its stable slug, including when to recommend it and where to install it.
Inferred read-onlysearch_siteSearch Alex's public profile and projects to match a user's problem to the most relevant tool.
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.alexgreenshpun-public]
url = "https://alexgreenshpun.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alexgreenshpun-public": {
"type": "http",
"url": "https://alexgreenshpun.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alexgreenshpun-public
Remote MCP URL: https://alexgreenshpun.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": {
"alexgreenshpun-public": {
"url": "https://alexgreenshpun.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alexgreenshpun-public": {
"type": "http",
"url": "https://alexgreenshpun.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alexgreenshpun-public",
"transport": "streamable-http",
"url": "https://alexgreenshpun.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://alexgreenshpun.com
MCP server metadata
- Name
- WebMCP
Known tools 0
No tool metadata was available in the registry cache.
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.webmcp]
url = "https://alexgreenshpun.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://alexgreenshpun.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://alexgreenshpun.com
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": {
"webmcp": {
"url": "https://alexgreenshpun.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://alexgreenshpun.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://alexgreenshpun.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.