4,026 tools found
NotionMCPToolkit is an asynchronous interface for interacting with Notion through the Model Context Protocol.
CAMEL-AI toolkit that connects agents to an Origene MCP server, usable as an async context manager.
Playwright MCPToolkit connects AI clients to web browser automation through the Model Context Protocol, providing an interface to the Playwright automation
CAMEL-AI toolkit letting an agent discover and load SKILL.md-based skills on demand from repo, user, and system directories, instead of a bloated prompt.
OpenAI guide building a GPT-5.1 coding agent with shell, apply_patch, web_search and Context7 MCP tools to scaffold and iterate on real codebases.
This notebook classifies food reviews into 1-5 star ratings using text embeddings, evaluated on a held-out test set.
OpenAI cookbook notebook running k-means on embeddings to discover hidden groupings in a dataset, then using GPT-4 to name each resulting cluster.
OpenAI Cookbook notebook that clusters unlabelled transaction embeddings with K-Means and uses GPT-3 to generate human-readable cluster labels.
OpenAI cookbook notebook training a matrix that transforms general embeddings into task-specific ones from labeled similar/dissimilar text pairs.
OpenAI Cookbook notebook that chunks, embeds and stores Wikipedia articles in a CSV to feed a companion retrieval-augmented Q&A notebook.
OpenAI Cookbook notebook showing how to generate embeddings from a tabular dataset, using Amazon food reviews as the worked example.
OpenAI Cookbook notebook building a similar-item recommender from text embeddings and nearest-neighbor distance, with t-SNE/PCA visualization.