Sign In

@agentseo/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentseo/mcp-server - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+36
server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.agentseo.www/agentseo-mcp",
"title": "AgentSEO",
"description": "Live SEO workflow tools for Claude Code, Codex, and AI agents.",
"version": "0.1.3",
"repository": {
"url": "https://github.com/AgentSEO-dev/agentseo-clients",
"source": "github"
},
"websiteUrl": "https://www.agentseo.dev",
"remotes": [
{
"type": "streamable-http",
"url": "https://www.agentseo.dev/mcp",
"headers": [
{
"name": "x-api-key",
"description": "Your AgentSEO server-side API key. Create one at https://www.agentseo.dev.",
"isRequired": true,
"isSecret": true
},
{
"name": "x-project-id",
"description": "Optional project attribution for client, tenant, or workspace tracking.",
"isRequired": false
},
{
"name": "x-workflow-id",
"description": "Optional workflow attribution for scheduled jobs, agents, or automations.",
"isRequired": false
}
]
}
]
}
+2
-1
{
"name": "@agentseo/mcp-server",
"version": "0.1.2",
"mcpName": "dev.agentseo.www/agentseo-mcp",
"version": "0.1.3",
"type": "module",

@@ -5,0 +6,0 @@ "license": "MIT",