diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 0cafb4a..01fab16 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: SynapseNetwork website
- url: https://synapse-network.ai/
+ url: https://www.synapse-network.ai/
about: Learn more about SynapseNetwork.
diff --git a/README.md b/README.md
index 63a3165..aa2ab68 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -12,7 +12,7 @@
Official Model Context Protocol (MCP) stdio server for SynapseNetwork. It gives Cursor, Claude Desktop, Devin, and MCP-compatible agent frameworks a stateless way to discover external APIs, invoke them, and retrieve receipts through SynapseNetwork agent payments.
-Website: [https://synapse-network.ai/](https://synapse-network.ai/)
+Website: [https://www.synapse-network.ai/](https://www.synapse-network.ai/)
SynapseNetwork is AgentPay infrastructure: agents discover services, pay for API calls with USDC micropayments through the Gateway, and receive auditable receipts. This MCP package is intentionally a thin runtime adapter. It does not own settlement, custody, pricing memory, provider setup, deposits, withdrawals, or admin workflows.
diff --git a/llm-instructions.md b/llm-instructions.md
index adb47f1..5209b2d 100644
--- a/llm-instructions.md
+++ b/llm-instructions.md
@@ -2,7 +2,7 @@
You are using the official SynapseNetwork MCP server.
-Website: https://synapse-network.ai/
+Website: https://www.synapse-network.ai/
Before editing this repository, read `README.md`, `SECURITY.md`, and `CONTRIBUTING.md`. For support and public bug reports, use GitHub Issues. Do not invent support email addresses.
diff --git a/llms.txt b/llms.txt
index f42d077..be3715a 100644
--- a/llms.txt
+++ b/llms.txt
@@ -2,7 +2,7 @@
This is the official Model Context Protocol (MCP) server for SynapseNetwork. It gives AI agents a secure, stateless adapter to discover external APIs, invoke them through the Synapse Gateway, and pay with zero-gas USDC micropayments.
-Website: https://synapse-network.ai/
+Website: https://www.synapse-network.ai/
Repository: https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server
Package: @synapse-network-ai/mcp-server
diff --git a/package.json b/package.json
index 7b122f4..747d25a 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"mcpName": "io.github.synapsenetworkai/synapse-network-mcp-server",
- "homepage": "https://synapse-network.ai/",
+ "homepage": "https://www.synapse-network.ai/",
"bugs": {
"url": "https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server/issues"
},
diff --git a/server.json b/server.json
index 2012a4e..1e3a791 100644
--- a/server.json
+++ b/server.json
@@ -1,7 +1,7 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.synapsenetworkai/synapse-network-mcp-server",
- "description": "Official stateless MCP stdio server for SynapseNetwork service discovery, paid invocation, and receipts. Website: https://synapse-network.ai/",
+ "description": "Official stateless MCP stdio server for SynapseNetwork service discovery, paid invocation, and receipts. Website: https://www.synapse-network.ai/",
"repository": {
"url": "https://github.com/SynapseNetworkAI/Synapse-Network-MCP-Server",
"source": "github"