eCommerce
daniloschettini.com.br
MCP server for an e-commerce site that returns site metadata, public navigation, book product information, and purchase/checkout details.
ENDPOINT 1
https://daniloschettini.com.br/api/agent/mcp
MCP server metadata
- Name
- daniloschettini-site
- Version
- 1.0.0
Servidor read-only com informações públicas do site e do livro A Bíblia do Advogado Empreendedor. Nenhuma ferramenta realiza pagamentos.
Known tools 4
site_informationRetorna nome, URL, idioma, descrição, autor e contato público do site.
Inferred read-onlyproduct_informationRetorna a ficha pública do livro: descrição, preço, moeda e disponibilidade.
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.daniloschettini-site]
url = "https://daniloschettini.com.br/api/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daniloschettini-site": {
"type": "http",
"url": "https://daniloschettini.com.br/api/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daniloschettini-site
Remote MCP URL: https://daniloschettini.com.br/api/agent/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": {
"daniloschettini-site": {
"url": "https://daniloschettini.com.br/api/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daniloschettini-site": {
"type": "http",
"url": "https://daniloschettini.com.br/api/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daniloschettini-site",
"transport": "streamable-http",
"url": "https://daniloschettini.com.br/api/agent/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.