Back to Home
Decentralised-Jobs-Protocol icon

djp-jobmcp

Verified Safe

by Decentralised-Jobs-Protocol

Overview

An MCP server that provides access to decentralized job listings from the Nostr network, offering search, detail retrieval, and market statistics tools for LLMs.

Installation

Run Command
cargo run --release

Environment Variables

  • PORT

Security Notes

The server is implemented in Rust, which inherently offers strong memory safety. It binds to `127.0.0.1:9993` by default, limiting external exposure. Nostr relay URLs are public and not treated as secrets. No 'eval' or obvious dynamic code execution from untrusted input is present. Input arguments are typed, reducing injection risks. Performance metrics are logged, but no sensitive data is exposed through them. The `dotenvy` crate is used for environment variables, but `PORT` is the only one identified, which is not sensitive. Overall, the design appears robust against common web vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

NostrJobsMCPDecentralizedRust