Skip to main content
Glama
pras-labs

bichon-mcp

by pras-labs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BICHON_BASE_URLNoBichon instance URLhttp://localhost:15630
BICHON_ACCESS_TOKENYesBearer token for Bichon API
BICHON_REQUEST_TIMEOUTNoHTTP request timeout in seconds30
BICHON_STATS_CACHE_TTLNoMailbox stats cache TTL in seconds. 0 = disabled300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all email accounts configured in Bichon. Returns account id and email address.

list_mailboxesA

List mailbox folders for an account (INBOX, Sent, etc.). Use list_accounts to find account_id. Returns id, name, total message count, unseen count.

get_mailbox_statsA

Stats for a specific mailbox folder: total count, top senders, top subjects by frequency. Use list_mailboxes to find mailbox_id. Samples up to 200 most recent emails. Results cached for BICHON_STATS_CACHE_TTL seconds (default 300). Set to 0 to disable.

search_emailsA

Search emails by full-text query, date range, sender, and/or mailbox folder. Returns summaries only (no body). Use get_email for full content. date_from/date_to accept ISO dates (YYYY-MM-DD). Max limit is 50. Use list_accounts + list_mailboxes to find account_id and mailbox_id.

get_emailA

Get full plain-text content of an email. account_id and envelope_id come from search_emails results. HTML is stripped. Body is truncated at ~4000 tokens.

list_threadsA

List email threads by grouping search results on thread_id. Returns one entry per thread with message count and latest date.

get_sender_summaryB

Aggregate stats for a sender: total count, date range, top subjects.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pras-labs/bichon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server