MCP Toolkit (fastprosecurity/mcp-toolkit) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 32 tools. No publisher has claimed this listing.

D
Caution
56/100

MCP Toolkit

A collection of production-ready MCP servers for PostgreSQL, SQLite, Redis, File System, and GitHub API, enabling database operations, file management, and GitHub interactions through natural language.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

fastprosecurity

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GITHUB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes28 tools

These names and descriptions are the publisher's own, as the running server reported them. We print them as written. Our assessment is the findings above, not this list.

read_file

Read the contents of a file. Args: path: Path to the file (relative to root).

write_file

Write content to a file. Args: path: Path to the file (relative to root). content: Content to write.

list_directory

List contents of a directory. Args: path: Directory path (relative to root, default: root).

create_directory

Create a new directory. Args: path: Directory path (relative to root).

delete_file

Delete a file. Args: path: Path to the file (relative to root).

move_file

Move or rename a file. Args: source: Source path (relative to root). destination: Destination path (relative to root).

search_files

Search for files matching a pattern. Args: pattern: Glob pattern to match. path: Directory to search in (default: root).

list_repos

List repositories for a user or organization. Args: owner: Repository owner (default: authenticated user). sort: Sort by: created, updated, pushed, full_name. per_page: Results per page (max 100).

get_repo

Get detailed repository information. Args: owner: Repository owner. repo: Repository name.

list_issues

List issues in a repository. Args: owner: Repository owner. repo: Repository name. state: Issue state: open, closed, all. per_page: Results per page.

create_issue

Create a new issue. Args: owner: Repository owner. repo: Repository name. title: Issue title. body: Issue body. labels: Optional list of labels.

list_prs

List pull requests in a repository. Args: owner: Repository owner. repo: Repository name. state: PR state: open, closed, all. per_page: Results per page.

get_file

Get file contents from a repository. Args: owner: Repository owner. repo: Repository name. path: File path. ref: Optional branch/tag/commit (default: default branch).

search_code

Search for code across repositories. Args: query: Search query. owner: Optional owner filter. repo: Optional repo filter. per_page: Results per page.

query

Execute a SELECT query and return results. Args: sql: SQL SELECT query. params: Optional query parameters.

execute

Execute an INSERT, UPDATE, or DELETE statement. Args: sql: SQL statement. params: Optional query parameters.

list_tables

List all tables in the database.

describe_table

Get detailed schema information for a table. Args: table_name: Name of the table to describe.

explain_query

Get the execution plan for a query. Args: sql: SQL query to explain.

get

Get the value of a key. Args: key: The key to get.

set

Set a key-value pair. Args: key: The key to set. value: The value to set. ex: Optional expiration time in seconds.

delete

Delete one or more keys. Args: keys: List of keys to delete.

keys

List keys matching a pattern. Args: pattern: Pattern to match (default: *).

hget

Get a field value from a hash. Args: name: Hash name. key: Field name.

hset

Set a field in a hash. Args: name: Hash name. key: Field name. value: Field value.

lrange

Get a range of elements from a list. Args: name: List name. start: Start index. end: End index (-1 for all).

publish

Publish a message to a channel. Args: channel: Channel name. message: Message to publish.

vacuum

Optimize database storage by running VACUUM.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretGITHUB_TOKEN
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployREDIS_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

32/32 tools missing one or more hints — read_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); write_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_directory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +29 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

1 tool perform destructive updates without destructiveHint — delete_file deletes at line 148 (shutil.rmtree(file_path))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Tool test coverage

Only 1/32 tools referenced in tests (3%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/fastprosecurity/mcp-toolkit?variant=verified)](https://m8ven.ai/mcp/fastprosecurity/mcp-toolkit)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e523886a01c81a4177b82f6254a4deeca02c7191
code hash: 844943b75f266c13abe7c3ccc08bce08ce8a9ae99e3aae6f1a6b3ecfa0619b30
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client