LIA-Assistant (jgouviergmail/LIA-Assistant) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 172 tools. No publisher has claimed this listing.

C
Emerging
74/100

LIA-Assistant

Smart multi-agent conversational assistant with LangGraph orchestration, Human-in-the-Loop, enterprise-grade observability, and full i18n support (6 languages)

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

jgouviergmail

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: OPENAI_API_KEY, GRAFANA_API_KEY, GRAFANA_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes162 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

_mcpreactwrapper
mcptooladapter
usermcptooladapter
create_scheduled_action

Create a recurring automation (returns a confirmation draft).

list_scheduled_actions

List the user's recurring automations (id, title, schedule, state).

toggle_scheduled_action

Enable/disable an automation (direct — reversible, no draft).

find_availability

Find free calendar slots in a time window ("find me a 30-min slot Thursday").

findavailability
googlecontacts
searchcontacts
weather
bravesearchtoolimpl
search_events_tool
create_event_tool
search_events

Search calendar events in Google Calendar.

get_event_details

Get detailed information for one or more calendar events.

create_event

Create a calendar event in Google Calendar (with user confirmation).

update_event

Update an existing calendar event in Google Calendar (with user confirmation).

delete_event

Delete a calendar event from Google Calendar (with user confirmation).

list_calendars

List all calendars available to the user.

get_events

Get calendar events with full details - unified search and retrieval.

searchevents
geteventdetails
createeventdraft
updateeventdraft
deleteeventdraft
listcalendars
list_contact_groups

List the user's contact groups (family, colleagues, ...) with exact member counts.

get_contact_group_members

Get the members of a contact group with their email addresses.

search_other_contacts

Search people the user has interacted with but never saved as contacts.

listcontactgroups
getcontactgroupmembers
searchothercontacts
my_tool
search_contacts_tool
search_contacts

Recherche des contacts Google par nom, email ou téléphone.

search_user_documents

Search the user's uploaded document spaces by meaning (hybrid RAG).

search_files

Search files in Google Drive by name or content.

list_files

List files in Google Drive folder.

get_file_details

Get full file details and metadata from Google Drive.

delete_file

Delete a file from Google Drive (with user confirmation).

get_files

Get Drive files with full details - unified search, list and retrieval.

searchfiles
listfiles
getfiledetails
deletefiledraft
deletefiledirect
get_emails

Get emails — unified search and retrieval, three detail levels (ADR-287).

send_email

Send an email via Gmail (with user confirmation).

reply_email

Reply to an email in Gmail (with user confirmation).

forward_email

Forward an email in Gmail (with user confirmation).

delete_email

Delete an email in Gmail (with user confirmation).

getemails
sendemaildraft
sendemaildirect
replyemaildraft
forwardemaildraft
deleteemaildraft
deleteemaildirect
resolve_entity_for_action

Resolve an entity reference (name, identifier) to a specific value for an action.

get_air_quality

Current air quality at a location (universal AQI + local national index).

get_pollen_forecast

Pollen forecast (grass, tree, weed) with per-day indices.

getairquality
getpollenforecast
get_gmail_settings

Read the Gmail mailbox settings: vacation responder, filters, send-as aliases.

set_vacation_responder

Set or disable the Gmail vacation responder (returns a confirmation draft).

create_email_filter

Create a Gmail filter ("label every mail from X as Newsletters and archive it").

getgmailsettings
createemailfilter
list_contacts

List all Google contacts for the user (with automatic pagination).

get_contact_details

Retrieve details for one or more contacts from their Google Contacts identifiers.

create_contact

Create a contact in Google Contacts (with user confirmation).

update_contact

Update an existing contact in Google Contacts (with user confirmation).

delete_contact

Delete a contact from Google Contacts (with user confirmation).

get_contacts

Get contacts with full details - unified search, list and retrieval.

listcontacts
getcontactdetails
createcontactdraft
createcontactdirect
updatecontactdraft
updatecontactdirect
deletecontactdraft
deletecontactdirect
listhuelights
controlhuelight
listhuerooms
controlhueroom
listhuescenes
activatehuescene
list_labels

List Gmail labels, optionally filtered by name.

create_label

Create a new Gmail label.

update_label

Rename a Gmail label.

delete_label

Delete a Gmail label.

apply_labels

Apply labels to email(s).

remove_labels

Remove labels from email(s).

listlabels
createlabel
updatelabel
deletelabeldraft
deletelabeldirect

62 further tools are not listed here. The complete surface is in the source.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretOPENAI_API_KEY
configPG_CONTAINER
configAPI_CONTAINER
configPG_ADMIN_USER
configPOSTGRES_USER
configGRAFANA_URL
🔐 secretGRAFANA_API_KEY
configGRAFANA_USER
🔐 secretGRAFANA_PASSWORD
configAPI_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

172/172 tools missing one or more hints — _mcpreactwrapper (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); mcptooladapter (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); usermcptooladapter (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +169 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

90/93 tool handlers declare input schemas (97%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool test coverage

82/172 tools referenced in tests (48%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jgouviergmail/lia-assistant)](https://m8ven.ai/mcp/jgouviergmail/lia-assistant)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 4cf67bc55eb46690d7353f99a24ab91349d3f075
code hash: 197c45822a526fb2a6ee2f5cf795c3e4314d7de93f456ef8dec95b2a3093bd49
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client