Skip to content

Commit 2534947

Browse files
Add Blockscout and ENS MCP Server entries to results.json
- Added new project entries for Blockscout MCP Server and ENS MCP Server, including descriptions, repository links, and relevant tags. - Categorized Blockscout under "Data, Analytics & Tracing" and ENS under "Transaction & Wallet Infrastructure" to improve project organization.
1 parent 8fec91b commit 2534947

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

output/results.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4459,5 +4459,43 @@
44594459
],
44604460
"category": "Education & Community Resources",
44614461
"llms_txt_url": null
4462+
},
4463+
{
4464+
"id": "manually-added:blockscout-mcp-server",
4465+
"name": "Blockscout MCP Server",
4466+
"description": "Wraps Blockscout APIs and exposes blockchain data (balances, tokens, NFTs, contract metadata) via MCP for use in AI agents and IDEs.",
4467+
"website": "https://www.blockscout.com",
4468+
"thumbnail_url": null,
4469+
"banner_url": null,
4470+
"twitter": null,
4471+
"repos": [
4472+
"https://github.com/blockscout/mcp-server"
4473+
],
4474+
"tags": [
4475+
"mcp-server",
4476+
"block-explorer",
4477+
"analytics"
4478+
],
4479+
"category": "Data, Analytics & Tracing",
4480+
"llms_txt_url": null
4481+
},
4482+
{
4483+
"id": "manually-added:ens-mcp-server",
4484+
"name": "ENS MCP Server",
4485+
"description": "MCP server for Ethereum Name Service (ENS), enabling agents to resolve names, reverse-lookup addresses, check availability, and retrieve ENS records.",
4486+
"website": null,
4487+
"thumbnail_url": null,
4488+
"banner_url": null,
4489+
"twitter": null,
4490+
"repos": [
4491+
"https://github.com/justaname-id/ens-mcp-server",
4492+
"https://www.npmjs.com/package/mcp-server-ens"
4493+
],
4494+
"tags": [
4495+
"mcp-server",
4496+
"developer-experience"
4497+
],
4498+
"category": "Transaction & Wallet Infrastructure",
4499+
"llms_txt_url": null
44624500
}
44634501
]

0 commit comments

Comments
 (0)