AI & Machine Learning
tekoalydani.com
This server provides a catalog of Tekoäly-Dani's AI and diagnostics services, enabling users to view details, pricing, and purchase via checkout, as well as negotiate consulting packages.
ENDPOINT 1
https://tekoalydani.com/api/mcp
MCP server metadata
- Name
- tekoaly-dani
- Version
- 2.2.0
Use tools/list to discover service-catalog and checkout tools. Use resources/list for static context (catalog JSON, AGENTS.md, llms.txt, discovery files). Use prompts/list for templated prompts (analyze_my_site, recommend_service, generate_quote).
Known tools 10
list_servicesList all available Tekoäly-Dani services with pricing and purchase methods.
Potential side effectsnegotiateStart a structured consultation process for implementation and AI solution packages.
Inferred read-onlyget_company_infoGet information about Tekoäly-Dani: who we are, what we do, contact details.
Inferred read-onlyupdate_checkout_sessionUpdate items, buyer info, fulfillment details, or selected options in an ACP checkout session.
Potential side effectscomplete_checkout_sessionSubmit payment and finalize the order for an ACP checkout session.
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.tekoaly-dani]
url = "https://tekoalydani.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tekoaly-dani": {
"type": "http",
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tekoaly-dani
Remote MCP URL: https://tekoalydani.com/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": {
"tekoaly-dani": {
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tekoaly-dani": {
"type": "http",
"url": "https://tekoalydani.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tekoaly-dani",
"transport": "streamable-http",
"url": "https://tekoalydani.com/api/mcp"
}
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.