🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In
i

infoinlet

npm

Packages

Current Co-maintainers

Former Co-maintainers

32 packages

@infoinlet/mcp-browser-research

Web browsing + research for AI agents: fetch & read pages, structured extraction, Exa web search & deep research. MCP server.

@infoinlet/mcp-calendar

Google Calendar for AI agents — list/create/delete events and free-busy, using an OAuth access token. MCP server.

@infoinlet/mcp-clickhouse

Read-only ClickHouse access for AI agents — analytics queries, table/column inspection, table sizes & row counts, health. Read-only by default (static SQL guard + readonly=1); option-injection guarded. MCP server.

@infoinlet/mcp-codeaudit

Security audit for AI agents — scan code/diffs for leaked secrets and check dependencies against the OSV vulnerability database. MCP server.

@infoinlet/mcp-data

Tabular data tools for AI agents — load CSV/JSON/XLSX and query, aggregate (group-by), and compute stats in-process (no database). MCP server.

@infoinlet/mcp-elasticsearch

Read-only Elasticsearch / OpenSearch access for AI agents — search, list indices, mappings, count, cluster health. No writes/deletes. MCP server.

@infoinlet/mcp-email

Email for AI agents — read inbox (IMAP), search, and send (SMTP). MCP server.

@infoinlet/mcp-fetch

SSRF-safe URL fetch for AI agents — returns clean markdown/text/HTML/JSON, plus guarded REST calls. MCP server.

@infoinlet/mcp-filesystem

Hardened filesystem access for AI agents — jailed to an allowed root, read-only by default, path-traversal + symlink-escape protected. MCP server.

@infoinlet/mcp-git

Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No destructive operations; option-injection guarded. MCP server.

@infoinlet/mcp-github

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only by default (writes opt-in). MCP server.

@infoinlet/mcp-image

Image generation & editing for AI agents (via Runware) — text-to-image, background removal, upscale. MCP server.

@infoinlet/mcp-jp-doc-intel

Japanese document AI for agents — invoice & business-card extraction, OCR, classification (hosted API).

@infoinlet/mcp-kafka

Read-only Kafka access for AI agents — list/describe topics, offsets, consumer groups, peek recent messages, cluster health. No producing. MCP server.

@infoinlet/mcp-knowledge-rag

Permission-aware RAG knowledge base for agents — ingest docs, hybrid search, cited answers (hosted API).

@infoinlet/mcp-memory

Persistent, searchable long-term memory for AI agents — save/get/search/list across sessions, namespaces + tags. Zero-config file store; optional semantic recall. MCP server.

@infoinlet/mcp-mongodb

Read-only MongoDB access for AI agents — find, aggregate (write stages blocked), count, list collections, stats, health. No inserts/updates/deletes. MCP server.

@infoinlet/mcp-mysql

Read-only MySQL/MariaDB access for AI agents — query, list/describe tables, health. Read-only by default (static SQL guard); use a least-privilege user. MCP server.

@infoinlet/mcp-notion

Notion for AI agents — search, read pages/blocks, query databases, create pages. MCP server.

@infoinlet/mcp-observability

Observability for incident-response agents — query Loki logs (LogQL), Prometheus metrics (PromQL), and Elasticsearch. MCP server.

@infoinlet/mcp-openapi

Turn any OpenAPI/Swagger spec into MCP tools — point it at a spec URL and every operation becomes a callable, SSRF-guarded tool. MCP server.

@infoinlet/mcp-postgres-nl-query

RLS/tenant-aware Postgres access for AI agents — list/describe schema, run read-only SQL, and NL→SQL with safety rails. MCP server.

@infoinlet/mcp-qdrant

Read-only Qdrant (vector DB) access for AI agents — list collections, collection info/config, browse points, count, vector search, health. No mutations. MCP server.

@infoinlet/mcp-redis

Read-only Redis access for AI agents — get/scan/inspect keys, hashes, lists, sets, sorted sets, streams; server INFO/health. Read-only command allowlist (writes blocked unless explicitly enabled). MCP server.

@infoinlet/mcp-s3

Read-only S3 / S3-compatible (MinIO, R2) object storage for AI agents — list buckets, list objects, object metadata, fetch object text. No put/delete. MCP server.