Skip to content

Releases: Hack23/European-Parliament-MCP-Server

European Parliament MCP Server v1.4.2

Choose a tag to compare

@hack23-automation hack23-automation released this 19 Jul 14:38
Immutable release. Only release title and notes can be modified.

Highlights

🏗️ Infrastructure & Performance

  • chore(deps): bump release-drafter/release-drafter from 7.5.1 to 7.6.0 in the github-actions group @dependabot[bot] (#635)

📦 Dependencies

  • chore(deps): bump release-drafter/release-drafter from 7.5.1 to 7.6.0 in the github-actions group @dependabot[bot] (#635)

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.4.2

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.4.2 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.4.2 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.4.1...1.4.2

European Parliament MCP Server v1.4.1

Choose a tag to compare

@hack23-automation hack23-automation released this 18 Jul 22:43
Immutable release. Only release title and notes can be modified.

Highlights

🚀 New MCP Tools

🏛️ European Parliament Features

🏗️ Infrastructure & Performance

🔄 Code Quality & Refactoring

📦 Dependencies

🧪 Test Coverage Improvements

⚙️ Component Updates

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.4.1

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.4.1 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.4.1 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @github-actions[bot], copilot-swe-agent[bot] and github-actions[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.4.0...1.4.1

European Parliament MCP Server v1.4.0

Choose a tag to compare

@hack23-automation hack23-automation released this 18 Jul 14:38
Immutable release. Only release title and notes can be modified.

Highlights

🚀 New MCP Tools

🏛️ European Parliament Features

🏗️ Infrastructure & Performance

🔄 Code Quality & Refactoring

🔒 Security & Compliance

📝 Documentation

  • Enhance caching mechanisms for MEPs and committees @pethers (#627)

📦 Dependencies

🧪 Test Coverage Improvements

⚙️ Component Updates

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security...
Read more

European Parliament MCP Server v1.3.43

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:37
Immutable release. Only release title and notes can be modified.

Highlights

🏛️ European Parliament Features

🔄 Code Quality & Refactoring

🧪 Test Coverage Improvements

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.43

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.43 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.43 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @pethers and copilot-swe-agent[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.42...1.3.43

European Parliament MCP Server v1.3.42

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:47
Immutable release. Only release title and notes can be modified.

Highlights

🚀 New MCP Tools

🏛️ European Parliament Features

🏗️ Infrastructure & Performance

🔄 Code Quality & Refactoring

📝 Documentation

📦 Dependencies

🧪 Test Coverage Improvements

⚙️ Component Updates

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.42

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.42 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.42 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.41...1.3.42

European Parliament MCP Server v1.3.41

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:25
Immutable release. Only release title and notes can be modified.

Highlights

🚀 New MCP Tools

🏛️ European Parliament Features

🏗️ Infrastructure & Performance

  • chore(deps-dev): bump prettier from 3.9.4 to 3.9.5 in the development-dependencies group @dependabot[bot] (#583)

🔄 Code Quality & Refactoring

📦 Dependencies

  • chore(deps-dev): bump prettier from 3.9.4 to 3.9.5 in the development-dependencies group @dependabot[bot] (#583)

🧪 Test Coverage Improvements

⚙️ Component Updates

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.41

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.41 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.41 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.40...1.3.41

European Parliament MCP Server v1.3.40

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:46
Immutable release. Only release title and notes can be modified.

Highlights

🏛️ European Parliament Features

🏗️ Infrastructure & Performance

🔄 Code Quality & Refactoring

🔒 Security & Compliance

📦 Dependencies

🧪 Test Coverage Improvements

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.40

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.40 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.40 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.39...1.3.40

European Parliament MCP Server v1.3.39

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:14
Immutable release. Only release title and notes can be modified.

Highlights

🏗️ Infrastructure & Performance

📝 Documentation

📦 Dependencies

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.39

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.39 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.39 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @Copilot, @pethers and copilot-swe-agent[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.38...1.3.39

European Parliament MCP Server v1.3.38

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:31
Immutable release. Only release title and notes can be modified.

Highlights

🏗️ Infrastructure & Performance

  • chore(deps-dev): bump @types/node from 26.1.0 to 26.1.1 in the development-dependencies group @dependabot[bot] (#573)
  • chore(deps): bump lru-cache from 11.5.1 to 11.5.2 in the production-dependencies group @dependabot[bot] (#572)

📦 Dependencies

  • chore(deps-dev): bump @types/node from 26.1.0 to 26.1.1 in the development-dependencies group @dependabot[bot] (#573)
  • chore(deps): bump lru-cache from 11.5.1 to 11.5.2 in the production-dependencies group @dependabot[bot] (#572)

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.38

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.38 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.38 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @dependabot[bot], @pethers and dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.37...1.3.38

European Parliament MCP Server v1.3.37

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:37
Immutable release. Only release title and notes can be modified.

Highlights

🏗️ Infrastructure & Performance

  • chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 @dependabot[bot] (#570)
  • chore(deps-dev): bump knip from 6.24.0 to 6.25.0 in the development-dependencies group @dependabot[bot] (#571)
  • chore(deps-dev): bump the development-dependencies group with 3 updates @dependabot[bot] (#569)

🔒 Security & Compliance

📦 Dependencies

  • chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 @dependabot[bot] (#570)
  • chore(deps-dev): bump knip from 6.24.0 to 6.25.0 in the development-dependencies group @dependabot[bot] (#571)
  • chore(deps-dev): bump the development-dependencies group with 3 updates @dependabot[bot] (#569)

🏛️ European Parliament MCP Server Enhancements

Changes in this release continue to enhance the European Parliament MCP Server's capabilities for providing AI assistants with structured access to parliamentary datasets, including:

  • Model Context Protocol (MCP) tools, resources, and prompts
  • European Parliament API integration and data access
  • Security-first architecture with GDPR compliance
  • High-performance caching and rate limiting
  • Comprehensive TypeScript typing and runtime validation

📊 Quality Metrics & Documentation

Test Coverage
Unit Tests
E2E Tests
API Docs
Documentation Portal

🔐 Security & Compliance

OpenSSF Scorecard
SLSA 3
SBOM
SBOM Quality
Attestations

🛡️ Hack23 ISMS Compliance

Information Security Policy
Open Source Policy
ISO 27001
NIST CSF 2.0
CIS Controls v8.1
GDPR

This release maintains compliance with Hack23 AB's Information Security Management System (ISMS):

  • ISO 27001:2022 - Information security management
  • NIST CSF 2.0 - Cybersecurity framework
  • CIS Controls v8.1 - Security best practices
  • GDPR - EU data protection compliance
  • SLSA Level 3 - Supply chain security with build provenance

💻 Technology Stack

  • 🔌 Model Context Protocol - MCP SDK for AI integration
  • Node.js 25.x - Latest JavaScript runtime
  • 🔷 TypeScript 6.0.2 - Strict typing with latest standards
  • 🏛️ European Parliament API - Official open data access
  • 🔒 Zod - Runtime schema validation
  • 🌐 Undici - Fast HTTP/1.1 client
  • 💾 LRU Cache - Efficient caching for API responses
  • 🧪 Vitest - Fast unit testing with 80%+ coverage

🏛️ European Parliament Data Access

  • 👥 MEPs - Current and historical member information
  • 📊 Plenary - Sessions, votes, and attendance records
  • 🏛️ Committees - Meetings, documents, and membership
  • 📄 Documents - Legislative texts, reports, amendments
  • Questions - Parliamentary questions and answers

🔍 Build Attestations & Verification

All artifacts in this release include cryptographic attestations proving build integrity. For npm packages, use npm's provenance tooling; for GitHub artifacts, use GitHub attestations:

# Primary: verify npm package provenance using npm signatures
npm audit signatures european-parliament-mcp-server@1.3.37

# Optional: inspect attached attestations in the npm registry
npm view european-parliament-mcp-server@1.3.37 dist.attestations

# Verify GitHub artifact attestations for this repository
gh attestation verify european-parliament-mcp-server@1.3.37 --owner Hack23 --repo European-Parliament-MCP-Server

# View all GitHub attestations
gh api /repos/Hack23/European-Parliament-MCP-Server/attestations

SLSA Level 3 Benefits:

  • 🔐 Cryptographic proof of build integrity
  • 🛡️ Protection against supply chain attacks
  • 📋 Full build provenance transparency
  • ✅ Independent verification capability

See ATTESTATIONS.md for complete verification guide.

🙏 Contributors

Thanks to @dependabot[bot], @pethers and dependabot[bot] for their contributions to this release!

📚 Additional Resources

Full Changelog: v1.3.36...1.3.37