# Alexandre Caramaschi: cursos e aulas de GEO em português (remote · alexandrecaramaschi.com)

58 cursos gratuitos de GEO, SEO e IA em português: texto das aulas, busca com fonte e contato.

- Trust score: 78/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `alexandrecaramaschi.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp.md), [page](https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp)

## Channel facts

- Endpoint: `https://alexandrecaramaschi.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 89/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 47324 tokens (~47/item across 993 items; 10 tools + 983 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Alexandre Caramaschi: cursos e aulas de GEO em português MCP server?

Alexandre Caramaschi: cursos e aulas de GEO em português is a hosted endpoint at https://alexandrecaramaschi.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-alexandrecaramaschi-public-content 'https://alexandrecaramaschi.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-alexandrecaramaschi-public-content": {
      "url": "https://alexandrecaramaschi.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-alexandrecaramaschi-public-content": {
      "type": "http",
      "url": "https://alexandrecaramaschi.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-alexandrecaramaschi-public-content]
url = "https://alexandrecaramaschi.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-alexandrecaramaschi-public-content": {
      "type": "remote",
      "url": "https://alexandrecaramaschi.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-alexandrecaramaschi-public-content --url 'https://alexandrecaramaschi.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-alexandrecaramaschi-public-content:
    url: "https://alexandrecaramaschi.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-alexandrecaramaschi-public-content": {
      "Transport": "http",
      "Url": "https://alexandrecaramaschi.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-alexandrecaramaschi-public-content -t streamable-http -u 'https://alexandrecaramaschi.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-alexandrecaramaschi-public-content": {
      "type": "http",
      "url": "https://alexandrecaramaschi.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 78, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-20 (score 78, +1)

- [functional improvement] Stability: unverified → 0.03
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-19 (score 77)

First indexed and scored.

## MCP tools (10)

The latest capture was truncated, so this tool list may be partial.

### `getBusinessInfo` (~139 tokens)

Output parameters:

- `company` (object)
- `contact` (object)
- `founder` (object)
- `location` (object)
- `name` (string)
- `scope` (string)
- `tagline` (string)

### `getLocation` (~58 tokens)

Output parameters:

- `city` (string)
- `coordinates` (object)
- `country` (string)
- `countryCode` (string)
- `coverage` (string)
- `mode` (string)
- `offset` (string)
- `state` (string)
- `stateFull` (string)
- `timezone` (string)

### `contactUs` (~79 tokens)

Output parameters:

- `channels` (object)
- `cta` (object)
- `primary` (string)

### `listCourses` (~81 tokens)

Output parameters:

- `count` (integer)
- `courses` (array)
- `hub` (string)

### `getCourseDetails` (~135 tokens)

Input parameters:

- `slug` (string, required)

Output parameters:

- `canonical` (string)
- `content`
- `description` (string|null)
- `duration` (string|null)
- `eligibility` (string)
- `language` (string)
- `level`
- `levelLabel` (string|null)
- `levelScale` (string)
- `modulesDeclared`
- `prerequisites` (array)
- `price` (object)
- `replacementPolicy` (string)
- `serviceLevel` (string)
- `slug` (string)
- `tags` (array)
- `title` (string)
- `track` (string)
- `updatedDate` (string|null)
- `url` (string)

### `getCatalogManifest` (~113 tokens)

Output parameters:

- `courseCount` (integer)
- `courses` (array)
- `coursesWithContent` (integer)
- `declaredModuleCount` (integer)
- `gaps` (array)
- `moduleCoverage`
- `normalizationVersion` (string)
- `retrievableModuleCount` (integer)
- `revision` (object)
- `schemaVersion` (string)
- `source` (string)

### `getCourseModules` (~135 tokens)

Input parameters:

- `slug` (string, required)

Output parameters:

- `completeness` (string)
- `course` (object)
- `moduleCount` (integer)
- `modules` (array)
- `modulesDeclared`
- `revision` (object)
- `schemaVersion` (string)

### `getModuleContent` (~259 tokens)

Input parameters:

- `cursor` (string)
- `maxChars` (string)
- `module` (string, required)
- `slug` (string, required)

Output parameters:

- `author` (string)
- `citation` (object)
- `completeness` (string)
- `content` (string)
- `contentHash` (string)
- `contentTrust` (string)
- `course` (object)
- `format` (string)
- `language` (string)
- `license` (string)
- `module` (object)
- `nextCursor` (string|null)
- `normalizationVersion` (string)
- `range` (object)
- `revision` (object)
- `schemaVersion` (string)
- `totalChars` (integer)

### `searchContent` (~247 tokens)

Input parameters:

- `limit` (string)
- `query` (string, required)
- `slug` (string)

Output parameters:

- `contentTrust` (string)
- `coverage` (object)
- `filters` (object)
- `limit` (integer)
- `normalizationVersion` (string)
- `query` (string)
- `results` (array)
- `revision` (object)
- `schemaVersion` (string)
- `terms` (array)
- `totalMatches` (integer)

### `getResearchPublications` (~85 tokens)

Output parameters:

- `author` (object)
- `citationFile` (string)
- `knowledgeBase` (string)
- `publications` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp#diagnostics

## Score history

- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 77

## Common questions

### What is the Alexandre Caramaschi: cursos e aulas de GEO em português MCP server?

Alexandre Caramaschi: cursos e aulas de GEO em português is an MCP server listed in the public MCP registry as com.alexandrecaramaschi/public-content. 58 cursos gratuitos de GEO, SEO e IA em português: texto das aulas, busca com fonte e contato. This page covers its hosted endpoint (https://alexandrecaramaschi.com/api/mcp).

### Is the Alexandre Caramaschi: cursos e aulas de GEO em português MCP server safe to use?

Alexandre Caramaschi: cursos e aulas de GEO em português scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the Alexandre Caramaschi: cursos e aulas de GEO em português MCP server require authentication?

No. We connected to Alexandre Caramaschi: cursos e aulas de GEO em português without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Alexandre Caramaschi: cursos e aulas de GEO em português MCP server still maintained?

Alexandre Caramaschi: cursos e aulas de GEO em português is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://alexandrecaramaschi.com/api/mcp
- Website: https://alexandrecaramaschi.com/developers.md
- Changelog RSS feed: https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-alexandrecaramaschi-public-content/api-mcp
