
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@scope-bid/mcp-core
Advanced tools
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
Shared core for Scope's vertical Model Context Protocol servers.
This package is not used directly. It's a dependency of every per-vertical Scope MCP server:
@scope-bid/scope-mcp - legal services (live)@scope-bid/scope-claims-mcp - insurance claims (preview)@scope-bid/scope-aec-mcp - architecture / engineering / construction (preview)createScopeServer(config) - builds an MCP server with stdio transport, brand envelope, tool registration, and the auth/REST plumbing pre-wired.ScopeApiClient - typed REST client for the Scope backend.registerCoreTools(api) - returns the cross-vertical tools every vertical inherits: scope_list_categories, scope_list_vendors, scope_dispatch_matter, scope_get_matter, scope_list_matters.Per-vertical packages import createScopeServer, optionally inherit the core tools, and layer their own tools on top.
import { createScopeServer } from "@scope-bid/mcp-core";
const server = createScopeServer({
vertical: "legal",
serverName: "scope-mcp-legal",
serverVersion: "0.2.0",
});
// Register vertical-specific tools
server.registerTool(
{
name: "scope_book_deposition",
description: "Book a deposition...",
inputSchema: { ... },
},
async (args) => server.api.post("/api/depositions", args),
);
await server.start();
MIT
FAQs
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
The npm package @scope-bid/mcp-core receives a total of 92 weekly downloads. As such, @scope-bid/mcp-core popularity was classified as not popular.
We found that @scope-bid/mcp-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.