Productivity
algorithmacy.org
Manages conference track listings and facilitates abstract submission with email sign-off for the Algorithmacy Conference.
ENDPOINT 1
https://algorithmacy.org/api/mcp
MCP server metadata
- Name
- algorithmacy-conference
- Version
- 1.0.0
Prepare and submit abstracts to the Algorithmacy Conference. The author must confirm by email before any pull request is opened.
Known tools 2
list_tracksList the conference tracks, submission types, and the field requirements a submission must satisfy.
Inferred read-onlysubmit_abstractPrepare an Algorithmacy Conference submission and email the author a one-click sign-off link.
Potential side effectsCONNECT 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.algorithmacy-conference]
url = "https://algorithmacy.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"algorithmacy-conference": {
"type": "http",
"url": "https://algorithmacy.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: algorithmacy-conference
Remote MCP URL: https://algorithmacy.org/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": {
"algorithmacy-conference": {
"url": "https://algorithmacy.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"algorithmacy-conference": {
"type": "http",
"url": "https://algorithmacy.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "algorithmacy-conference",
"transport": "streamable-http",
"url": "https://algorithmacy.org/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 algorithmacy.org was fetched 2026-08-01T07:07:14.234Z and is being refreshed.
algorithmacy.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.