Developer Tools
tabnas.dev
MCP server for parsing input with the tabnas engine, validating grammar specifications, explaining parse errors, testing grammars, and listing bundled plugins.
ENDPOINT 1
https://mcp.tabnas.dev/mcp
MCP server metadata
- Name
- tabnas
- Version
- 0.1.14
Known tools 7
test_grammarRun TSV fixture content against a grammar in a fresh instance, using the fleet fixture convention (@tabnas/support): line 1 is a header, the input column is escape-decoded, the expected column is JSON or ERROR / ERROR:<code>.
Inferred read-onlydescribe_pluginThe full descriptor for one plugin, by package name ('@tabnas/csv') or bare fleet name ('csv').
Inferred read-onlycompare_grammarsGrammar compatibility (AX plan Phase 5): does candidate grammar B still accept what baseline A accepted, and does it build the same tree for inputs both accept?
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tabnas]
url = "https://mcp.tabnas.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tabnas": {
"type": "http",
"url": "https://mcp.tabnas.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tabnas
Remote MCP URL: https://mcp.tabnas.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tabnas": {
"url": "https://mcp.tabnas.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tabnas": {
"type": "http",
"url": "https://mcp.tabnas.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tabnas",
"transport": "streamable-http",
"url": "https://mcp.tabnas.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tabnas.dev was fetched 2026-08-23T15:28:18.317Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.