Skip to content
View ftaricano's full-sized avatar

Block or report ftaricano

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ftaricano/README.md

Fernando Taricano

Building agentic AI for SMB ops. Shipping production multi-agent systems on Claude Code + Codex. Operator at Grupo CPZ (Brazilian insurance brokerage holding). Available for advisory.

→ Twitter: @taricanof

What I do

I run a non-tech Brazilian SMB where production AI agents handle daily back-office: ETL across dozens of insurance carriers, financial pipelines, mailbox triage, operational reporting. The system runs on Claude Code (architecture, frontend), Codex (implementation ), and Hermes (productivity, research) — orchestrated by ~40 written ADRs.

In parallel, I ship and maintain open-source Model Context Protocol (MCP) servers as the infrastructure that makes the above work.

Open-source MCP servers

Production-grade MCP servers for operator stacks:

  • mcp-onedrive-sharepoint ⭐6 — Microsoft Graph: OneDrive + SharePoint, 33 tools, device-code auth, also ods CLI
  • mcp-outlook ⭐1 — Outlook / Exchange via MS Graph, 40 tools, 178 passing tests
  • mcp-whatsapp ⭐2 — WhatsApp via Baileys (QR pairing, rate limited, circuit breaker, pt-BR templates)
  • mcp-server-trello — Trello, 23 tools, 93 unit tests
  • mcp-gmail-calendar — Gmail + Calendar, 35 tools, OAuth multi-account
  • mcp-hub — MCP aggregation gateway behind one tool surface

Architecture principles I ship by

  • Read-after-write is default — agent self-report doesn't close a task
  • Source-of-truth design — CRM wins even when empty so pending cases stay visible
  • Fail-closed before fail-open — pipeline halts when upstream signal is unavailable
  • OAuth-only auth — no paid API keys in production
  • Governance by ADR — material decisions go to a written record, not chat history

What I'm interested in

Production agentic AI in non-tech regulated SMBs. The boring auditable closure of a workflow: pull data, validate, publish, log, fail in a known way, notify a human only when intervention is genuinely needed.

Available for advisory and fractional engagements. DMs open on Twitter.

Note

Business systems for Grupo CPZ (Competenza, Interpar, SegDigital, Ferga) live in private repos. What's public here is the infrastructure tooling I'd want regardless of the operator job.

Pinned Loading

  1. mcp-onedrive-sharepoint mcp-onedrive-sharepoint Public

    MCP server and CLI for OneDrive and SharePoint via Microsoft Graph

    TypeScript 6 8

  2. mcp-whatsapp mcp-whatsapp Public

    MCP server + CLI for WhatsApp via Baileys (QR auth, no Meta Business API). Ships text/media send, pt-BR billing and reminder templates, inbox reading, rate limiting and circuit breaker.

    TypeScript 2

  3. 4ccEditor-fernando 4ccEditor-fernando Public archive

    Save editor source for Pro Evolution Soccer (PES 2016-2021).

    C++

  4. mcp-notion mcp-notion Public

    Notion MCP Server for knowledge management and content organization

    TypeScript 1

  5. mcp-server-trello mcp-server-trello Public

    Professional MCP server and CLI for Trello boards, cards, checklists, and workspaces.

    TypeScript 1

  6. mcp-outlook mcp-outlook Public

    MCP server for Microsoft Outlook / Exchange via Microsoft Graph API — 40 tools, client-credentials auth, no Mail.Send required for drafts

    TypeScript 1 1