TASS MCP Server

TASS MCP Server

Provides LIWC-style dictionary scoring of text with deterministic, provenance-first analysis, enabling researchers and AI agents to perform reproducible text analysis via MCP tools.

Category
Visit Server

README

TASS Community Edition

Text Analysis for Social Scientists: LIWC-style dictionary scoring over open lexicons: deterministic, provenance-first, driveable by humans (CLI) and by AI agents (MCP server). Apache-2.0, zero runtime dependencies, Node 18+.

TASS is built by SIM DAD LLC. This repository is the full Community Edition: the scoring engine, the tass CLI, the MCP server, the minimal local web GUI, and the reproducible-project container. The commercial GUI Edition adds a no-code desktop workbench, the inferential statistics suite, publication charts, and Excel/APA export on top of this exact engine; its methods, formulas, citations, and R-benchmark reports are public even where its code is not.

Why researchers use it

  1. Deterministic. Same inputs, byte-identical outputs, on every OS. CI enforces a cross-platform determinism hash. Reproducibility is a product claim, not a hope.
  2. Provenance travels. Every scoring run writes a manifest with tool and engine versions, input SHA-256 hashes, and each lexicon's license, class, and citation: the block a methods section needs.
  3. Licensing is mechanical. Everything bundled is verified commercial-ok. Restricted resources (NRC, LIWC, GI) are never bundled; your own imports of them are flagged academic-only in every run that touches them.
  4. Trace every number. tass exemplars and tass kwic connect any score back to quotable text.
  5. Open dictionaries, forever. Every TASS-native dictionary is CC-BY-4.0 or ODC-BY, citation required, commercial use welcome, and installable by name from the public registry (SIM-DAD/tass-lexicons).

Quick start

The fastest route is npm (Node 18+):

npm install -g @simdad/tass-cli
tass help

Or from this repository:

npm install && npm run build
node packages/tass-cli/bin/tass.js help

To put the repo build on your PATH: on Windows run powershell -File packages/tass-cli/scripts/install-cli.ps1; on macOS or Linux run npm link inside packages/tass-cli. Then:

Score a CSV of documents against bundled sentiment lexicons:

tass score --input posts.csv --text-column text --lexicons vader,afinn --output scored.csv

Analyze a single text, no files involved:

tass analyze --text "What a wonderful day" --vader-rules

Author your own dictionary in a spreadsheet (tass template, fill it in, tass import-csv), install open ones by name (tass install politeness), archive any run as a reproducible .tassproj (tass project save), and prove it reproduces (tass project rerun).

For AI-driven analysis, tass mcp serves the whole engine as MCP tools over stdio. AGENTS.md is the operating contract for agents.

Documentation

  • docs/METHODS.md: what TASS measures and how; read before reporting numbers.
  • docs/API.md: the engine's semver contract.
  • tass help <topic>: task-oriented help inside the CLI.

Contributing

See CONTRIBUTING.md (Apache-2.0, DCO sign-off, determinism and zero-dependency rules). Dictionary contributions go to the registry repo.


Apache-2.0 © SIM DAD LLC. "TASS" is a SIM DAD LLC trademark; see NOTICE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured