org.vivesca/vivesca
PYPI · VIVESCA · SCANNED SEP 20
Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 18 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 183 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 970 tokens (~34/item across 28 items; 24 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety94
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 3 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "keryx_draft_send" implies "send" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
- An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the org.vivesca/vivesca MCP server?
org.vivesca/vivesca runs locally as a PyPI package, launched with uvx vivesca. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · vivesca
claude mcp add org-vivesca-vivesca -- uvx vivesca
{
"mcpServers": {
"org-vivesca-vivesca": {
"command": "uvx",
"args": [
"vivesca"
]
}
}
} {
"servers": {
"org-vivesca-vivesca": {
"command": "uvx",
"args": [
"vivesca"
]
}
}
} codex mcp add org-vivesca-vivesca -- uvx vivesca
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"org-vivesca-vivesca": {
"type": "local",
"command": [
"uvx",
"vivesca"
],
"enabled": true
}
}
} openclaw mcp add org-vivesca-vivesca --command uvx --arg vivesca
mcp_servers:
org-vivesca-vivesca:
command: "uvx"
args: ["vivesca"] {
"McpServers": {
"org-vivesca-vivesca": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"vivesca"
]
}
}
} assistant mcp add org-vivesca-vivesca -t stdio -c uvx -a vivesca
{
"mcpServers": {
"org-vivesca-vivesca": {
"command": "uvx",
"args": [
"vivesca"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 −3
- Stability: pass → 0.80 functional
- 19 Sept 26 0
- Stability: 0.97 → pass security
- 18 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +12
- Malware scan: unverified → pass ▲ security
- Stability: pass → 0.77 functional
- 11 Sept 26 0
- Stability: 0.97 → pass security
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/vivesca@0.2.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 18 packages
| Packages resolved | 18 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
deltos_send_image Deltos Send Image ~33
Send an image to Telegram with optional caption.
| Name | Type | Req | Description |
|---|---|---|---|
| caption | string | – | – |
| path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
deltos_send_text Deltos Send Text ~40
Send text to Telegram. HTML by default; format='plain' for raw.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | – | – |
| text | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
fasti_create_event Fasti Create Event ~70
Create a calendar event. Date: YYYY-MM-DD. Time: 24h HH:MM.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | – |
| description | – | – | – |
| from_time | string | yes | – |
| location | – | – | – |
| summary | string | yes | – |
| to_time | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
fasti_delete_event Fasti Delete Event ~33
Delete an event. event_id from fasti_list_events — never guess.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
fasti_list_events Fasti List Events ~34
List calendar events for a date (HKT). Call first to get event IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| events | string | yes | – |
No examples provided.
fasti_move_event Fasti Move Event ~48
Reschedule an event. event_id from fasti_list_events — never guess.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | – |
| event_id | string | yes | – |
| time | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
keryx_draft_send Keryx Draft Send ~42
Draft a WhatsApp message. NEVER sends — returns shell block for manual execution.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | – |
| name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| draft | string | yes | – |
No examples provided.
keryx_list_chats Keryx List Chats ~25
List recent WhatsApp chats.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| chats | string | yes | – |
No examples provided.
keryx_read_messages Keryx Read Messages ~41
Read a WhatsApp conversation. Merges phone + LID JID threads.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| messages | string | yes | – |
No examples provided.
keryx_sync_status Keryx Sync Status ~20
Check the wacli sync daemon status.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| details | object | – | – |
| message | string | yes | – |
| status | string | yes | – |
No examples provided.
navigator_check_auth Navigator Check Auth ~28
Check browser auth for a domain. Detects login redirects.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| authenticated | boolean | – | – |
| domain | string | yes | – |
| fix | string | – | – |
| message | string | – | – |
| url | string | – | – |
No examples provided.
navigator_extract Navigator Extract ~36
Extract page content from URL. Structured output with automated fallbacks.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | – |
| wait_ms | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | – | – |
| method | string | – | – |
| success | boolean | – | – |
| text | string | – | – |
| title | string | – | – |
| url | string | yes | – |
No examples provided.
navigator_screenshot Navigator Screenshot ~45
Screenshot a URL. Wakes display, handles nav fallbacks.
| Name | Type | Req | Description |
|---|---|---|---|
| output_path | string | – | – |
| url | string | yes | – |
| wait_ms | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| path | string | yes | – |
| success | boolean | yes | – |
| url | string | yes | – |
No examples provided.
noesis_ask Noesis Ask ~31
Thorough web search (~$0.01). Structured survey with citations.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| synthesis | string | yes | – |
No examples provided.
noesis_research Noesis Research ~39
Deep research (~$0.40). EXPENSIVE — depth must justify cost. Saves to ~/docs/.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| synthesis | string | yes | – |
No examples provided.
noesis_search Noesis Search ~33
Quick web search (~$0.006). Cited synthesis for factual lookups.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| synthesis | string | yes | – |
No examples provided.
oghma_add Oghma Add ~35
Add a memory manually.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| confidence | number | – | – |
| content | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
oghma_search Oghma Search ~59
Search memories: keyword/vector/hybrid. Use for past session recall.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| limit | integer | – | – |
| mode | string | – | – |
| query | string | yes | – |
| source_tool | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| results | string | yes | – |
No examples provided.
oghma_stats Oghma Stats ~19
Memory DB stats: counts by category and source.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| stats | string | yes | – |
No examples provided.
oghma_status Oghma Status ~20
Memory DB status: path, count, daemon state.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| details | object | – | – |
| message | string | yes | – |
| status | string | yes | – |
No examples provided.
vigilis_check_readiness Vigilis Check Readiness ~18
Oura readiness + exercise recommendation.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| guidance | string | yes | – |
| summary | string | yes | – |
No examples provided.
vigilis_check_sleep Vigilis Check Sleep ~35
Oura sleep data. 'today' for last night, 'week' for trend.
| Name | Type | Req | Description |
|---|---|---|---|
| period | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| summary | string | yes | – |
No examples provided.
vigilis_check_system Vigilis Check System ~22
System health: lucerna, budget, recent copia events.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| sections | array | yes | – |
No examples provided.
vigilis_log_symptom Vigilis Log Symptom ~40
Log a symptom to vault health log.
| Name | Type | Req | Description |
|---|---|---|---|
| notes | string | – | – |
| severity | string | – | – |
| symptom | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| message | string | yes | – |
| success | boolean | yes | – |
No examples provided.
What is the org.vivesca/vivesca MCP server?
org.vivesca/vivesca is an MCP server listed in the public MCP registry as org.vivesca/vivesca. Opinionated MCP server, Pydantic output schemas, 7 domains, built to evolve. This page covers its PyPI package (vivesca).
Is the org.vivesca/vivesca MCP server safe to use?
org.vivesca/vivesca scores 57 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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.
What tools does the org.vivesca/vivesca MCP server expose?
org.vivesca/vivesca exposes 24 tools: deltos_send_image, deltos_send_text, fasti_create_event, fasti_delete_event, fasti_list_events, and 19 more. Their descriptions and schemas cost roughly 846 tokens of context every time the server is loaded.
Is the org.vivesca/vivesca MCP server still maintained?
org.vivesca/vivesca is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.